class Google::Apis::BigqueryV2::LocationMetadata

BigQuery-specific metadata about a location. This will be set on google.cloud. location.Location.metadata in Cloud Location API responses.

Attributes

legacy_location_id[RW]

The legacy BigQuery location ID, e.g. “EU” for the “europe” location. This is for any API consumers that need the legacy “US” and “EU” locations. Corresponds to the JSON property `legacyLocationId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquery_v2/classes.rb, line 4458
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 4463
def update!(**args)
  @legacy_location_id = args[:legacy_location_id] if args.key?(:legacy_location_id)
end