Skip to content

Commit 3e1f5dd

Browse files
1 parent 761738b commit 3e1f5dd

File tree

6 files changed

+87
-82
lines changed

6 files changed

+87
-82
lines changed

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

clients/google-api-services-firebaserules/v1/2.0.0/com/google/api/services/firebaserules/v1/FirebaseRules.java

Lines changed: 62 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -919,17 +919,23 @@ public GetExecutable setName(java.lang.String name) {
919919
return this;
920920
}
921921

922-
/** The requested runtime executable version. Defaults to FIREBASE_RULES_EXECUTABLE_V1. */
922+
/**
923+
* Optional. The requested runtime executable version. Defaults to
924+
* FIREBASE_RULES_EXECUTABLE_V1.
925+
*/
923926
@com.google.api.client.util.Key
924927
private java.lang.String executableVersion;
925928

926-
/** The requested runtime executable version. Defaults to FIREBASE_RULES_EXECUTABLE_V1.
929+
/** Optional. The requested runtime executable version. Defaults to FIREBASE_RULES_EXECUTABLE_V1.
927930
*/
928931
public java.lang.String getExecutableVersion() {
929932
return executableVersion;
930933
}
931934

932-
/** The requested runtime executable version. Defaults to FIREBASE_RULES_EXECUTABLE_V1. */
935+
/**
936+
* Optional. The requested runtime executable version. Defaults to
937+
* FIREBASE_RULES_EXECUTABLE_V1.
938+
*/
933939
public GetExecutable setExecutableVersion(java.lang.String executableVersion) {
934940
this.executableVersion = executableVersion;
935941
return this;
@@ -1076,7 +1082,7 @@ public List setName(java.lang.String name) {
10761082
}
10771083

10781084
/**
1079-
* `Release` filter. The list method supports filters with restrictions on the
1085+
* Optional. `Release` filter. The list method supports filters with restrictions on the
10801086
* `Release.name`, and `Release.ruleset_name`. Example 1: A filter of 'name=prod*' might
10811087
* return `Release`s with names within 'projects/foo' prefixed with 'prod': Name -> Ruleset
10821088
* Name: * projects/foo/releases/prod -> projects/foo/rulesets/uuid1234 *
@@ -1092,25 +1098,23 @@ public List setName(java.lang.String name) {
10921098
@com.google.api.client.util.Key
10931099
private java.lang.String filter;
10941100

1095-
/**` Release` filter. The list method supports filters with restrictions on the `Release.name`, and
1096-
` `Release.ruleset_name`. Example 1: A filter of 'name=prod*' might return `Release`s with names
1097-
` within 'projects/foo' prefixed with 'prod': Name -> Ruleset Name: * projects/foo/releases/prod ->
1098-
` projects/foo/rulesets/uuid1234 * projects/foo/releases/prod/v1 -> projects/foo/rulesets/uuid1234 *
1099-
` projects/foo/releases/prod/v2 -> projects/foo/rulesets/uuid8888 Example 2: A filter of `name=prod*
1100-
` ruleset_name=uuid1234` would return only `Release` instances for 'projects/foo' with names
1101-
` prefixed with 'prod' referring to the same `Ruleset` name of 'uuid1234': Name -> Ruleset Name: *
1102-
` projects/foo/releases/prod -> projects/foo/rulesets/1234 * projects/foo/releases/prod/v1 ->
1103-
` projects/foo/rulesets/1234 In the examples, the filter parameters refer to the search filters are
1104-
` relative to the project. Fully qualified prefixed may also be used.
1105-
`
1106-
1101+
/** Optional. `Release` filter. The list method supports filters with restrictions on the
1102+
`Release.name`, and `Release.ruleset_name`. Example 1: A filter of 'name=prod*' might return
1103+
`Release`s with names within 'projects/foo' prefixed with 'prod': Name -> Ruleset Name: *
1104+
projects/foo/releases/prod -> projects/foo/rulesets/uuid1234 * projects/foo/releases/prod/v1 ->
1105+
projects/foo/rulesets/uuid1234 * projects/foo/releases/prod/v2 -> projects/foo/rulesets/uuid8888
1106+
Example 2: A filter of `name=prod* ruleset_name=uuid1234` would return only `Release` instances for
1107+
'projects/foo' with names prefixed with 'prod' referring to the same `Ruleset` name of 'uuid1234':
1108+
Name -> Ruleset Name: * projects/foo/releases/prod -> projects/foo/rulesets/1234 *
1109+
projects/foo/releases/prod/v1 -> projects/foo/rulesets/1234 In the examples, the filter parameters
1110+
refer to the search filters are relative to the project. Fully qualified prefixed may also be used.
11071111
*/
11081112
public java.lang.String getFilter() {
11091113
return filter;
11101114
}
11111115

11121116
/**
1113-
* `Release` filter. The list method supports filters with restrictions on the
1117+
* Optional. `Release` filter. The list method supports filters with restrictions on the
11141118
* `Release.name`, and `Release.ruleset_name`. Example 1: A filter of 'name=prod*' might
11151119
* return `Release`s with names within 'projects/foo' prefixed with 'prod': Name -> Ruleset
11161120
* Name: * projects/foo/releases/prod -> projects/foo/rulesets/uuid1234 *
@@ -1129,44 +1133,45 @@ public List setFilter(java.lang.String filter) {
11291133
}
11301134

11311135
/**
1132-
* Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and
1133-
* the service may choose to load fewer than `page_size` results due to the size of the
1134-
* output. To traverse all of the releases, the caller should iterate until the `page_token`
1135-
* on the response is empty.
1136+
* Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
1137+
* hint and the service may choose to load fewer than `page_size` results due to the size of
1138+
* the output. To traverse all of the releases, the caller should iterate until the
1139+
* `page_token` on the response is empty.
11361140
*/
11371141
@com.google.api.client.util.Key
11381142
private java.lang.Integer pageSize;
11391143

1140-
/** Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and the service
1141-
may choose to load fewer than `page_size` results due to the size of the output. To traverse all of
1142-
the releases, the caller should iterate until the `page_token` on the response is empty.
1144+
/** Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and
1145+
the service may choose to load fewer than `page_size` results due to the size of the output. To
1146+
traverse all of the releases, the caller should iterate until the `page_token` on the response is
1147+
empty.
11431148
*/
11441149
public java.lang.Integer getPageSize() {
11451150
return pageSize;
11461151
}
11471152

11481153
/**
1149-
* Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and
1150-
* the service may choose to load fewer than `page_size` results due to the size of the
1151-
* output. To traverse all of the releases, the caller should iterate until the `page_token`
1152-
* on the response is empty.
1154+
* Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
1155+
* hint and the service may choose to load fewer than `page_size` results due to the size of
1156+
* the output. To traverse all of the releases, the caller should iterate until the
1157+
* `page_token` on the response is empty.
11531158
*/
11541159
public List setPageSize(java.lang.Integer pageSize) {
11551160
this.pageSize = pageSize;
11561161
return this;
11571162
}
11581163

1159-
/** Next page token for the next batch of `Release` instances. */
1164+
/** Optional. Next page token for the next batch of `Release` instances. */
11601165
@com.google.api.client.util.Key
11611166
private java.lang.String pageToken;
11621167

1163-
/** Next page token for the next batch of `Release` instances.
1168+
/** Optional. Next page token for the next batch of `Release` instances.
11641169
*/
11651170
public java.lang.String getPageToken() {
11661171
return pageToken;
11671172
}
11681173

1169-
/** Next page token for the next batch of `Release` instances. */
1174+
/** Optional. Next page token for the next batch of `Release` instances. */
11701175
public List setPageToken(java.lang.String pageToken) {
11711176
this.pageToken = pageToken;
11721177
return this;
@@ -1904,73 +1909,73 @@ public List setName(java.lang.String name) {
19041909
}
19051910

19061911
/**
1907-
* `Ruleset` filter. The list method supports filters with restrictions on `Ruleset.name`.
1908-
* Filters on `Ruleset.create_time` should use the `date` function which parses strings that
1909-
* conform to the RFC 3339 date/time specifications. Example: `create_time >
1910-
* date("2017-01-01T00:00:00Z") AND name=UUID-*`
1912+
* Optional. `Ruleset` filter. The list method supports filters with restrictions on
1913+
* `Ruleset.name`. Filters on `Ruleset.create_time` should use the `date` function which
1914+
* parses strings that conform to the RFC 3339 date/time specifications. Example:
1915+
* `create_time > date("2017-01-01T00:00:00Z") AND name=UUID-*`
19111916
*/
19121917
@com.google.api.client.util.Key
19131918
private java.lang.String filter;
19141919

1915-
/**` Ruleset` filter. The list method supports filters with restrictions on `Ruleset.name`. Filters on
1916-
` `Ruleset.create_time` should use the `date` function which parses strings that conform to the RFC
1917-
` 3339 date/time specifications. Example: `create_time > date("2017-01-01T00:00:00Z") AND
1918-
` name=UUID-*`
1919-
`
1920-
1920+
/** Optional. `Ruleset` filter. The list method supports filters with restrictions on `Ruleset.name`.
1921+
Filters on `Ruleset.create_time` should use the `date` function which parses strings that conform
1922+
to the RFC 3339 date/time specifications. Example: `create_time > date("2017-01-01T00:00:00Z") AND
1923+
name=UUID-*`
19211924
*/
19221925
public java.lang.String getFilter() {
19231926
return filter;
19241927
}
19251928

19261929
/**
1927-
* `Ruleset` filter. The list method supports filters with restrictions on `Ruleset.name`.
1928-
* Filters on `Ruleset.create_time` should use the `date` function which parses strings that
1929-
* conform to the RFC 3339 date/time specifications. Example: `create_time >
1930-
* date("2017-01-01T00:00:00Z") AND name=UUID-*`
1930+
* Optional. `Ruleset` filter. The list method supports filters with restrictions on
1931+
* `Ruleset.name`. Filters on `Ruleset.create_time` should use the `date` function which
1932+
* parses strings that conform to the RFC 3339 date/time specifications. Example:
1933+
* `create_time > date("2017-01-01T00:00:00Z") AND name=UUID-*`
19311934
*/
19321935
public List setFilter(java.lang.String filter) {
19331936
this.filter = filter;
19341937
return this;
19351938
}
19361939

19371940
/**
1938-
* Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and
1939-
* the service may choose to load less than `page_size` due to the size of the output. To
1940-
* traverse all of the releases, caller should iterate until the `page_token` is empty.
1941+
* Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
1942+
* hint and the service may choose to load less than `page_size` due to the size of the
1943+
* output. To traverse all of the releases, caller should iterate until the `page_token` is
1944+
* empty.
19411945
*/
19421946
@com.google.api.client.util.Key
19431947
private java.lang.Integer pageSize;
19441948

1945-
/** Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and the service
1946-
may choose to load less than `page_size` due to the size of the output. To traverse all of the
1947-
releases, caller should iterate until the `page_token` is empty.
1949+
/** Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and
1950+
the service may choose to load less than `page_size` due to the size of the output. To traverse all
1951+
of the releases, caller should iterate until the `page_token` is empty.
19481952
*/
19491953
public java.lang.Integer getPageSize() {
19501954
return pageSize;
19511955
}
19521956

19531957
/**
1954-
* Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a hint and
1955-
* the service may choose to load less than `page_size` due to the size of the output. To
1956-
* traverse all of the releases, caller should iterate until the `page_token` is empty.
1958+
* Optional. Page size to load. Maximum of 100. Defaults to 10. Note: `page_size` is just a
1959+
* hint and the service may choose to load less than `page_size` due to the size of the
1960+
* output. To traverse all of the releases, caller should iterate until the `page_token` is
1961+
* empty.
19571962
*/
19581963
public List setPageSize(java.lang.Integer pageSize) {
19591964
this.pageSize = pageSize;
19601965
return this;
19611966
}
19621967

1963-
/** Next page token for loading the next batch of `Ruleset` instances. */
1968+
/** Optional. Next page token for loading the next batch of `Ruleset` instances. */
19641969
@com.google.api.client.util.Key
19651970
private java.lang.String pageToken;
19661971

1967-
/** Next page token for loading the next batch of `Ruleset` instances.
1972+
/** Optional. Next page token for loading the next batch of `Ruleset` instances.
19681973
*/
19691974
public java.lang.String getPageToken() {
19701975
return pageToken;
19711976
}
19721977

1973-
/** Next page token for loading the next batch of `Ruleset` instances. */
1978+
/** Optional. Next page token for loading the next batch of `Ruleset` instances. */
19741979
public List setPageToken(java.lang.String pageToken) {
19751980
this.pageToken = pageToken;
19761981
return this;

clients/google-api-services-firebaserules/v1/2.0.0/com/google/api/services/firebaserules/v1/model/TestRulesetRequest.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,34 +30,34 @@
3030
public final class TestRulesetRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional `Source` to be checked for correctness. This field must not be set when the resource
34-
* name refers to a `Ruleset`.
33+
* Optional. Optional `Source` to be checked for correctness. This field must not be set when the
34+
* resource name refers to a `Ruleset`.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private Source source;
3939

4040
/**
41-
* The tests to execute against the `Source`. When `Source` is provided inline, the test cases
42-
* will only be run if the `Source` is syntactically and semantically valid. Inline `TestSuite` to
43-
* run.
41+
* Required. The tests to execute against the `Source`. When `Source` is provided inline, the test
42+
* cases will only be run if the `Source` is syntactically and semantically valid. Inline
43+
* `TestSuite` to run.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private TestSuite testSuite;
4848

4949
/**
50-
* Optional `Source` to be checked for correctness. This field must not be set when the resource
51-
* name refers to a `Ruleset`.
50+
* Optional. Optional `Source` to be checked for correctness. This field must not be set when the
51+
* resource name refers to a `Ruleset`.
5252
* @return value or {@code null} for none
5353
*/
5454
public Source getSource() {
5555
return source;
5656
}
5757

5858
/**
59-
* Optional `Source` to be checked for correctness. This field must not be set when the resource
60-
* name refers to a `Ruleset`.
59+
* Optional. Optional `Source` to be checked for correctness. This field must not be set when the
60+
* resource name refers to a `Ruleset`.
6161
* @param source source or {@code null} for none
6262
*/
6363
public TestRulesetRequest setSource(Source source) {
@@ -66,19 +66,19 @@ public TestRulesetRequest setSource(Source source) {
6666
}
6767

6868
/**
69-
* The tests to execute against the `Source`. When `Source` is provided inline, the test cases
70-
* will only be run if the `Source` is syntactically and semantically valid. Inline `TestSuite` to
71-
* run.
69+
* Required. The tests to execute against the `Source`. When `Source` is provided inline, the test
70+
* cases will only be run if the `Source` is syntactically and semantically valid. Inline
71+
* `TestSuite` to run.
7272
* @return value or {@code null} for none
7373
*/
7474
public TestSuite getTestSuite() {
7575
return testSuite;
7676
}
7777

7878
/**
79-
* The tests to execute against the `Source`. When `Source` is provided inline, the test cases
80-
* will only be run if the `Source` is syntactically and semantically valid. Inline `TestSuite` to
81-
* run.
79+
* Required. The tests to execute against the `Source`. When `Source` is provided inline, the test
80+
* cases will only be run if the `Source` is syntactically and semantically valid. Inline
81+
* `TestSuite` to run.
8282
* @param testSuite testSuite or {@code null} for none
8383
*/
8484
public TestRulesetRequest setTestSuite(TestSuite testSuite) {

clients/google-api-services-firebaserules/v1/2.0.0/com/google/api/services/firebaserules/v1/model/UpdateReleaseRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class UpdateReleaseRequest extends com.google.api.client.json.Gener
3737
private Release release;
3838

3939
/**
40-
* Specifies which fields to update.
40+
* Optional. Specifies which fields to update.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
@@ -61,15 +61,15 @@ public UpdateReleaseRequest setRelease(Release release) {
6161
}
6262

6363
/**
64-
* Specifies which fields to update.
64+
* Optional. Specifies which fields to update.
6565
* @return value or {@code null} for none
6666
*/
6767
public String getUpdateMask() {
6868
return updateMask;
6969
}
7070

7171
/**
72-
* Specifies which fields to update.
72+
* Optional. Specifies which fields to update.
7373
* @param updateMask updateMask or {@code null} for none
7474
*/
7575
public UpdateReleaseRequest setUpdateMask(String updateMask) {

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

Lines changed: 3 additions & 3 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-firebaserules</artifactId>
11-
<version>v1-rev20231120-2.0.0</version>
12-
<name>Firebase Rules API v1-rev20231120-2.0.0</name>
11+
<version>v1-rev20241125-2.0.0</version>
12+
<name>Firebase Rules API v1-rev20241125-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Firebase Rules API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

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

0 commit comments

Comments
 (0)