Class: Google::Cloud::Shell::V1::StartEnvironmentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Shell::V1::StartEnvironmentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/shell/v1/cloudshell.rb
Overview
Message included in the response field of operations returned from StartEnvironment once the operation is complete.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Shell::V1::Environment
Environment that was started.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Shell::V1::Environment
Returns Environment that was started.
224 225 226 227 |
# File 'proto_docs/google/cloud/shell/v1/cloudshell.rb', line 224 class StartEnvironmentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |