class Google::Apis::SpannerV1::DdlStatementActionInfo
UpdateDatabaseDdl.
display the brief info of the DDL statement for the operation
Action information extracted from a DDL statement. This proto is used to
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @action = args[:action] if args.key?(:action) @entity_names = args[:entity_names] if args.key?(:entity_names) @entity_type = args[:entity_type] if args.key?(:entity_type) end