Class: Google::Cloud::Dataplex::V1::GetEnvironmentRequest

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

Overview

Get environment request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the environment: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}.

Returns:

  • (::String)

    Required. The resource name of the environment: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}.



751
752
753
754
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 751

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