Class: Google::Cloud::ServiceUsage::V1::EnableServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::EnableServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/serviceusage.rb
Overview
Request message for the EnableService
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the consumer and service to enable the service on.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the consumer and service to enable the service on.
The EnableService
and DisableService
methods currently only support
projects.
Enabling a service requires that the service is public or is shared with the user enabling the service.
An example name would be:
projects/123/services/serviceusage.googleapis.com
where 123
is the
project number.
38 39 40 41 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 38 class EnableServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |