Skip to content

Commit

Permalink
chore: Update generation configuration at Sun Oct 27 02:26:44 UTC 2024 (
Browse files Browse the repository at this point in the history
#11246)

chore: Update generation configuration at Sun Oct 27 02:26:44 UTC 2024
  • Loading branch information
cloud-java-bot authored Oct 28, 2024
1 parent 672c416 commit 492696e
Show file tree
Hide file tree
Showing 2,634 changed files with 269,490 additions and 50,999 deletions.
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.47.0
googleapis_commitish: 8692273ae7e0ef95d264e1bb8bcb900fa950674f
libraries_bom_version: 26.48.0
gapic_generator_version: 2.49.0
googleapis_commitish: 48d30c4966ef9ea31b897e13f75d8f94070cc8e9
libraries_bom_version: 26.49.0

# the libraries are ordered with respect to library name, which is
# java-{library.library_name} or java-{library.api-shortname} when
Expand Down
6 changes: 2 additions & 4 deletions 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.48.0</version>
<version>26.49.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -37,7 +37,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

If you are using Maven without the BOM, add this to your dependencies:

<!-- {x-version-update-start:google-cloud-accessapproval:released} -->

```xml
<dependency>
Expand All @@ -58,7 +57,6 @@ If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.53.0"
```
<!-- {x-version-update-end} -->

## Authentication

Expand Down Expand Up @@ -196,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.52.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.53.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.accessapproval.v1.AccessApprovalServiceAccount",
"queryAllDeclaredConstructors": true,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.google.cloud.accessapproval.v1.samples;

// [START accessapproval_v1_generated_AccessApproval_Create_UseHttpJsonTransport_sync]
import com.google.cloud.accessapproval.v1.AccessApprovalAdminClient;
import com.google.cloud.accessapproval.v1.AccessApprovalAdminSettings;

public class SyncCreateUseHttpJsonTransport {

public static void main(String[] args) throws Exception {
syncCreateUseHttpJsonTransport();
}

public static void syncCreateUseHttpJsonTransport() throws Exception {
// 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
AccessApprovalAdminSettings accessApprovalAdminSettings =
AccessApprovalAdminSettings.newHttpJsonBuilder().build();
AccessApprovalAdminClient accessApprovalAdminClient =
AccessApprovalAdminClient.create(accessApprovalAdminSettings);
}
}
// [END accessapproval_v1_generated_AccessApproval_Create_UseHttpJsonTransport_sync]
6 changes: 2 additions & 4 deletions 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.48.0</version>
<version>26.49.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -37,7 +37,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

If you are using Maven without the BOM, add this to your dependencies:

<!-- {x-version-update-start:google-identity-accesscontextmanager:released} -->

```xml
<dependency>
Expand All @@ -58,7 +57,6 @@ If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.53.0"
```
<!-- {x-version-update-end} -->

## Authentication

Expand Down Expand Up @@ -196,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.52.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.53.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.iam.v1.AuditConfig",
"queryAllDeclaredConstructors": true,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.google.identity.accesscontextmanager.v1.samples;

// [START accesscontextmanager_v1_generated_AccessContextManager_Create_UseHttpJsonTransport_sync]
import com.google.identity.accesscontextmanager.v1.AccessContextManagerClient;
import com.google.identity.accesscontextmanager.v1.AccessContextManagerSettings;

public class SyncCreateUseHttpJsonTransport {

public static void main(String[] args) throws Exception {
syncCreateUseHttpJsonTransport();
}

public static void syncCreateUseHttpJsonTransport() throws Exception {
// 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
AccessContextManagerSettings accessContextManagerSettings =
AccessContextManagerSettings.newHttpJsonBuilder().build();
AccessContextManagerClient accessContextManagerClient =
AccessContextManagerClient.create(accessContextManagerSettings);
}
}
// [END accesscontextmanager_v1_generated_AccessContextManager_Create_UseHttpJsonTransport_sync]
6 changes: 2 additions & 4 deletions java-admanager/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.48.0</version>
<version>26.49.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -40,7 +40,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

If you are using Maven without the BOM, add this to your dependencies:

<!-- {x-version-update-start:ad-manager:released} -->

```xml
<dependency>
Expand All @@ -61,7 +60,6 @@ If you are using SBT, add this to your dependencies:
```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.11.0"
```
<!-- {x-version-update-end} -->

## Authentication

Expand Down Expand Up @@ -202,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.10.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.11.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2816,6 +2816,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.api.SelectiveGapicGeneration$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.longrunning.CancelOperationRequest",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\n\nerror_code\030\001 \001(\t\022\017\n\007message\030\002 \001(\t\022\022\n\nf"
+ "ield_path\030\003 \001(\t\022\017\n\007trigger\030\004 \001(\t\022\023\n\013stac"
+ "k_trace\030\005 \001(\t\022%\n\007details\030\006 \003(\0132\024.google."
+ "protobuf.AnyB\252\001\n\033com.google.ads.admanage"
+ "protobuf.AnyB\307\001\n\033com.google.ads.admanage"
+ "r.v1B\023AdManagerErrorProtoP\001Z@google.gola"
+ "ng.org/genproto/googleapis/ads/admanager"
+ "/v1;admanager\252\002\027Google.Ads.AdManager.V1\312"
+ "\002\027Google\\Ads\\AdManager\\V1b\006proto3"
+ "\002\027Google\\Ads\\AdManager\\V1\352\002\032Google::Ads:"
+ ":AdManager::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "ECIFIED\020\000\022\010\n\004NONE\020\001\022\020\n\014SMART_BANNER\020\002\022\020\n"
+ "\014DYNAMIC_SIZE\020\003\"U\n\020TargetWindowEnum\"A\n\014T"
+ "argetWindow\022\035\n\031TARGET_WINDOW_UNSPECIFIED"
+ "\020\000\022\007\n\003TOP\020\001\022\t\n\005BLANK\020\002B\247\001\n\033com.google.ad"
+ "\020\000\022\007\n\003TOP\020\001\022\t\n\005BLANK\020\002B\304\001\n\033com.google.ad"
+ "s.admanager.v1B\020AdUnitEnumsProtoP\001Z@goog"
+ "le.golang.org/genproto/googleapis/ads/ad"
+ "manager/v1;admanager\252\002\027Google.Ads.AdMana"
+ "ger.V1\312\002\027Google\\Ads\\AdManager\\V1b\006proto3"
+ "ger.V1\312\002\027Google\\Ads\\AdManager\\V1\352\002\032Googl"
+ "e::Ads::AdManager::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\n\021LabelFrequencyCap\0225\n\005label\030\001 \001(\tB&\340A\002\372"
+ "A \n\036admanager.googleapis.com/Label\022<\n\rfr"
+ "equency_cap\030\002 \001(\0132%.google.ads.admanager"
+ ".v1.FrequencyCapB\252\001\n\033com.google.ads.adma"
+ ".v1.FrequencyCapB\307\001\n\033com.google.ads.adma"
+ "nager.v1B\023AdUnitMessagesProtoP\001Z@google."
+ "golang.org/genproto/googleapis/ads/adman"
+ "ager/v1;admanager\252\002\027Google.Ads.AdManager"
+ ".V1\312\002\027Google\\Ads\\AdManager\\V1b\006proto3"
+ ".V1\312\002\027Google\\Ads\\AdManager\\V1\352\002\032Google::"
+ "Ads::AdManager::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Loading

0 comments on commit 492696e

Please sign in to comment.