public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Run Admin v2 API class GetJobRequest.
Request message for obtaining a Job by its full name.
Implements
IMessageGetJobRequest, IEquatableGetJobRequest, IDeepCloneableGetJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
GetJobRequest()
public GetJobRequest()GetJobRequest(GetJobRequest)
public GetJobRequest(GetJobRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetJobRequest | 
      
Properties
JobName
public JobName JobName { get; set; }| Property Value | |
|---|---|
| Type | Description | 
JobName | 
        |
Name
public string Name { get; set; }Required. The full name of the Job. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |