class Google::Apis::BigqueryV2::ProjectReference

Attributes

project_id[RW]
Required

ID of the project. Can be either the numeric ID or the assigned ID

of the project. Corresponds to the JSON property `projectId` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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