public sealed class JobName : IMessage<JobName>, IEquatable<JobName>, IDeepCloneable<JobName>, IBufferMessage, IMessageReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobName.
The fully-qualified name for a job.
Namespace
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 |
|