Class: Google::Cloud::DataCatalog::V1::ViewSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/table_spec.rb

Overview

Table view specification.

Instance Attribute Summary collapse

Instance Attribute Details

#view_query::String (readonly)

Returns Output only. The query that defines the table view.

Returns:

  • (::String)

    Output only. The query that defines the table view.



45
46
47
48
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 45

class ViewSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end