From 039cf0957cad056cfd7c6b2b4546b1044205a76c Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 3 Aug 2020 00:38:16 +0000 Subject: [PATCH] Autogenerated update (2020-08-03) Update: - bigtableadmin_v2 - dns_v1 - dns_v1beta2 - dns_v2beta1 --- generated/google/apis/bigtableadmin_v2.rb | 2 +- generated/google/apis/bigtableadmin_v2/service.rb | 2 +- generated/google/apis/dns_v1.rb | 2 +- generated/google/apis/dns_v1/classes.rb | 14 +++++++------- generated/google/apis/dns_v1beta2.rb | 2 +- generated/google/apis/dns_v1beta2/classes.rb | 14 +++++++------- generated/google/apis/dns_v2beta1.rb | 2 +- generated/google/apis/dns_v2beta1/classes.rb | 14 +++++++------- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/generated/google/apis/bigtableadmin_v2.rb b/generated/google/apis/bigtableadmin_v2.rb index 35251d202..884f620ad 100644 --- a/generated/google/apis/bigtableadmin_v2.rb +++ b/generated/google/apis/bigtableadmin_v2.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/bigtable/ module BigtableadminV2 VERSION = 'V2' - REVISION = '20200629' + REVISION = '20200715' # Administer your Cloud Bigtable tables and clusters AUTH_BIGTABLE_ADMIN = 'https://www.googleapis.com/auth/bigtable.admin' diff --git a/generated/google/apis/bigtableadmin_v2/service.rb b/generated/google/apis/bigtableadmin_v2/service.rb index 151ca3719..86168ce67 100644 --- a/generated/google/apis/bigtableadmin_v2/service.rb +++ b/generated/google/apis/bigtableadmin_v2/service.rb @@ -1042,7 +1042,7 @@ module Google # 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. The comparison operator must be - # <, >, <=, >=, !=, =, or :. Colon ‘:’ represents a HAS operator which is + # <, >, <=, >=, !=, =, or :. Colon ':' represents a HAS operator which is # roughly synonymous with equality. Filter rules are case insensitive. # The fields eligible for filtering are: # * `name` diff --git a/generated/google/apis/dns_v1.rb b/generated/google/apis/dns_v1.rb index 307911c8b..bb41102e9 100644 --- a/generated/google/apis/dns_v1.rb +++ b/generated/google/apis/dns_v1.rb @@ -25,7 +25,7 @@ module Google # @see http://developers.google.com/cloud-dns module DnsV1 VERSION = 'V1' - REVISION = '20200709' + REVISION = '20200731' # 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/dns_v1/classes.rb b/generated/google/apis/dns_v1/classes.rb index 1744fcb88..dd044a6b3 100644 --- a/generated/google/apis/dns_v1/classes.rb +++ b/generated/google/apis/dns_v1/classes.rb @@ -65,7 +65,7 @@ module Google attr_accessor :start_time # Status of the operation (output only). A status of "done" means that the - # request to update the authoritative servers has been sent, but the + # request to update the authoritative servers has been sent but the # servers might not be updated yet. # Corresponds to the JSON property `status` # @return [String] @@ -532,11 +532,11 @@ module Google class ManagedZoneForwardingConfigNameServerTarget include Google::Apis::Core::Hashable - # Forwarding path for this NameServerTarget, if unset or set to DEFAULT, + # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, # Cloud DNS will make forwarding decision based on address ranges, - # i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the + # i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the # Internet. When set to PRIVATE, Cloud DNS will always send queries - # through VPC for this target + # through VPC for this target. # Corresponds to the JSON property `forwardingPath` # @return [String] attr_accessor :forwarding_path @@ -1118,11 +1118,11 @@ module Google class PolicyAlternativeNameServerConfigTargetNameServer include Google::Apis::Core::Hashable - # Forwarding path for this TargetNameServer, if unset or set to DEFAULT, + # Forwarding path for this TargetNameServer. If unset or set to DEFAULT, # Cloud DNS will make forwarding decision based on address ranges, - # i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the + # i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the # Internet. When set to PRIVATE, Cloud DNS will always send queries - # through VPC for this target + # through VPC for this target. # Corresponds to the JSON property `forwardingPath` # @return [String] attr_accessor :forwarding_path diff --git a/generated/google/apis/dns_v1beta2.rb b/generated/google/apis/dns_v1beta2.rb index 7316612cf..db4fdc15e 100644 --- a/generated/google/apis/dns_v1beta2.rb +++ b/generated/google/apis/dns_v1beta2.rb @@ -25,7 +25,7 @@ module Google # @see http://developers.google.com/cloud-dns module DnsV1beta2 VERSION = 'V1beta2' - REVISION = '20200709' + REVISION = '20200731' # 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/dns_v1beta2/classes.rb b/generated/google/apis/dns_v1beta2/classes.rb index 11b39f68d..906afce7b 100644 --- a/generated/google/apis/dns_v1beta2/classes.rb +++ b/generated/google/apis/dns_v1beta2/classes.rb @@ -65,7 +65,7 @@ module Google attr_accessor :start_time # Status of the operation (output only). A status of "done" means that the - # request to update the authoritative servers has been sent, but the + # request to update the authoritative servers has been sent but the # servers might not be updated yet. # Corresponds to the JSON property `status` # @return [String] @@ -538,11 +538,11 @@ module Google class ManagedZoneForwardingConfigNameServerTarget include Google::Apis::Core::Hashable - # Forwarding path for this NameServerTarget, if unset or set to DEFAULT, + # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, # Cloud DNS will make forwarding decision based on address ranges, - # i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the + # i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the # Internet. When set to PRIVATE, Cloud DNS will always send queries - # through VPC for this target + # through VPC for this target. # Corresponds to the JSON property `forwardingPath` # @return [String] attr_accessor :forwarding_path @@ -1185,11 +1185,11 @@ module Google class PolicyAlternativeNameServerConfigTargetNameServer include Google::Apis::Core::Hashable - # Forwarding path for this TargetNameServer, if unset or set to DEFAULT, + # Forwarding path for this TargetNameServer. If unset or set to DEFAULT, # Cloud DNS will make forwarding decision based on address ranges, - # i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the + # i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the # Internet. When set to PRIVATE, Cloud DNS will always send queries - # through VPC for this target + # through VPC for this target. # Corresponds to the JSON property `forwardingPath` # @return [String] attr_accessor :forwarding_path diff --git a/generated/google/apis/dns_v2beta1.rb b/generated/google/apis/dns_v2beta1.rb index d1110b9ea..0db5f898d 100644 --- a/generated/google/apis/dns_v2beta1.rb +++ b/generated/google/apis/dns_v2beta1.rb @@ -25,7 +25,7 @@ module Google # @see http://developers.google.com/cloud-dns module DnsV2beta1 VERSION = 'V2beta1' - REVISION = '20200709' + REVISION = '20200731' # 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/dns_v2beta1/classes.rb b/generated/google/apis/dns_v2beta1/classes.rb index 7b6c84629..ee0d02bbb 100644 --- a/generated/google/apis/dns_v2beta1/classes.rb +++ b/generated/google/apis/dns_v2beta1/classes.rb @@ -65,7 +65,7 @@ module Google attr_accessor :start_time # Status of the operation (output only). A status of "done" means that the - # request to update the authoritative servers has been sent, but the + # request to update the authoritative servers has been sent but the # servers might not be updated yet. # Corresponds to the JSON property `status` # @return [String] @@ -532,11 +532,11 @@ module Google class ManagedZoneForwardingConfigNameServerTarget include Google::Apis::Core::Hashable - # Forwarding path for this NameServerTarget, if unset or set to DEFAULT, + # Forwarding path for this NameServerTarget. If unset or set to DEFAULT, # Cloud DNS will make forwarding decision based on address ranges, - # i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the + # i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the # Internet. When set to PRIVATE, Cloud DNS will always send queries - # through VPC for this target + # through VPC for this target. # Corresponds to the JSON property `forwardingPath` # @return [String] attr_accessor :forwarding_path @@ -1118,11 +1118,11 @@ module Google class PolicyAlternativeNameServerConfigTargetNameServer include Google::Apis::Core::Hashable - # Forwarding path for this TargetNameServer, if unset or set to DEFAULT, + # Forwarding path for this TargetNameServer. If unset or set to DEFAULT, # Cloud DNS will make forwarding decision based on address ranges, - # i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go to the + # i.e. RFC1918 addresses go to the VPC, non-RFC1918 addresses go to the # Internet. When set to PRIVATE, Cloud DNS will always send queries - # through VPC for this target + # through VPC for this target. # Corresponds to the JSON property `forwardingPath` # @return [String] attr_accessor :forwarding_path