class Google::Apis::BigqueryV2::TableFieldSchema::Categories

Optional

The categories attached to this field, used for field-level access

control.

Attributes

names[RW]

A list of category resource names. For example, “projects/1/taxonomies/2/ categories/3”. At most 5 categories are allowed. Corresponds to the JSON property `names` @return [Array<String>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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