Skip to content

Commit 90d8016

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate firebase client (googleapis#3133)
1 parent 24f6a5c commit 90d8016

File tree

12 files changed

+5213
-4961
lines changed

12 files changed

+5213
-4961
lines changed

clients/google-api-services-firebase/v1beta1.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-firebase",
5-
"version": "v1beta1-rev20191125-1.30.3"
5+
"version": "v1beta1-rev20191203-1.30.3"
66
}
77
}

clients/google-api-services-firebase/v1beta1/1.28.0/com/google/api/services/firebase/v1beta1/model/Location.java

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

33+
/**
34+
* Products and services that are available in the GCP resource location.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<java.lang.String> features;
39+
3340
/**
3441
* The ID of the GCP resource location. It will be one of the available [GCP resource
3542
* locations](https://firebase.google.com/docs/projects/locations#types).
@@ -38,6 +45,31 @@ public final class Location extends com.google.api.client.json.GenericJson {
3845
@com.google.api.client.util.Key
3946
private java.lang.String locationId;
4047

48+
/**
49+
* Indicates whether the GCP resource location is a [regional or multi-regional
50+
* location](https://firebase.google.com/docs/projects/locations#types) for data replication.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.lang.String type;
55+
56+
/**
57+
* Products and services that are available in the GCP resource location.
58+
* @return value or {@code null} for none
59+
*/
60+
public java.util.List<java.lang.String> getFeatures() {
61+
return features;
62+
}
63+
64+
/**
65+
* Products and services that are available in the GCP resource location.
66+
* @param features features or {@code null} for none
67+
*/
68+
public Location setFeatures(java.util.List<java.lang.String> features) {
69+
this.features = features;
70+
return this;
71+
}
72+
4173
/**
4274
* The ID of the GCP resource location. It will be one of the available [GCP resource
4375
* locations](https://firebase.google.com/docs/projects/locations#types).
@@ -57,6 +89,25 @@ public Location setLocationId(java.lang.String locationId) {
5789
return this;
5890
}
5991

92+
/**
93+
* Indicates whether the GCP resource location is a [regional or multi-regional
94+
* location](https://firebase.google.com/docs/projects/locations#types) for data replication.
95+
* @return value or {@code null} for none
96+
*/
97+
public java.lang.String getType() {
98+
return type;
99+
}
100+
101+
/**
102+
* Indicates whether the GCP resource location is a [regional or multi-regional
103+
* location](https://firebase.google.com/docs/projects/locations#types) for data replication.
104+
* @param type type or {@code null} for none
105+
*/
106+
public Location setType(java.lang.String type) {
107+
this.type = type;
108+
return this;
109+
}
110+
60111
@Override
61112
public Location set(String fieldName, Object value) {
62113
return (Location) super.set(fieldName, value);

clients/google-api-services-firebase/v1beta1/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-firebase</artifactId>
11-
<version>v1beta1-rev20191125-1.28.0</version>
12-
<name>Firebase Management API v1beta1-rev20191125-1.28.0</name>
11+
<version>v1beta1-rev20191203-1.28.0</version>
12+
<name>Firebase Management API v1beta1-rev20191203-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebase/v1beta1/1.28.0/resources/firebase.v1beta1.json

Lines changed: 1683 additions & 1650 deletions
Large diffs are not rendered by default.

clients/google-api-services-firebase/v1beta1/1.29.2/com/google/api/services/firebase/v1beta1/model/Location.java

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

33+
/**
34+
* Products and services that are available in the GCP resource location.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.util.List<java.lang.String> features;
39+
3340
/**
3441
* The ID of the GCP resource location. It will be one of the available [GCP resource
3542
* locations](https://firebase.google.com/docs/projects/locations#types).
@@ -38,6 +45,31 @@ public final class Location extends com.google.api.client.json.GenericJson {
3845
@com.google.api.client.util.Key
3946
private java.lang.String locationId;
4047

48+
/**
49+
* Indicates whether the GCP resource location is a [regional or multi-regional
50+
* location](https://firebase.google.com/docs/projects/locations#types) for data replication.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.lang.String type;
55+
56+
/**
57+
* Products and services that are available in the GCP resource location.
58+
* @return value or {@code null} for none
59+
*/
60+
public java.util.List<java.lang.String> getFeatures() {
61+
return features;
62+
}
63+
64+
/**
65+
* Products and services that are available in the GCP resource location.
66+
* @param features features or {@code null} for none
67+
*/
68+
public Location setFeatures(java.util.List<java.lang.String> features) {
69+
this.features = features;
70+
return this;
71+
}
72+
4173
/**
4274
* The ID of the GCP resource location. It will be one of the available [GCP resource
4375
* locations](https://firebase.google.com/docs/projects/locations#types).
@@ -57,6 +89,25 @@ public Location setLocationId(java.lang.String locationId) {
5789
return this;
5890
}
5991

92+
/**
93+
* Indicates whether the GCP resource location is a [regional or multi-regional
94+
* location](https://firebase.google.com/docs/projects/locations#types) for data replication.
95+
* @return value or {@code null} for none
96+
*/
97+
public java.lang.String getType() {
98+
return type;
99+
}
100+
101+
/**
102+
* Indicates whether the GCP resource location is a [regional or multi-regional
103+
* location](https://firebase.google.com/docs/projects/locations#types) for data replication.
104+
* @param type type or {@code null} for none
105+
*/
106+
public Location setType(java.lang.String type) {
107+
this.type = type;
108+
return this;
109+
}
110+
60111
@Override
61112
public Location set(String fieldName, Object value) {
62113
return (Location) super.set(fieldName, value);

clients/google-api-services-firebase/v1beta1/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-firebase</artifactId>
11-
<version>v1beta1-rev20191125-1.29.2</version>
12-
<name>Firebase Management API v1beta1-rev20191125-1.29.2</name>
11+
<version>v1beta1-rev20191203-1.29.2</version>
12+
<name>Firebase Management API v1beta1-rev20191203-1.29.2</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)