Class: Google::Cloud::Metastore::V1beta::Lake
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::Lake
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
Represents a Lake resource
Instance Attribute Summary collapse
-
#name ⇒ ::String
The Lake resource name.
Instance Attribute Details
#name ⇒ ::String
Returns The Lake resource name.
Example:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
246 247 248 249 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 246 class Lake include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |