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.
Implements
IMessage<JobName>, IEquatable<JobName>, IDeepCloneable<JobName>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
JobName()
public JobName()
JobName(JobName)
public JobName(JobName other)
Parameter | |
---|---|
Name | Description |
other | JobName |
Properties
JobId
public string JobId { get; set; }
The job ID within the project.
Property Value | |
---|---|
Type | Description |
String |
Location
public string Location { get; set; }
The job location.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
The project ID.
Property Value | |
---|---|
Type | Description |
String |