@@ -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 ;
0 commit comments