Skip to content

Commit efc9199

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate cloudbilling client (googleapis#715)
1 parent 5a467a1 commit efc9199

File tree

9 files changed

+2544
-2451
lines changed

9 files changed

+2544
-2451
lines changed

clients/1.26.0/google-api-services-cloudbilling/v1/com/google/api/services/cloudbilling/model/Service.java

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

32+
/**
33+
* The business under which the service is offered. Ex. "businessEntities/GCP",
34+
* "businessEntities/Maps"
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String businessEntityName;
39+
3240
/**
3341
* A human readable display name for this service.
3442
* The value may be {@code null}.
@@ -50,6 +58,25 @@ public final class Service extends com.google.api.client.json.GenericJson {
5058
@com.google.api.client.util.Key
5159
private java.lang.String serviceId;
5260

61+
/**
62+
* The business under which the service is offered. Ex. "businessEntities/GCP",
63+
* "businessEntities/Maps"
64+
* @return value or {@code null} for none
65+
*/
66+
public java.lang.String getBusinessEntityName() {
67+
return businessEntityName;
68+
}
69+
70+
/**
71+
* The business under which the service is offered. Ex. "businessEntities/GCP",
72+
* "businessEntities/Maps"
73+
* @param businessEntityName businessEntityName or {@code null} for none
74+
*/
75+
public Service setBusinessEntityName(java.lang.String businessEntityName) {
76+
this.businessEntityName = businessEntityName;
77+
return this;
78+
}
79+
5380
/**
5481
* A human readable display name for this service.
5582
* @return value or {@code null} for none

clients/1.26.0/google-api-services-cloudbilling/v1/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-cloudbilling</artifactId>
11-
<version>v1-rev20180806-1.26.0</version>
12-
<name>Cloud Billing API v1-rev20180806-1.26.0</name>
11+
<version>v1-rev20190114-1.26.0</version>
12+
<name>Cloud Billing API v1-rev20190114-1.26.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/1.26.0/google-api-services-cloudbilling/v1/resources/cloudbilling.v1.json

Lines changed: 819 additions & 815 deletions
Large diffs are not rendered by default.

clients/1.27.0/google-api-services-cloudbilling/v1/com/google/api/services/cloudbilling/model/Service.java

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

32+
/**
33+
* The business under which the service is offered. Ex. "businessEntities/GCP",
34+
* "businessEntities/Maps"
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String businessEntityName;
39+
3240
/**
3341
* A human readable display name for this service.
3442
* The value may be {@code null}.
@@ -50,6 +58,25 @@ public final class Service extends com.google.api.client.json.GenericJson {
5058
@com.google.api.client.util.Key
5159
private java.lang.String serviceId;
5260

61+
/**
62+
* The business under which the service is offered. Ex. "businessEntities/GCP",
63+
* "businessEntities/Maps"
64+
* @return value or {@code null} for none
65+
*/
66+
public java.lang.String getBusinessEntityName() {
67+
return businessEntityName;
68+
}
69+
70+
/**
71+
* The business under which the service is offered. Ex. "businessEntities/GCP",
72+
* "businessEntities/Maps"
73+
* @param businessEntityName businessEntityName or {@code null} for none
74+
*/
75+
public Service setBusinessEntityName(java.lang.String businessEntityName) {
76+
this.businessEntityName = businessEntityName;
77+
return this;
78+
}
79+
5380
/**
5481
* A human readable display name for this service.
5582
* @return value or {@code null} for none

clients/1.27.0/google-api-services-cloudbilling/v1/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-cloudbilling</artifactId>
11-
<version>v1-rev20180806-1.27.0</version>
12-
<name>Cloud Billing API v1-rev20180806-1.27.0</name>
11+
<version>v1-rev20190114-1.27.0</version>
12+
<name>Cloud Billing API v1-rev20190114-1.27.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)