Class: Google::Cloud::ServiceUsage::V1::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceUsage::V1::GetServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/serviceusage/v1/serviceusage.rb
Overview
Request message for the GetService
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the consumer and service to get the
ConsumerState
for.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the consumer and service to get the ConsumerState
for.
An example name would be:
projects/123/services/serviceusage.googleapis.com
where 123
is the
project number.
113 114 115 116 |
# File 'proto_docs/google/api/serviceusage/v1/serviceusage.rb', line 113 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |