Class: Google::Cloud::Shell::V1::StartEnvironmentResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#environment::Google::Cloud::Shell::V1::Environment

Returns Environment that was started.

Returns:



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