class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1ViewSpec

Table view specification.

Attributes

view_query[RW]

Output only. The query that defines the table view. Corresponds to the JSON property `viewQuery` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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