Class: Google::Cloud::ServiceUsage::V1::BatchEnableServicesResponse::EnableFailure

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#error_message::String

Returns An error message describing why the service could not be enabled.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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