Skip to content

Commit e420c18

Browse files
1 parent 6f8c339 commit e420c18

File tree

8 files changed

+36
-36
lines changed

8 files changed

+36
-36
lines changed

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
25-
<version>v1-rev20240925-2.0.0</version>
25+
<version>v1-rev20241103-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-servicenetworking:v1-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20241103-2.0.0'
3939
}
4040
```
4141

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

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

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

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

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

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
11-
<version>v1-rev20240925-2.0.0</version>
12-
<name>Service Networking API v1-rev20240925-2.0.0</name>
11+
<version>v1-rev20241103-2.0.0</version>
12+
<name>Service Networking API v1-rev20241103-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicenetworking/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-servicenetworking</artifactId>
25-
<version>v1-rev20240925-2.0.0</version>
25+
<version>v1-rev20241103-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-servicenetworking:v1-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1-rev20241103-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20240925-2.0.0</version>
25+
<version>v1beta-rev20241103-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-servicenetworking:v1beta-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20241103-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-servicenetworking/v1beta/2.0.0/com/google/api/services/servicenetworking/v1beta/model/QuotaLimit.java

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

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

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

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

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
11-
<version>v1beta-rev20240925-2.0.0</version>
12-
<name>Service Networking API v1beta-rev20240925-2.0.0</name>
11+
<version>v1beta-rev20241103-2.0.0</version>
12+
<name>Service Networking API v1beta-rev20241103-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicenetworking/v1beta/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-servicenetworking</artifactId>
25-
<version>v1beta-rev20240925-2.0.0</version>
25+
<version>v1beta-rev20241103-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-servicenetworking:v1beta-rev20240925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-servicenetworking:v1beta-rev20241103-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)