Skip to content

Commit cfad35d

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate serviceconsumermanagement client (googleapis#2830)
1 parent 462a837 commit cfad35d

File tree

15 files changed

+5636
-5534
lines changed

15 files changed

+5636
-5534
lines changed

clients/google-api-services-serviceconsumermanagement/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-serviceconsumermanagement",
5-
"version": "v1-rev20190907-1.30.3"
5+
"version": "v1-rev20190920-1.30.3"
66
}
77
}

clients/google-api-services-serviceconsumermanagement/v1/1.28.0/com/google/api/services/serviceconsumermanagement/v1/model/MetricDescriptor.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ public final class MetricDescriptor extends com.google.api.client.json.GenericJs
8585
@com.google.api.client.util.Key
8686
private java.lang.String metricKind;
8787

88+
/**
89+
* Read-only. If present, then a time series, which is identified partially by a metric type and a
90+
* MonitoredResourceDescriptor, that is associated with this metric type can only be associated
91+
* with one of the monitored resource types listed here.
92+
* The value may be {@code null}.
93+
*/
94+
@com.google.api.client.util.Key
95+
private java.util.List<java.lang.String> monitoredResourceTypes;
96+
8897
/**
8998
* The resource name of the metric descriptor.
9099
* The value may be {@code null}.
@@ -272,6 +281,27 @@ public MetricDescriptor setMetricKind(java.lang.String metricKind) {
272281
return this;
273282
}
274283

284+
/**
285+
* Read-only. If present, then a time series, which is identified partially by a metric type and a
286+
* MonitoredResourceDescriptor, that is associated with this metric type can only be associated
287+
* with one of the monitored resource types listed here.
288+
* @return value or {@code null} for none
289+
*/
290+
public java.util.List<java.lang.String> getMonitoredResourceTypes() {
291+
return monitoredResourceTypes;
292+
}
293+
294+
/**
295+
* Read-only. If present, then a time series, which is identified partially by a metric type and a
296+
* MonitoredResourceDescriptor, that is associated with this metric type can only be associated
297+
* with one of the monitored resource types listed here.
298+
* @param monitoredResourceTypes monitoredResourceTypes or {@code null} for none
299+
*/
300+
public MetricDescriptor setMonitoredResourceTypes(java.util.List<java.lang.String> monitoredResourceTypes) {
301+
this.monitoredResourceTypes = monitoredResourceTypes;
302+
return this;
303+
}
304+
275305
/**
276306
* The resource name of the metric descriptor.
277307
* @return value or {@code null} for none

clients/google-api-services-serviceconsumermanagement/v1/1.28.0/com/google/api/services/serviceconsumermanagement/v1/model/MetricDescriptorMetadata.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ public final class MetricDescriptorMetadata extends com.google.api.client.json.G
3939
private String ingestDelay;
4040

4141
/**
42-
* Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the
43-
* metric definition.
42+
* Deprecated. Must use the MetricDescriptor.launch_stage instead.
4443
* The value may be {@code null}.
4544
*/
4645
@com.google.api.client.util.Key
@@ -75,17 +74,15 @@ public MetricDescriptorMetadata setIngestDelay(String ingestDelay) {
7574
}
7675

7776
/**
78-
* Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the
79-
* metric definition.
77+
* Deprecated. Must use the MetricDescriptor.launch_stage instead.
8078
* @return value or {@code null} for none
8179
*/
8280
public java.lang.String getLaunchStage() {
8381
return launchStage;
8482
}
8583

8684
/**
87-
* Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the
88-
* metric definition.
85+
* Deprecated. Must use the MetricDescriptor.launch_stage instead.
8986
* @param launchStage launchStage or {@code null} for none
9087
*/
9188
public MetricDescriptorMetadata setLaunchStage(java.lang.String launchStage) {

clients/google-api-services-serviceconsumermanagement/v1/1.28.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-serviceconsumermanagement</artifactId>
11-
<version>v1-rev20190907-1.28.0</version>
12-
<name>Service Consumer Management API v1-rev20190907-1.28.0</name>
11+
<version>v1-rev20190920-1.28.0</version>
12+
<name>Service Consumer Management API v1-rev20190920-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-serviceconsumermanagement/v1/1.28.0/resources/serviceconsumermanagement.v1.json

Lines changed: 1842 additions & 1835 deletions
Large diffs are not rendered by default.

clients/google-api-services-serviceconsumermanagement/v1/1.29.2/com/google/api/services/serviceconsumermanagement/v1/model/MetricDescriptor.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ public final class MetricDescriptor extends com.google.api.client.json.GenericJs
8585
@com.google.api.client.util.Key
8686
private java.lang.String metricKind;
8787

88+
/**
89+
* Read-only. If present, then a time series, which is identified partially by a metric type and a
90+
* MonitoredResourceDescriptor, that is associated with this metric type can only be associated
91+
* with one of the monitored resource types listed here.
92+
* The value may be {@code null}.
93+
*/
94+
@com.google.api.client.util.Key
95+
private java.util.List<java.lang.String> monitoredResourceTypes;
96+
8897
/**
8998
* The resource name of the metric descriptor.
9099
* The value may be {@code null}.
@@ -272,6 +281,27 @@ public MetricDescriptor setMetricKind(java.lang.String metricKind) {
272281
return this;
273282
}
274283

284+
/**
285+
* Read-only. If present, then a time series, which is identified partially by a metric type and a
286+
* MonitoredResourceDescriptor, that is associated with this metric type can only be associated
287+
* with one of the monitored resource types listed here.
288+
* @return value or {@code null} for none
289+
*/
290+
public java.util.List<java.lang.String> getMonitoredResourceTypes() {
291+
return monitoredResourceTypes;
292+
}
293+
294+
/**
295+
* Read-only. If present, then a time series, which is identified partially by a metric type and a
296+
* MonitoredResourceDescriptor, that is associated with this metric type can only be associated
297+
* with one of the monitored resource types listed here.
298+
* @param monitoredResourceTypes monitoredResourceTypes or {@code null} for none
299+
*/
300+
public MetricDescriptor setMonitoredResourceTypes(java.util.List<java.lang.String> monitoredResourceTypes) {
301+
this.monitoredResourceTypes = monitoredResourceTypes;
302+
return this;
303+
}
304+
275305
/**
276306
* The resource name of the metric descriptor.
277307
* @return value or {@code null} for none

clients/google-api-services-serviceconsumermanagement/v1/1.29.2/com/google/api/services/serviceconsumermanagement/v1/model/MetricDescriptorMetadata.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ public final class MetricDescriptorMetadata extends com.google.api.client.json.G
3939
private String ingestDelay;
4040

4141
/**
42-
* Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the
43-
* metric definition.
42+
* Deprecated. Must use the MetricDescriptor.launch_stage instead.
4443
* The value may be {@code null}.
4544
*/
4645
@com.google.api.client.util.Key
@@ -75,17 +74,15 @@ public MetricDescriptorMetadata setIngestDelay(String ingestDelay) {
7574
}
7675

7776
/**
78-
* Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the
79-
* metric definition.
77+
* Deprecated. Must use the MetricDescriptor.launch_stage instead.
8078
* @return value or {@code null} for none
8179
*/
8280
public java.lang.String getLaunchStage() {
8381
return launchStage;
8482
}
8583

8684
/**
87-
* Deprecated. Please use the MetricDescriptor.launch_stage instead. The launch stage of the
88-
* metric definition.
85+
* Deprecated. Must use the MetricDescriptor.launch_stage instead.
8986
* @param launchStage launchStage or {@code null} for none
9087
*/
9188
public MetricDescriptorMetadata setLaunchStage(java.lang.String launchStage) {

clients/google-api-services-serviceconsumermanagement/v1/1.29.2/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-serviceconsumermanagement</artifactId>
11-
<version>v1-rev20190907-1.29.2</version>
12-
<name>Service Consumer Management API v1-rev20190907-1.29.2</name>
11+
<version>v1-rev20190920-1.29.2</version>
12+
<name>Service Consumer Management API v1-rev20190920-1.29.2</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)