Class: Google::Cloud::Notebooks::V1beta1::GetEnvironmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1beta1/service.rb

Overview

Request for getting a notebook environment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: projects/{project_id}/locations/{location}/environments/{environment_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/environments/{environment_id}



349
350
351
352
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 349

class GetEnvironmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end