BigQuery Audit Data Logging v1 API - Class JobName (1.3.0)

public sealed class JobName : IMessage<JobName>, IEquatable<JobName>, IDeepCloneable<JobName>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobName.

The fully-qualified name for a job.

Inheritance

object > JobName

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

JobName()

public JobName()

JobName(JobName)

public JobName(JobName other)
Parameter
NameDescription
otherJobName

Properties

JobId

public string JobId { get; set; }

The job ID within the project.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

The job location.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

The project ID.

Property Value
TypeDescription
string