Skip to content

Commit 5bf7842

Browse files
1 parent 7bd8ddd commit 5bf7842

File tree

13 files changed

+158
-38
lines changed

13 files changed

+158
-38
lines changed

clients/google-api-services-serviceusage/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-serviceusage</artifactId>
25-
<version>v1-rev20241025-2.0.0</version>
25+
<version>v1-rev20241115-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20241025-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20241115-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/ServiceUsage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public class Operations {
159159
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
160160
* methods to check whether the cancellation succeeded or whether the operation completed despite
161161
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
162-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
162+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
163163
* `Code.CANCELLED`.
164164
*
165165
* Create a request for the method "operations.cancel".
@@ -190,7 +190,7 @@ public class Cancel extends ServiceUsageRequest<com.google.api.services.serviceu
190190
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
191191
* methods to check whether the cancellation succeeded or whether the operation completed despite
192192
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
193-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
193+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
194194
* `Code.CANCELLED`.
195195
*
196196
* Create a request for the method "operations.cancel".

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/ExperimentalFeatures.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ExperimentalFeatures extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Enables generation of protobuf code using new types that are more Pythonic which are included
35+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
36+
* feature in preview packages.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.Boolean protobufPythonicTypesEnabled;
41+
3342
/**
3443
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
3544
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
@@ -39,6 +48,27 @@ public final class ExperimentalFeatures extends com.google.api.client.json.Gener
3948
@com.google.api.client.util.Key
4049
private java.lang.Boolean restAsyncIoEnabled;
4150

51+
/**
52+
* Enables generation of protobuf code using new types that are more Pythonic which are included
53+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
54+
* feature in preview packages.
55+
* @return value or {@code null} for none
56+
*/
57+
public java.lang.Boolean getProtobufPythonicTypesEnabled() {
58+
return protobufPythonicTypesEnabled;
59+
}
60+
61+
/**
62+
* Enables generation of protobuf code using new types that are more Pythonic which are included
63+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
64+
* feature in preview packages.
65+
* @param protobufPythonicTypesEnabled protobufPythonicTypesEnabled or {@code null} for none
66+
*/
67+
public ExperimentalFeatures setProtobufPythonicTypesEnabled(java.lang.Boolean protobufPythonicTypesEnabled) {
68+
this.protobufPythonicTypesEnabled = protobufPythonicTypesEnabled;
69+
return this;
70+
}
71+
4272
/**
4373
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
4474
* asynchronous REST clients will not be generated. This feature will be enabled by default 1

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/GoSettings.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public final class GoSettings extends com.google.api.client.json.GenericJson {
3636
@com.google.api.client.util.Key
3737
private CommonLanguageSettings common;
3838

39+
/**
40+
* Map of service names to renamed services. Keys are the package relative service names and
41+
* values are the name to be used for the service client and call options. publishing:
42+
* go_settings: renamed_services: Publisher: TopicAdmin
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.util.Map<String, java.lang.String> renamedServices;
47+
3948
/**
4049
* Some settings.
4150
* @return value or {@code null} for none
@@ -53,6 +62,27 @@ public GoSettings setCommon(CommonLanguageSettings common) {
5362
return this;
5463
}
5564

65+
/**
66+
* Map of service names to renamed services. Keys are the package relative service names and
67+
* values are the name to be used for the service client and call options. publishing:
68+
* go_settings: renamed_services: Publisher: TopicAdmin
69+
* @return value or {@code null} for none
70+
*/
71+
public java.util.Map<String, java.lang.String> getRenamedServices() {
72+
return renamedServices;
73+
}
74+
75+
/**
76+
* Map of service names to renamed services. Keys are the package relative service names and
77+
* values are the name to be used for the service client and call options. publishing:
78+
* go_settings: renamed_services: Publisher: TopicAdmin
79+
* @param renamedServices renamedServices or {@code null} for none
80+
*/
81+
public GoSettings setRenamedServices(java.util.Map<String, java.lang.String> renamedServices) {
82+
this.renamedServices = renamedServices;
83+
return this;
84+
}
85+
5686
@Override
5787
public GoSettings set(String fieldName, Object value) {
5888
return (GoSettings) super.set(fieldName, value);

clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/model/QuotaLimit.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ public final class QuotaLimit extends com.google.api.client.json.GenericJson {
109109
private java.lang.String name;
110110

111111
/**
112-
* Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit
113-
* kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}"
114-
* for quota per minute per project. Note: the order of unit components is insignificant. The "1"
115-
* at the beginning is required to follow the metric unit syntax.
112+
* Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The
113+
* supported unit kinds are determined by the quota backend system. Here are some examples: *
114+
* "1/min/{project}" for quota per minute per project. Note: the order of unit components is
115+
* insignificant. The "1" at the beginning is required to follow the metric unit syntax.
116116
* The value may be {@code null}.
117117
*/
118118
@com.google.api.client.util.Key
@@ -306,21 +306,21 @@ public QuotaLimit setName(java.lang.String name) {
306306
}
307307

308308
/**
309-
* Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit
310-
* kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}"
311-
* for quota per minute per project. Note: the order of unit components is insignificant. The "1"
312-
* at the beginning is required to follow the metric unit syntax.
309+
* Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The
310+
* supported unit kinds are determined by the quota backend system. Here are some examples: *
311+
* "1/min/{project}" for quota per minute per project. Note: the order of unit components is
312+
* insignificant. The "1" at the beginning is required to follow the metric unit syntax.
313313
* @return value or {@code null} for none
314314
*/
315315
public java.lang.String getUnit() {
316316
return unit;
317317
}
318318

319319
/**
320-
* Specify the unit of the quota limit. It uses the same syntax as Metric.unit. The supported unit
321-
* kinds are determined by the quota backend system. Here are some examples: * "1/min/{project}"
322-
* for quota per minute per project. Note: the order of unit components is insignificant. The "1"
323-
* at the beginning is required to follow the metric unit syntax.
320+
* Specify the unit of the quota limit. It uses the same syntax as MetricDescriptor.unit. The
321+
* supported unit kinds are determined by the quota backend system. Here are some examples: *
322+
* "1/min/{project}" for quota per minute per project. Note: the order of unit components is
323+
* insignificant. The "1" at the beginning is required to follow the metric unit syntax.
324324
* @param unit unit or {@code null} for none
325325
*/
326326
public QuotaLimit setUnit(java.lang.String unit) {

clients/google-api-services-serviceusage/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-serviceusage</artifactId>
11-
<version>v1-rev20241025-2.0.0</version>
12-
<name>Service Usage API v1-rev20241025-2.0.0</name>
11+
<version>v1-rev20241115-2.0.0</version>
12+
<name>Service Usage API v1-rev20241115-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-serviceusage/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-serviceusage</artifactId>
25-
<version>v1-rev20241025-2.0.0</version>
25+
<version>v1-rev20241115-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20241025-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20241115-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceusage/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-serviceusage</artifactId>
25-
<version>v1beta1-rev20241025-2.0.0</version>
25+
<version>v1beta1-rev20241115-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20241025-2.0.0'
38+
implementation 'com.google.apis:google-api-services-serviceusage:v1beta1-rev20241115-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-serviceusage/v1beta1/2.0.0/com/google/api/services/serviceusage/v1beta1/model/ExperimentalFeatures.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
@SuppressWarnings("javadoc")
3131
public final class ExperimentalFeatures extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Enables generation of protobuf code using new types that are more Pythonic which are included
35+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
36+
* feature in preview packages.
37+
* The value may be {@code null}.
38+
*/
39+
@com.google.api.client.util.Key
40+
private java.lang.Boolean protobufPythonicTypesEnabled;
41+
3342
/**
3443
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
3544
* asynchronous REST clients will not be generated. This feature will be enabled by default 1
@@ -39,6 +48,27 @@ public final class ExperimentalFeatures extends com.google.api.client.json.Gener
3948
@com.google.api.client.util.Key
4049
private java.lang.Boolean restAsyncIoEnabled;
4150

51+
/**
52+
* Enables generation of protobuf code using new types that are more Pythonic which are included
53+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
54+
* feature in preview packages.
55+
* @return value or {@code null} for none
56+
*/
57+
public java.lang.Boolean getProtobufPythonicTypesEnabled() {
58+
return protobufPythonicTypesEnabled;
59+
}
60+
61+
/**
62+
* Enables generation of protobuf code using new types that are more Pythonic which are included
63+
* in `protobuf>=5.29.x`. This feature will be enabled by default 1 month after launching the
64+
* feature in preview packages.
65+
* @param protobufPythonicTypesEnabled protobufPythonicTypesEnabled or {@code null} for none
66+
*/
67+
public ExperimentalFeatures setProtobufPythonicTypesEnabled(java.lang.Boolean protobufPythonicTypesEnabled) {
68+
this.protobufPythonicTypesEnabled = protobufPythonicTypesEnabled;
69+
return this;
70+
}
71+
4272
/**
4373
* Enables generation of asynchronous REST clients if `rest` transport is enabled. By default,
4474
* asynchronous REST clients will not be generated. This feature will be enabled by default 1

clients/google-api-services-serviceusage/v1beta1/2.0.0/com/google/api/services/serviceusage/v1beta1/model/GoSettings.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public final class GoSettings extends com.google.api.client.json.GenericJson {
3636
@com.google.api.client.util.Key
3737
private CommonLanguageSettings common;
3838

39+
/**
40+
* Map of service names to renamed services. Keys are the package relative service names and
41+
* values are the name to be used for the service client and call options. publishing:
42+
* go_settings: renamed_services: Publisher: TopicAdmin
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.util.Map<String, java.lang.String> renamedServices;
47+
3948
/**
4049
* Some settings.
4150
* @return value or {@code null} for none
@@ -53,6 +62,27 @@ public GoSettings setCommon(CommonLanguageSettings common) {
5362
return this;
5463
}
5564

65+
/**
66+
* Map of service names to renamed services. Keys are the package relative service names and
67+
* values are the name to be used for the service client and call options. publishing:
68+
* go_settings: renamed_services: Publisher: TopicAdmin
69+
* @return value or {@code null} for none
70+
*/
71+
public java.util.Map<String, java.lang.String> getRenamedServices() {
72+
return renamedServices;
73+
}
74+
75+
/**
76+
* Map of service names to renamed services. Keys are the package relative service names and
77+
* values are the name to be used for the service client and call options. publishing:
78+
* go_settings: renamed_services: Publisher: TopicAdmin
79+
* @param renamedServices renamedServices or {@code null} for none
80+
*/
81+
public GoSettings setRenamedServices(java.util.Map<String, java.lang.String> renamedServices) {
82+
this.renamedServices = renamedServices;
83+
return this;
84+
}
85+
5686
@Override
5787
public GoSettings set(String fieldName, Object value) {
5888
return (GoSettings) super.set(fieldName, value);

0 commit comments

Comments
 (0)