Class: Google::Cloud::Shell::V1::GetEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Shell::V1::GetEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/shell/v1/cloudshell.rb
Overview
Request message for GetEnvironment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the requested resource, for example users/me/environments/default
or users/[email protected]/environments/default
.
102 103 104 105 |
# File 'proto_docs/google/cloud/shell/v1/cloudshell.rb', line 102 class GetEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |