Google Cloud Dataproc v1 API - Class JobReference (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class JobReference.

Encapsulates the full scoping used to reference a job.

Inheritance

object > JobReference

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

JobReference()

public JobReference()

JobReference(JobReference)

public JobReference(JobReference other)
Parameter
NameDescription
otherJobReference

Properties

JobId

public string JobId { get; set; }

Optional. The job ID, which must be unique within the project.

The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters.

If not specified by the caller, the job ID will be provided by the server.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.

Property Value
TypeDescription
string