Class: Google::Cloud::ServiceUsage::V1::BatchEnableServicesResponse::EnableFailure
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::BatchEnableServicesResponse::EnableFailure
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/serviceusage.rb
Overview
Provides error messages for the failing services.
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
An error message describing why the service could not be enabled.
-
#service_id ⇒ ::String
The service id of a service that could not be enabled.
Instance Attribute Details
#error_message ⇒ ::String
Returns An error message describing why the service could not be enabled.
204 205 206 207 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 204 class EnableFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_id ⇒ ::String
Returns The service id of a service that could not be enabled.
204 205 206 207 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 204 class EnableFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |