diff --git a/clients/google-api-services-servicemanagement/v1/2.0.0/README.md b/clients/google-api-services-servicemanagement/v1/2.0.0/README.md
index 93184f8a4d0..f5031651753 100644
--- a/clients/google-api-services-servicemanagement/v1/2.0.0/README.md
+++ b/clients/google-api-services-servicemanagement/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-servicemanagement
- v1-rev20240823-2.0.0
+ v1-rev20240920-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20240823-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20240920-2.0.0'
}
```
diff --git a/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/CommonLanguageSettings.java b/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/CommonLanguageSettings.java
index 5a7c9d97136..1e8f890b847 100644
--- a/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/CommonLanguageSettings.java
+++ b/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/CommonLanguageSettings.java
@@ -45,6 +45,13 @@ public final class CommonLanguageSettings extends com.google.api.client.json.Gen
@com.google.api.client.util.Key
private java.lang.String referenceDocsUri;
+ /**
+ * Configuration for which RPCs should be generated in the GAPIC client.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private SelectiveGapicGeneration selectiveGapicGeneration;
+
/**
* The destination where API teams want this client library to be published.
* @return value or {@code null} for none
@@ -81,6 +88,23 @@ public CommonLanguageSettings setReferenceDocsUri(java.lang.String referenceDocs
return this;
}
+ /**
+ * Configuration for which RPCs should be generated in the GAPIC client.
+ * @return value or {@code null} for none
+ */
+ public SelectiveGapicGeneration getSelectiveGapicGeneration() {
+ return selectiveGapicGeneration;
+ }
+
+ /**
+ * Configuration for which RPCs should be generated in the GAPIC client.
+ * @param selectiveGapicGeneration selectiveGapicGeneration or {@code null} for none
+ */
+ public CommonLanguageSettings setSelectiveGapicGeneration(SelectiveGapicGeneration selectiveGapicGeneration) {
+ this.selectiveGapicGeneration = selectiveGapicGeneration;
+ return this;
+ }
+
@Override
public CommonLanguageSettings set(String fieldName, Object value) {
return (CommonLanguageSettings) super.set(fieldName, value);
diff --git a/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/SelectiveGapicGeneration.java b/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/SelectiveGapicGeneration.java
new file mode 100644
index 00000000000..9d8dcae92ab
--- /dev/null
+++ b/clients/google-api-services-servicemanagement/v1/2.0.0/com/google/api/services/servicemanagement/model/SelectiveGapicGeneration.java
@@ -0,0 +1,71 @@
+/*
+ * 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
+ *
+ * http://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.
+ */
+/*
+ * This code was generated by https://github.com/googleapis/google-api-java-client-services/
+ * Modify at your own risk.
+ */
+
+package com.google.api.services.servicemanagement.model;
+
+/**
+ * This message is used to configure the generation of a subset of the RPCs in a service for client
+ * libraries.
+ *
+ *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
+ * transmitted over HTTP when working with the Service Management API. For a detailed explanation
+ * see:
+ * https://developers.google.com/api-client-library/java/google-http-java-client/json
+ *
+ *
+ * @author Google, Inc.
+ */
+@SuppressWarnings("javadoc")
+public final class SelectiveGapicGeneration extends com.google.api.client.json.GenericJson {
+
+ /**
+ * An allowlist of the fully qualified names of RPCs that should be included on public client
+ * surfaces.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private java.util.List methods;
+
+ /**
+ * An allowlist of the fully qualified names of RPCs that should be included on public client
+ * surfaces.
+ * @return value or {@code null} for none
+ */
+ public java.util.List getMethods() {
+ return methods;
+ }
+
+ /**
+ * An allowlist of the fully qualified names of RPCs that should be included on public client
+ * surfaces.
+ * @param methods methods or {@code null} for none
+ */
+ public SelectiveGapicGeneration setMethods(java.util.List methods) {
+ this.methods = methods;
+ return this;
+ }
+
+ @Override
+ public SelectiveGapicGeneration set(String fieldName, Object value) {
+ return (SelectiveGapicGeneration) super.set(fieldName, value);
+ }
+
+ @Override
+ public SelectiveGapicGeneration clone() {
+ return (SelectiveGapicGeneration) super.clone();
+ }
+
+}
diff --git a/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml b/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml
index 8727f3eb521..8b976992bd1 100644
--- a/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-servicemanagement/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-servicemanagement
- v1-rev20240823-2.0.0
- Service Management API v1-rev20240823-2.0.0
+ v1-rev20240920-2.0.0
+ Service Management API v1-rev20240920-2.0.0
jar
2011
diff --git a/clients/google-api-services-servicemanagement/v1/README.md b/clients/google-api-services-servicemanagement/v1/README.md
index 93184f8a4d0..f5031651753 100644
--- a/clients/google-api-services-servicemanagement/v1/README.md
+++ b/clients/google-api-services-servicemanagement/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-servicemanagement
- v1-rev20240823-2.0.0
+ v1-rev20240920-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20240823-2.0.0'
+ implementation 'com.google.apis:google-api-services-servicemanagement:v1-rev20240920-2.0.0'
}
```