public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Batch Operations v1 API class CreateJobRequest.
Message for creating a Job
Implements
IMessageCreateJobRequest, IEquatableCreateJobRequest, IDeepCloneableCreateJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
Google.Cloud.StorageBatchOperations.V1.dll
Constructors
CreateJobRequest()
public CreateJobRequest()
CreateJobRequest(CreateJobRequest)
public CreateJobRequest(CreateJobRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateJobRequest |
Properties
Job
public Job Job { get; set; }
Required. The resource being created
Property Value | |
---|---|
Type | Description |
Job |
JobId
public string JobId { get; set; }
Required. The optional job_id
for this Job . If not
specified, an id is generated. job_id
should be no more than 128
characters and must include only characters available in DNS names, as
defined by RFC-1123.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Value for parent.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
RequestId
public string RequestId { get; set; }
Optional. An optional request ID to identify requests. Specify a unique
request ID in case you need to retry your request. Requests with same
request_id
will ignored for at least 60 minutes since the first request.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
Property Value | |
---|---|
Type | Description |
string |