diff --git a/api_names_out.yaml b/api_names_out.yaml index 24dd5194b..db8f846fa 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -142444,6 +142444,7 @@ "/servicecontrol:v1/Resource/etag": etag "/servicecontrol:v1/Resource/labels": labels "/servicecontrol:v1/Resource/labels/label": label +"/servicecontrol:v1/Resource/location": location "/servicecontrol:v1/Resource/name": name "/servicecontrol:v1/Resource/service": service "/servicecontrol:v1/Resource/type": type diff --git a/generated/google-apis-servicecontrol_v1/CHANGELOG.md b/generated/google-apis-servicecontrol_v1/CHANGELOG.md index 3471a5065..1c69fbc72 100644 --- a/generated/google-apis-servicecontrol_v1/CHANGELOG.md +++ b/generated/google-apis-servicecontrol_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-servicecontrol_v1 +### v0.2.0 (2021-01-09) + +* Regenerated from discovery document revision 20201231 + ### v0.1.0 (2021-01-07) * Regenerated using generator version 0.1.1 diff --git a/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/classes.rb b/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/classes.rb index ca8e2a1af..9ec0c5d67 100644 --- a/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/classes.rb +++ b/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/classes.rb @@ -1478,8 +1478,9 @@ module Google # @return [Array] attr_accessor :trace_spans - # User defined labels for the resource that this operation is associated with. - # Only a combination of 1000 user labels per consumer project are allowed. + # Private Preview. This feature is only available for approved services. User + # defined labels for the resource that this operation is associated with. Only a + # combination of 1000 user labels per consumer project are allowed. # Corresponds to the JSON property `userLabels` # @return [Hash] attr_accessor :user_labels @@ -2045,8 +2046,8 @@ module Google # Annotations is an unstructured key-value map stored with a resource that may # be set by external tools to store and retrieve arbitrary metadata. They are - # not queryable and should be preserved when modifying objects. More info: http:/ - # /kubernetes.io/docs/user-guide/annotations + # not queryable and should be preserved when modifying objects. More info: https: + # //kubernetes.io/docs/user-guide/annotations # Corresponds to the JSON property `annotations` # @return [Hash] attr_accessor :annotations @@ -2081,6 +2082,16 @@ module Google # @return [Hash] attr_accessor :labels + # Immutable. The location of the resource. The location encoding is specific to + # the service provider, and new encoding may be introduced as the service + # evolves. For Google Cloud products, the encoding is what is used by Google + # Cloud APIs, such as `us-east1`, `aws-us-east-1`, and `azure-eastus2`. The + # semantics of `location` is identical to the `cloud.googleapis.com/location` + # label used by some Google Cloud APIs. + # Corresponds to the JSON property `location` + # @return [String] + attr_accessor :location + # The stable identifier (name) of a resource on the `service`. A resource can be # logically identified as "//`resource.service`/`resource.name`". The # differences between a resource name and a URI are: * Resource name is a @@ -2136,6 +2147,7 @@ module Google @display_name = args[:display_name] if args.key?(:display_name) @etag = args[:etag] if args.key?(:etag) @labels = args[:labels] if args.key?(:labels) + @location = args[:location] if args.key?(:location) @name = args[:name] if args.key?(:name) @service = args[:service] if args.key?(:service) @type = args[:type] if args.key?(:type) diff --git a/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/gem_version.rb b/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/gem_version.rb index baf531bf4..1ea65e376 100644 --- a/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/gem_version.rb +++ b/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module ServicecontrolV1 # Version of the google-apis-servicecontrol_v1 gem - GEM_VERSION = "0.1.0" + GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201207" + REVISION = "20201231" end end end diff --git a/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/representations.rb b/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/representations.rb index 3a3ff69af..56503df20 100644 --- a/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/representations.rb +++ b/generated/google-apis-servicecontrol_v1/lib/google/apis/servicecontrol_v1/representations.rb @@ -789,6 +789,7 @@ module Google property :display_name, as: 'displayName' property :etag, as: 'etag' hash :labels, as: 'labels' + property :location, as: 'location' property :name, as: 'name' property :service, as: 'service' property :type, as: 'type' diff --git a/generated/google-apis-servicecontrol_v1/synth.metadata b/generated/google-apis-servicecontrol_v1/synth.metadata index a8f53564b..6336bab0b 100644 --- a/generated/google-apis-servicecontrol_v1/synth.metadata +++ b/generated/google-apis-servicecontrol_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "de7765607efbc8f939c040bed4a3164059f7d9f5" + "sha": "6a65c71c4437d5f9e766960419b37cd84c9f4584" } } ]