Class: Google::Cloud::Dataplex::V1::GetLakeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetLakeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Get lake request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
161 162 163 164 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 161 class GetLakeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |