From 0ae548668e19ab4b05b18c503a9963150de5330e Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 26 Jul 2019 00:37:52 +0000 Subject: [PATCH] Autogenerated update (2019-07-26) Update: - remotebuildexecution_v1 - remotebuildexecution_v1alpha - remotebuildexecution_v2 --- .../google/apis/remotebuildexecution_v1.rb | 2 +- .../apis/remotebuildexecution_v1/classes.rb | 36 +++++++++++-------- .../apis/remotebuildexecution_v1alpha.rb | 2 +- .../remotebuildexecution_v1alpha/classes.rb | 36 +++++++++++-------- .../remotebuildexecution_v1alpha/service.rb | 32 ++++++++++------- .../google/apis/remotebuildexecution_v2.rb | 2 +- .../apis/remotebuildexecution_v2/classes.rb | 36 +++++++++++-------- 7 files changed, 89 insertions(+), 57 deletions(-) diff --git a/generated/google/apis/remotebuildexecution_v1.rb b/generated/google/apis/remotebuildexecution_v1.rb index a6696c90b..21a26c8c6 100644 --- a/generated/google/apis/remotebuildexecution_v1.rb +++ b/generated/google/apis/remotebuildexecution_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/remote-build-execution/docs/ module RemotebuildexecutionV1 VERSION = 'V1' - REVISION = '20190618' + REVISION = '20190723' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/remotebuildexecution_v1/classes.rb b/generated/google/apis/remotebuildexecution_v1/classes.rb index 87ccb4bfe..de3c7a213 100644 --- a/generated/google/apis/remotebuildexecution_v1/classes.rb +++ b/generated/google/apis/remotebuildexecution_v1/classes.rb @@ -1842,18 +1842,26 @@ module Google class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest include Google::Apis::Core::Hashable - # Optional. A filter to constrain the pools returned. Filters have the form: - # [[AND|OR] ]... - # is the path for a field or map key in the Pool proto message. - # e.g. "configuration.disk_size_gb" or "configuration.labels.key". - # can be one of "<", "<=", ">=", ">", "=", "!=", ":". - # ":" is a HAS operation for strings and repeated primitive fields. - # is the value to test, case-insensitive for strings. "*" stands for - # any value and can be used to test for key presence. - # Parenthesis determine AND/OR precedence. In space separated restrictions, - # AND is implicit, e.g. "a = b x = y" is equivalent to "a = b AND x = y". - # Example filter: - # configuration.labels.key1 = * AND (state = RUNNING OR state = UPDATING) + # Optional. A filter expression that filters resources listed in + # the response. The expression must specify the field name, a comparison + # operator, and the value that you want to use for filtering. The value + # must be a string, a number, or a boolean. String values are + # case-insensitive. + # The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or + # `<`. + # The `:` operator can be used with string fields to match substrings. + # For non-string fields it is equivalent to the `=` operator. + # The `:*` comparison can be used to test whether a key has been defined. + # You can also filter on nested fields. + # To filter on multiple expressions, you can separate expression using + # `AND` and `OR` operators, using parentheses to specify precedence. If + # neither operator is specified, `AND` is assumed. + # Examples: + # Include only pools with more than 100 reserved workers: + # `(worker_count > 100) (worker_config.reserved = true)` + # Include only pools with a certain label or machines of the n1-standard + # family: + # `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard` # Corresponds to the JSON property `filter` # @return [String] attr_accessor :filter @@ -1948,8 +1956,8 @@ module Google # Labels associated with the workers. # Label keys and values can be no longer than 63 characters, can only contain # lowercase letters, numeric characters, underscores and dashes. - # International letters are permitted. Keys must start with a letter but - # values are optional. + # International letters are permitted. Label keys must start with a letter. + # Label values are optional. # There can not be more than 64 labels per resource. # Corresponds to the JSON property `labels` # @return [Hash] diff --git a/generated/google/apis/remotebuildexecution_v1alpha.rb b/generated/google/apis/remotebuildexecution_v1alpha.rb index 1ea8842aa..181e419a3 100644 --- a/generated/google/apis/remotebuildexecution_v1alpha.rb +++ b/generated/google/apis/remotebuildexecution_v1alpha.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/remote-build-execution/docs/ module RemotebuildexecutionV1alpha VERSION = 'V1alpha' - REVISION = '20190618' + REVISION = '20190723' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/remotebuildexecution_v1alpha/classes.rb b/generated/google/apis/remotebuildexecution_v1alpha/classes.rb index 50fa8c9aa..8e3385ea3 100644 --- a/generated/google/apis/remotebuildexecution_v1alpha/classes.rb +++ b/generated/google/apis/remotebuildexecution_v1alpha/classes.rb @@ -1823,18 +1823,26 @@ module Google class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest include Google::Apis::Core::Hashable - # Optional. A filter to constrain the pools returned. Filters have the form: - # [[AND|OR] ]... - # is the path for a field or map key in the Pool proto message. - # e.g. "configuration.disk_size_gb" or "configuration.labels.key". - # can be one of "<", "<=", ">=", ">", "=", "!=", ":". - # ":" is a HAS operation for strings and repeated primitive fields. - # is the value to test, case-insensitive for strings. "*" stands for - # any value and can be used to test for key presence. - # Parenthesis determine AND/OR precedence. In space separated restrictions, - # AND is implicit, e.g. "a = b x = y" is equivalent to "a = b AND x = y". - # Example filter: - # configuration.labels.key1 = * AND (state = RUNNING OR state = UPDATING) + # Optional. A filter expression that filters resources listed in + # the response. The expression must specify the field name, a comparison + # operator, and the value that you want to use for filtering. The value + # must be a string, a number, or a boolean. String values are + # case-insensitive. + # The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or + # `<`. + # The `:` operator can be used with string fields to match substrings. + # For non-string fields it is equivalent to the `=` operator. + # The `:*` comparison can be used to test whether a key has been defined. + # You can also filter on nested fields. + # To filter on multiple expressions, you can separate expression using + # `AND` and `OR` operators, using parentheses to specify precedence. If + # neither operator is specified, `AND` is assumed. + # Examples: + # Include only pools with more than 100 reserved workers: + # `(worker_count > 100) (worker_config.reserved = true)` + # Include only pools with a certain label or machines of the n1-standard + # family: + # `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard` # Corresponds to the JSON property `filter` # @return [String] attr_accessor :filter @@ -1929,8 +1937,8 @@ module Google # Labels associated with the workers. # Label keys and values can be no longer than 63 characters, can only contain # lowercase letters, numeric characters, underscores and dashes. - # International letters are permitted. Keys must start with a letter but - # values are optional. + # International letters are permitted. Label keys must start with a letter. + # Label values are optional. # There can not be more than 64 labels per resource. # Corresponds to the JSON property `labels` # @return [Hash] diff --git a/generated/google/apis/remotebuildexecution_v1alpha/service.rb b/generated/google/apis/remotebuildexecution_v1alpha/service.rb index 4f7e99659..ce41cda46 100644 --- a/generated/google/apis/remotebuildexecution_v1alpha/service.rb +++ b/generated/google/apis/remotebuildexecution_v1alpha/service.rb @@ -291,18 +291,26 @@ module Google # Resource name of the instance. # Format: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]`. # @param [String] filter - # Optional. A filter to constrain the pools returned. Filters have the form: - # [[AND|OR] ]... - # is the path for a field or map key in the Pool proto message. - # e.g. "configuration.disk_size_gb" or "configuration.labels.key". - # can be one of "<", "<=", ">=", ">", "=", "!=", ":". - # ":" is a HAS operation for strings and repeated primitive fields. - # is the value to test, case-insensitive for strings. "*" stands for - # any value and can be used to test for key presence. - # Parenthesis determine AND/OR precedence. In space separated restrictions, - # AND is implicit, e.g. "a = b x = y" is equivalent to "a = b AND x = y". - # Example filter: - # configuration.labels.key1 = * AND (state = RUNNING OR state = UPDATING) + # Optional. A filter expression that filters resources listed in + # the response. The expression must specify the field name, a comparison + # operator, and the value that you want to use for filtering. The value + # must be a string, a number, or a boolean. String values are + # case-insensitive. + # The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or + # `<`. + # The `:` operator can be used with string fields to match substrings. + # For non-string fields it is equivalent to the `=` operator. + # The `:*` comparison can be used to test whether a key has been defined. + # You can also filter on nested fields. + # To filter on multiple expressions, you can separate expression using + # `AND` and `OR` operators, using parentheses to specify precedence. If + # neither operator is specified, `AND` is assumed. + # Examples: + # Include only pools with more than 100 reserved workers: + # `(worker_count > 100) (worker_config.reserved = true)` + # Include only pools with a certain label or machines of the n1-standard + # family: + # `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard` # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user diff --git a/generated/google/apis/remotebuildexecution_v2.rb b/generated/google/apis/remotebuildexecution_v2.rb index 54a69d962..63bcb6424 100644 --- a/generated/google/apis/remotebuildexecution_v2.rb +++ b/generated/google/apis/remotebuildexecution_v2.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/remote-build-execution/docs/ module RemotebuildexecutionV2 VERSION = 'V2' - REVISION = '20190618' + REVISION = '20190723' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/remotebuildexecution_v2/classes.rb b/generated/google/apis/remotebuildexecution_v2/classes.rb index 897bd90bd..4480b6f27 100644 --- a/generated/google/apis/remotebuildexecution_v2/classes.rb +++ b/generated/google/apis/remotebuildexecution_v2/classes.rb @@ -2520,18 +2520,26 @@ module Google class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest include Google::Apis::Core::Hashable - # Optional. A filter to constrain the pools returned. Filters have the form: - # [[AND|OR] ]... - # is the path for a field or map key in the Pool proto message. - # e.g. "configuration.disk_size_gb" or "configuration.labels.key". - # can be one of "<", "<=", ">=", ">", "=", "!=", ":". - # ":" is a HAS operation for strings and repeated primitive fields. - # is the value to test, case-insensitive for strings. "*" stands for - # any value and can be used to test for key presence. - # Parenthesis determine AND/OR precedence. In space separated restrictions, - # AND is implicit, e.g. "a = b x = y" is equivalent to "a = b AND x = y". - # Example filter: - # configuration.labels.key1 = * AND (state = RUNNING OR state = UPDATING) + # Optional. A filter expression that filters resources listed in + # the response. The expression must specify the field name, a comparison + # operator, and the value that you want to use for filtering. The value + # must be a string, a number, or a boolean. String values are + # case-insensitive. + # The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or + # `<`. + # The `:` operator can be used with string fields to match substrings. + # For non-string fields it is equivalent to the `=` operator. + # The `:*` comparison can be used to test whether a key has been defined. + # You can also filter on nested fields. + # To filter on multiple expressions, you can separate expression using + # `AND` and `OR` operators, using parentheses to specify precedence. If + # neither operator is specified, `AND` is assumed. + # Examples: + # Include only pools with more than 100 reserved workers: + # `(worker_count > 100) (worker_config.reserved = true)` + # Include only pools with a certain label or machines of the n1-standard + # family: + # `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard` # Corresponds to the JSON property `filter` # @return [String] attr_accessor :filter @@ -2626,8 +2634,8 @@ module Google # Labels associated with the workers. # Label keys and values can be no longer than 63 characters, can only contain # lowercase letters, numeric characters, underscores and dashes. - # International letters are permitted. Keys must start with a letter but - # values are optional. + # International letters are permitted. Label keys must start with a letter. + # Label values are optional. # There can not be more than 64 labels per resource. # Corresponds to the JSON property `labels` # @return [Hash]