generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.32.1 vs generated/google/apis/servicemanagement_v1/classes.rb in google-api-client-0.33.0
- old
+ new
@@ -1060,11 +1060,11 @@
# Request message for DisableService method.
class DisableServiceRequest
include Google::Apis::Core::Hashable
- # The identity of consumer resource which service disablement will be
+ # Required. The identity of consumer resource which service disablement will be
# applied to.
# The Google Service Management implementation accepts the following
# forms:
# - "project:<project_id>"
# Note: this is made compatible with
@@ -1081,10 +1081,23 @@
def update!(**args)
@consumer_id = args[:consumer_id] if args.key?(:consumer_id)
end
end
+ # Operation payload for DisableService method.
+ class DisableServiceResponse
+ include Google::Apis::Core::Hashable
+
+ def initialize(**args)
+ update!(**args)
+ end
+
+ # Update properties of this object
+ def update!(**args)
+ end
+ end
+
# `Documentation` provides the information for describing a service.
# Example:
# <pre><code>documentation:
# summary: >
# The Google Calendar API gives access
@@ -1237,11 +1250,11 @@
# Request message for EnableService method.
class EnableServiceRequest
include Google::Apis::Core::Hashable
- # The identity of consumer resource which service enablement will be
+ # Required. The identity of consumer resource which service enablement will be
# applied to.
# The Google Service Management implementation accepts the following
# forms:
# - "project:<project_id>"
# Note: this is made compatible with
@@ -1258,10 +1271,23 @@
def update!(**args)
@consumer_id = args[:consumer_id] if args.key?(:consumer_id)
end
end
+ # Operation payload for EnableService method.
+ class EnableServiceResponse
+ include Google::Apis::Core::Hashable
+
+ def initialize(**args)
+ update!(**args)
+ end
+
+ # 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:
@@ -1555,20 +1581,20 @@
# Request message for GenerateConfigReport method.
class GenerateConfigReportRequest
include Google::Apis::Core::Hashable
- # Service configuration for which we want to generate the report.
+ # Required. Service configuration for which we want to generate the report.
# For this version of API, the supported types are
# google.api.servicemanagement.v1.ConfigRef,
# google.api.servicemanagement.v1.ConfigSource,
# and google.api.Service
# Corresponds to the JSON property `newConfig`
# @return [Hash<String,Object>]
attr_accessor :new_config
- # Service configuration against which the comparison will be done.
+ # Optional. Service configuration against which the comparison will be done.
# For this version of API, the supported types are
# google.api.servicemanagement.v1.ConfigRef,
# google.api.servicemanagement.v1.ConfigSource,
# and google.api.Service
# Corresponds to the JSON property `oldConfig`
@@ -3356,11 +3382,11 @@
# used by the system generated rollout to delete a service.
# Corresponds to the JSON property `deleteServiceStrategy`
# @return [Google::Apis::ServicemanagementV1::DeleteServiceStrategy]
attr_accessor :delete_service_strategy
- # Optional unique identifier of this Rollout. Only lower case letters, digits
+ # Optional. Unique identifier of this Rollout. Only lower case letters, digits
# and '-' are allowed.
# If not specified by client, the server will generate one. The generated id
# will have the form of <date><revision number>, where "date" is the create
# date in ISO 8601 format. "revision number" is a monotonically increasing
# positive number that is reset every day for each service.
@@ -3381,11 +3407,11 @@
# @return [String]
attr_accessor :status
# Strategy that specifies how clients of Google Service Controller want to
# send traffic to use different config versions. This is generally
- # used by API proxy to split traffic based on your configured precentage for
+ # used by API proxy to split traffic based on your configured percentage for
# each config version.
# One example of how to gradually rollout a new service configuration using
# this
# strategy:
# Day 1
@@ -4274,10 +4300,10 @@
end
end
# Strategy that specifies how clients of Google Service Controller want to
# send traffic to use different config versions. This is generally
- # used by API proxy to split traffic based on your configured precentage for
+ # used by API proxy to split traffic based on your configured percentage for
# each config version.
# One example of how to gradually rollout a new service configuration using
# this
# strategy:
# Day 1