Class: Google::Cloud::ConfigService::V1::GetResourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::GetResourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A request to get a Resource from a 'GetResource' call.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Resource in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}/revisions/{revision}/resource/{resource}'.
951 952 953 954 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 951 class GetResourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |