class Google::Apis::MetastoreV1beta::Lake

Represents a Lake resource

Attributes

name[RW]

The Lake resource name. Example: projects/`project_number`/locations/` location_id`/lakes/`lake_id` Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/metastore_v1beta/classes.rb, line 550
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/metastore_v1beta/classes.rb, line 555
def update!(**args)
  @name = args[:name] if args.key?(:name)
end