generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.52.0 vs generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.53.0

- old
+ new

@@ -1184,19 +1184,20 @@ # Update properties of this object def update!(**args) end end - # `Endpoint` describes a network endpoint that serves a set of APIs. A service - # may expose any number of endpoints, and all endpoints share the same service - # configuration, such as quota configuration and monitoring configuration. - # Example service configuration: name: library-example.googleapis.com endpoints: - # # Below entry makes 'google.example.library.v1.Library' # API be served from - # endpoint address library-example.googleapis.com. # It also allows HTTP OPTIONS - # calls to be passed to the backend, for # it to decide whether the subsequent - # cross-origin request is # allowed to proceed. - name: library-example. - # googleapis.com allow_cors: true + # `Endpoint` describes a network endpoint of a service that serves a set of APIs. + # It is commonly known as a service endpoint. A service may expose any number + # of service endpoints, and all service endpoints share the same service + # definition, such as quota limits and monitoring metrics. Example service + # configuration: name: library-example.googleapis.com endpoints: # Below entry + # makes 'google.example.library.v1.Library' # API be served from endpoint + # address library-example.googleapis.com. # It also allows HTTP OPTIONS calls to + # be passed to the backend, for # it to decide whether the subsequent cross- + # origin request is # allowed to proceed. - name: library-example.googleapis.com + # allow_cors: true class Endpoint include Google::Apis::Core::Hashable # DEPRECATED: This field is no longer supported. Instead of using aliases, # please specify multiple google.api.Endpoint for each of the intended aliases. @@ -3213,10 +3214,10 @@ # googleapis.com/book/borrowed_count # Corresponds to the JSON property `billing` # @return [Google::Apis::ServicemanagementV1::Billing] attr_accessor :billing - # This field is obsolete. Its value must be set to `3`. + # Deprecated. The service config compiler always sets this field to `3`. # Corresponds to the JSON property `configVersion` # @return [Fixnum] attr_accessor :config_version # `Context` defines which contexts an API requests. Example: context: rules: -