class Google::Apis::SpannerV1::CreateDatabaseMetadata

Metadata type for the operation returned by CreateDatabase.

Attributes

database[RW]

The database being created. Corresponds to the JSON property `database` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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