Class: Google::Cloud::ServiceUsage::V1::BatchEnableServicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::BatchEnableServicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/serviceusage.rb
Overview
Response message for the BatchEnableServices
method.
This response message is assigned to the response
field of the returned
Operation when that operation is done.
Defined Under Namespace
Classes: EnableFailure
Instance Attribute Summary collapse
-
#failures ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::BatchEnableServicesResponse::EnableFailure>
If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.
-
#services ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::Service>
The new state of the services after enabling.
Instance Attribute Details
#failures ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::BatchEnableServicesResponse::EnableFailure>
Returns If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 193 class BatchEnableServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Provides error messages for the failing services. # @!attribute [rw] service_id # @return [::String] # The service id of a service that could not be enabled. # @!attribute [rw] error_message # @return [::String] # An error message describing why the service could not be enabled. class EnableFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#services ⇒ ::Array<::Google::Cloud::ServiceUsage::V1::Service>
Returns The new state of the services after enabling.
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 193 class BatchEnableServicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Provides error messages for the failing services. # @!attribute [rw] service_id # @return [::String] # The service id of a service that could not be enabled. # @!attribute [rw] error_message # @return [::String] # An error message describing why the service could not be enabled. class EnableFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |