public interface CreateJobRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getJob()
public abstract Job getJob()
Required. The resource being created
.google.cloud.storagebatchoperations.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Job |
The job. |
getJobId()
public abstract String getJobId()
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.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()
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.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for jobId. |
getJobOrBuilder()
public abstract JobOrBuilder getJobOrBuilder()
Required. The resource being created
.google.cloud.storagebatchoperations.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
JobOrBuilder |
getParent()
public abstract String getParent()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getRequestId()
public abstract String getRequestId()
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).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()
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).
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestId. |
hasJob()
public abstract boolean hasJob()
Required. The resource being created
.google.cloud.storagebatchoperations.v1.Job job = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the job field is set. |