public interface CreateJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getJob()
Required.
|
String |
getJobId()
Required.
|
com.google.protobuf.ByteString |
getJobIdBytes()
Required.
|
JobOrBuilder |
getJobOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
getValidateOnly()
Indicates that the request should be validated and default values
populated, without persisting the request or creating any resources.
|
boolean |
hasJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The location and project in which this Job should be created.
Format: projects/{project}/locations/{location}, where {project} can be
project id or number.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The location and project in which this Job should be created.
Format: projects/{project}/locations/{location}, where {project} can be
project id or number.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasJob()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];Job getJob()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];JobOrBuilder getJobOrBuilder()
Required. The Job instance to create.
.google.cloud.run.v2.Job job = 2 [(.google.api.field_behavior) = REQUIRED];String getJobId()
Required. The unique identifier for the Job. The name of the job becomes
{parent}/jobs/{job_id}.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getJobIdBytes()
Required. The unique identifier for the Job. The name of the job becomes
{parent}/jobs/{job_id}.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];boolean getValidateOnly()
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.
bool validate_only = 4;Copyright © 2025 Google LLC. All rights reserved.