Skip to content

Commit 223a513

Browse files
chore: generate libraries at Wed Apr 15 03:03:30 UTC 2026
1 parent c863aae commit 223a513

File tree

380 files changed

+22805
-3283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

380 files changed

+22805
-3283
lines changed

gapic-libraries-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>gapic-libraries-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.85.1</version><!-- {x-version-update:google-cloud-java:current} -->
7+
<version>1.85.0</version><!-- {x-version-update:google-cloud-java:current} -->
88
<name>Google Cloud Java BOM</name>
99
<description>
1010
BOM for the libraries in google-cloud-java repository. Users should not

java-accessapproval/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.79.0</version>
23+
<version>26.80.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-accesscontextmanager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.79.0</version>
23+
<version>26.80.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-advisorynotifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.79.0</version>
23+
<version>26.80.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-aiplatform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.79.0</version>
23+
<version>26.80.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-alloydb-connectors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.79.0</version>
23+
<version>26.80.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-alloydb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.79.0</version>
23+
<version>26.80.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-analytics-admin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.79.0</version>
26+
<version>26.80.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>

java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceClient.java

Lines changed: 148 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@
29082908
* </tr>
29092909
* <tr>
29102910
* <td><p> GetReportingIdentitySettings</td>
2911-
* <td><p> Returns the singleton data retention settings for this property.</td>
2911+
* <td><p> Returns the reporting identity settings for this property.</td>
29122912
* <td>
29132913
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
29142914
* <ul>
@@ -2925,6 +2925,25 @@
29252925
* </ul>
29262926
* </td>
29272927
* </tr>
2928+
* <tr>
2929+
* <td><p> GetUserProvidedDataSettings</td>
2930+
* <td><p> Looks up settings related to user-provided data for a property.</td>
2931+
* <td>
2932+
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
2933+
* <ul>
2934+
* <li><p> getUserProvidedDataSettings(GetUserProvidedDataSettingsRequest request)
2935+
* </ul>
2936+
* <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>
2937+
* <ul>
2938+
* <li><p> getUserProvidedDataSettings(UserProvidedDataSettingsName name)
2939+
* <li><p> getUserProvidedDataSettings(String name)
2940+
* </ul>
2941+
* <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>
2942+
* <ul>
2943+
* <li><p> getUserProvidedDataSettingsCallable()
2944+
* </ul>
2945+
* </td>
2946+
* </tr>
29282947
* </table>
29292948
*
29302949
* <p>See the individual methods for example code.
@@ -22198,7 +22217,7 @@ public final SubpropertySyncConfig getSubpropertySyncConfig(
2219822217

2219922218
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2220022219
/**
22201-
* Returns the singleton data retention settings for this property.
22220+
* Returns the reporting identity settings for this property.
2220222221
*
2220322222
* <p>Sample code:
2220422223
*
@@ -22232,7 +22251,7 @@ public final ReportingIdentitySettings getReportingIdentitySettings(
2223222251

2223322252
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2223422253
/**
22235-
* Returns the singleton data retention settings for this property.
22254+
* Returns the reporting identity settings for this property.
2223622255
*
2223722256
* <p>Sample code:
2223822257
*
@@ -22263,7 +22282,7 @@ public final ReportingIdentitySettings getReportingIdentitySettings(String name)
2226322282

2226422283
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2226522284
/**
22266-
* Returns the singleton data retention settings for this property.
22285+
* Returns the reporting identity settings for this property.
2226722286
*
2226822287
* <p>Sample code:
2226922288
*
@@ -22294,7 +22313,7 @@ public final ReportingIdentitySettings getReportingIdentitySettings(
2229422313

2229522314
// AUTO-GENERATED DOCUMENTATION AND METHOD.
2229622315
/**
22297-
* Returns the singleton data retention settings for this property.
22316+
* Returns the reporting identity settings for this property.
2229822317
*
2229922318
* <p>Sample code:
2230022319
*
@@ -22322,6 +22341,130 @@ public final ReportingIdentitySettings getReportingIdentitySettings(
2232222341
return stub.getReportingIdentitySettingsCallable();
2232322342
}
2232422343

22344+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
22345+
/**
22346+
* Looks up settings related to user-provided data for a property.
22347+
*
22348+
* <p>Sample code:
22349+
*
22350+
* <pre>{@code
22351+
* // This snippet has been automatically generated and should be regarded as a code template only.
22352+
* // It will require modifications to work:
22353+
* // - It may require correct/in-range values for request initialization.
22354+
* // - It may require specifying regional endpoints when creating the service client as shown in
22355+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
22356+
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
22357+
* AnalyticsAdminServiceClient.create()) {
22358+
* UserProvidedDataSettingsName name = UserProvidedDataSettingsName.of("[PROPERTY]");
22359+
* UserProvidedDataSettings response =
22360+
* analyticsAdminServiceClient.getUserProvidedDataSettings(name);
22361+
* }
22362+
* }</pre>
22363+
*
22364+
* @param name Required. The name of the user provided data settings to retrieve. Format:
22365+
* properties/{property}/userProvidedDataSettings
22366+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
22367+
*/
22368+
public final UserProvidedDataSettings getUserProvidedDataSettings(
22369+
UserProvidedDataSettingsName name) {
22370+
GetUserProvidedDataSettingsRequest request =
22371+
GetUserProvidedDataSettingsRequest.newBuilder()
22372+
.setName(name == null ? null : name.toString())
22373+
.build();
22374+
return getUserProvidedDataSettings(request);
22375+
}
22376+
22377+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
22378+
/**
22379+
* Looks up settings related to user-provided data for a property.
22380+
*
22381+
* <p>Sample code:
22382+
*
22383+
* <pre>{@code
22384+
* // This snippet has been automatically generated and should be regarded as a code template only.
22385+
* // It will require modifications to work:
22386+
* // - It may require correct/in-range values for request initialization.
22387+
* // - It may require specifying regional endpoints when creating the service client as shown in
22388+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
22389+
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
22390+
* AnalyticsAdminServiceClient.create()) {
22391+
* String name = UserProvidedDataSettingsName.of("[PROPERTY]").toString();
22392+
* UserProvidedDataSettings response =
22393+
* analyticsAdminServiceClient.getUserProvidedDataSettings(name);
22394+
* }
22395+
* }</pre>
22396+
*
22397+
* @param name Required. The name of the user provided data settings to retrieve. Format:
22398+
* properties/{property}/userProvidedDataSettings
22399+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
22400+
*/
22401+
public final UserProvidedDataSettings getUserProvidedDataSettings(String name) {
22402+
GetUserProvidedDataSettingsRequest request =
22403+
GetUserProvidedDataSettingsRequest.newBuilder().setName(name).build();
22404+
return getUserProvidedDataSettings(request);
22405+
}
22406+
22407+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
22408+
/**
22409+
* Looks up settings related to user-provided data for a property.
22410+
*
22411+
* <p>Sample code:
22412+
*
22413+
* <pre>{@code
22414+
* // This snippet has been automatically generated and should be regarded as a code template only.
22415+
* // It will require modifications to work:
22416+
* // - It may require correct/in-range values for request initialization.
22417+
* // - It may require specifying regional endpoints when creating the service client as shown in
22418+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
22419+
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
22420+
* AnalyticsAdminServiceClient.create()) {
22421+
* GetUserProvidedDataSettingsRequest request =
22422+
* GetUserProvidedDataSettingsRequest.newBuilder()
22423+
* .setName(UserProvidedDataSettingsName.of("[PROPERTY]").toString())
22424+
* .build();
22425+
* UserProvidedDataSettings response =
22426+
* analyticsAdminServiceClient.getUserProvidedDataSettings(request);
22427+
* }
22428+
* }</pre>
22429+
*
22430+
* @param request The request object containing all of the parameters for the API call.
22431+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
22432+
*/
22433+
public final UserProvidedDataSettings getUserProvidedDataSettings(
22434+
GetUserProvidedDataSettingsRequest request) {
22435+
return getUserProvidedDataSettingsCallable().call(request);
22436+
}
22437+
22438+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
22439+
/**
22440+
* Looks up settings related to user-provided data for a property.
22441+
*
22442+
* <p>Sample code:
22443+
*
22444+
* <pre>{@code
22445+
* // This snippet has been automatically generated and should be regarded as a code template only.
22446+
* // It will require modifications to work:
22447+
* // - It may require correct/in-range values for request initialization.
22448+
* // - It may require specifying regional endpoints when creating the service client as shown in
22449+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
22450+
* try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
22451+
* AnalyticsAdminServiceClient.create()) {
22452+
* GetUserProvidedDataSettingsRequest request =
22453+
* GetUserProvidedDataSettingsRequest.newBuilder()
22454+
* .setName(UserProvidedDataSettingsName.of("[PROPERTY]").toString())
22455+
* .build();
22456+
* ApiFuture<UserProvidedDataSettings> future =
22457+
* analyticsAdminServiceClient.getUserProvidedDataSettingsCallable().futureCall(request);
22458+
* // Do something.
22459+
* UserProvidedDataSettings response = future.get();
22460+
* }
22461+
* }</pre>
22462+
*/
22463+
public final UnaryCallable<GetUserProvidedDataSettingsRequest, UserProvidedDataSettings>
22464+
getUserProvidedDataSettingsCallable() {
22465+
return stub.getUserProvidedDataSettingsCallable();
22466+
}
22467+
2232522468
@Override
2232622469
public final void close() {
2232722470
stub.close();

java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/AnalyticsAdminServiceSettings.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,13 @@ public UnaryCallSettings<DeleteCalculatedMetricRequest, Empty> deleteCalculatedM
11681168
.getReportingIdentitySettingsSettings();
11691169
}
11701170

1171+
/** Returns the object with the settings used for calls to getUserProvidedDataSettings. */
1172+
public UnaryCallSettings<GetUserProvidedDataSettingsRequest, UserProvidedDataSettings>
1173+
getUserProvidedDataSettingsSettings() {
1174+
return ((AnalyticsAdminServiceStubSettings) getStubSettings())
1175+
.getUserProvidedDataSettingsSettings();
1176+
}
1177+
11711178
public static final AnalyticsAdminServiceSettings create(AnalyticsAdminServiceStubSettings stub)
11721179
throws IOException {
11731180
return new AnalyticsAdminServiceSettings.Builder(stub.toBuilder()).build();
@@ -2332,6 +2339,12 @@ public UnaryCallSettings.Builder<DeleteAdSenseLinkRequest, Empty> deleteAdSenseL
23322339
return getStubSettingsBuilder().getReportingIdentitySettingsSettings();
23332340
}
23342341

2342+
/** Returns the builder for the settings used for calls to getUserProvidedDataSettings. */
2343+
public UnaryCallSettings.Builder<GetUserProvidedDataSettingsRequest, UserProvidedDataSettings>
2344+
getUserProvidedDataSettingsSettings() {
2345+
return getStubSettingsBuilder().getUserProvidedDataSettingsSettings();
2346+
}
2347+
23352348
@Override
23362349
public AnalyticsAdminServiceSettings build() throws IOException {
23372350
return new AnalyticsAdminServiceSettings(this);

0 commit comments

Comments
 (0)