Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion gapic-libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>gapic-libraries-bom</artifactId>
<packaging>pom</packaging>
<version>1.85.1</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
<name>Google Cloud Java BOM</name>
<description>
BOM for the libraries in google-cloud-java repository. Users should not
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.70.0
googleapis_commitish: 62e4ecb2f4390728990514fea14aad0431881a52
libraries_bom_version: 26.79.0
gapic_generator_version: 2.71.0
googleapis_commitish: bf85cad8abc13cd38d42b0cf8545d323243ff7e2
libraries_bom_version: 26.80.0
libraries:
- api_shortname: accessapproval
name_pretty: Access Approval
Expand Down
2 changes: 1 addition & 1 deletion java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.79.0</version>
<version>26.80.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.79.0</version>
<version>26.80.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.79.0</version>
<version>26.80.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.79.0</version>
<version>26.80.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-alloydb-connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.79.0</version>
<version>26.80.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-alloydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.79.0</version>
<version>26.80.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.79.0</version>
<version>26.80.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@
* </tr>
* <tr>
* <td><p> GetReportingIdentitySettings</td>
* <td><p> Returns the singleton data retention settings for this property.</td>
* <td><p> Returns the reporting identity settings for this property.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
Expand All @@ -2925,6 +2925,25 @@
* </ul>
* </td>
* </tr>
* <tr>
* <td><p> GetUserProvidedDataSettings</td>
* <td><p> Looks up settings related to user-provided data for a property.</td>
* <td>
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
* <ul>
* <li><p> getUserProvidedDataSettings(GetUserProvidedDataSettingsRequest request)
* </ul>
* <p>"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.</p>
* <ul>
* <li><p> getUserProvidedDataSettings(UserProvidedDataSettingsName name)
* <li><p> getUserProvidedDataSettings(String name)
* </ul>
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
* <ul>
* <li><p> getUserProvidedDataSettingsCallable()
* </ul>
* </td>
* </tr>
* </table>
*
* <p>See the individual methods for example code.
Expand Down Expand Up @@ -22198,7 +22217,7 @@ public final SubpropertySyncConfig getSubpropertySyncConfig(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the singleton data retention settings for this property.
* Returns the reporting identity settings for this property.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -22232,7 +22251,7 @@ public final ReportingIdentitySettings getReportingIdentitySettings(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the singleton data retention settings for this property.
* Returns the reporting identity settings for this property.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -22263,7 +22282,7 @@ public final ReportingIdentitySettings getReportingIdentitySettings(String name)

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the singleton data retention settings for this property.
* Returns the reporting identity settings for this property.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -22294,7 +22313,7 @@ public final ReportingIdentitySettings getReportingIdentitySettings(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Returns the singleton data retention settings for this property.
* Returns the reporting identity settings for this property.
*
* <p>Sample code:
*
Expand Down Expand Up @@ -22322,6 +22341,130 @@ public final ReportingIdentitySettings getReportingIdentitySettings(
return stub.getReportingIdentitySettingsCallable();
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Looks up settings related to user-provided data for a property.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
* AnalyticsAdminServiceClient.create()) {
* UserProvidedDataSettingsName name = UserProvidedDataSettingsName.of("[PROPERTY]");
* UserProvidedDataSettings response =
* analyticsAdminServiceClient.getUserProvidedDataSettings(name);
* }
* }</pre>
*
* @param name Required. The name of the user provided data settings to retrieve. Format:
* properties/{property}/userProvidedDataSettings
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final UserProvidedDataSettings getUserProvidedDataSettings(
UserProvidedDataSettingsName name) {
GetUserProvidedDataSettingsRequest request =
GetUserProvidedDataSettingsRequest.newBuilder()
.setName(name == null ? null : name.toString())
.build();
return getUserProvidedDataSettings(request);
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Looks up settings related to user-provided data for a property.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
* AnalyticsAdminServiceClient.create()) {
* String name = UserProvidedDataSettingsName.of("[PROPERTY]").toString();
* UserProvidedDataSettings response =
* analyticsAdminServiceClient.getUserProvidedDataSettings(name);
* }
* }</pre>
*
* @param name Required. The name of the user provided data settings to retrieve. Format:
* properties/{property}/userProvidedDataSettings
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final UserProvidedDataSettings getUserProvidedDataSettings(String name) {
GetUserProvidedDataSettingsRequest request =
GetUserProvidedDataSettingsRequest.newBuilder().setName(name).build();
return getUserProvidedDataSettings(request);
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Looks up settings related to user-provided data for a property.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
* AnalyticsAdminServiceClient.create()) {
* GetUserProvidedDataSettingsRequest request =
* GetUserProvidedDataSettingsRequest.newBuilder()
* .setName(UserProvidedDataSettingsName.of("[PROPERTY]").toString())
* .build();
* UserProvidedDataSettings response =
* analyticsAdminServiceClient.getUserProvidedDataSettings(request);
* }
* }</pre>
*
* @param request The request object containing all of the parameters for the API call.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final UserProvidedDataSettings getUserProvidedDataSettings(
GetUserProvidedDataSettingsRequest request) {
return getUserProvidedDataSettingsCallable().call(request);
}

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Looks up settings related to user-provided data for a property.
*
* <p>Sample code:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
* AnalyticsAdminServiceClient.create()) {
* GetUserProvidedDataSettingsRequest request =
* GetUserProvidedDataSettingsRequest.newBuilder()
* .setName(UserProvidedDataSettingsName.of("[PROPERTY]").toString())
* .build();
* ApiFuture<UserProvidedDataSettings> future =
* analyticsAdminServiceClient.getUserProvidedDataSettingsCallable().futureCall(request);
* // Do something.
* UserProvidedDataSettings response = future.get();
* }
* }</pre>
*/
public final UnaryCallable<GetUserProvidedDataSettingsRequest, UserProvidedDataSettings>
getUserProvidedDataSettingsCallable() {
return stub.getUserProvidedDataSettingsCallable();
}

@Override
public final void close() {
stub.close();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,13 @@ public UnaryCallSettings<DeleteCalculatedMetricRequest, Empty> deleteCalculatedM
.getReportingIdentitySettingsSettings();
}

/** Returns the object with the settings used for calls to getUserProvidedDataSettings. */
public UnaryCallSettings<GetUserProvidedDataSettingsRequest, UserProvidedDataSettings>
getUserProvidedDataSettingsSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings())
.getUserProvidedDataSettingsSettings();
}

public static final AnalyticsAdminServiceSettings create(AnalyticsAdminServiceStubSettings stub)
throws IOException {
return new AnalyticsAdminServiceSettings.Builder(stub.toBuilder()).build();
Expand Down Expand Up @@ -2332,6 +2339,12 @@ public UnaryCallSettings.Builder<DeleteAdSenseLinkRequest, Empty> deleteAdSenseL
return getStubSettingsBuilder().getReportingIdentitySettingsSettings();
}

/** Returns the builder for the settings used for calls to getUserProvidedDataSettings. */
public UnaryCallSettings.Builder<GetUserProvidedDataSettingsRequest, UserProvidedDataSettings>
getUserProvidedDataSettingsSettings() {
return getStubSettingsBuilder().getUserProvidedDataSettingsSettings();
}

@Override
public AnalyticsAdminServiceSettings build() throws IOException {
return new AnalyticsAdminServiceSettings(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@
"GetSubpropertySyncConfig": {
"methods": ["getSubpropertySyncConfig", "getSubpropertySyncConfig", "getSubpropertySyncConfig", "getSubpropertySyncConfigCallable"]
},
"GetUserProvidedDataSettings": {
"methods": ["getUserProvidedDataSettings", "getUserProvidedDataSettings", "getUserProvidedDataSettings", "getUserProvidedDataSettingsCallable"]
},
"ListAccessBindings": {
"methods": ["listAccessBindings", "listAccessBindings", "listAccessBindings", "listAccessBindings", "listAccessBindingsPagedCallable", "listAccessBindingsCallable"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
import com.google.analytics.admin.v1alpha.GetSearchAds360LinkRequest;
import com.google.analytics.admin.v1alpha.GetSubpropertyEventFilterRequest;
import com.google.analytics.admin.v1alpha.GetSubpropertySyncConfigRequest;
import com.google.analytics.admin.v1alpha.GetUserProvidedDataSettingsRequest;
import com.google.analytics.admin.v1alpha.GlobalSiteTag;
import com.google.analytics.admin.v1alpha.GoogleAdsLink;
import com.google.analytics.admin.v1alpha.GoogleSignalsSettings;
Expand Down Expand Up @@ -274,6 +275,7 @@
import com.google.analytics.admin.v1alpha.UpdateSearchAds360LinkRequest;
import com.google.analytics.admin.v1alpha.UpdateSubpropertyEventFilterRequest;
import com.google.analytics.admin.v1alpha.UpdateSubpropertySyncConfigRequest;
import com.google.analytics.admin.v1alpha.UserProvidedDataSettings;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
Expand Down Expand Up @@ -1219,6 +1221,12 @@ public UnaryCallable<DeleteCalculatedMetricRequest, Empty> deleteCalculatedMetri
"Not implemented: getReportingIdentitySettingsCallable()");
}

public UnaryCallable<GetUserProvidedDataSettingsRequest, UserProvidedDataSettings>
getUserProvidedDataSettingsCallable() {
throw new UnsupportedOperationException(
"Not implemented: getUserProvidedDataSettingsCallable()");
}

@Override
public abstract void close();
}
Loading
Loading