public interface JobOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
Output only. The ID of the Job.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getIdBytes()
Output only. The ID of the Job.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. The current state of the Job.
.google.cloud.deploy.v1.Job.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Job.State getState()
Output only. The current state of the Job.
.google.cloud.deploy.v1.Job.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getSkipMessage()
Output only. Additional information on why the Job was skipped, if available.
string skip_message = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSkipMessageBytes()
Output only. Additional information on why the Job was skipped, if available.
string skip_message = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];String getJobRun()
Output only. The name of the `JobRun` responsible for the most recent invocation of this Job.
string job_run = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getJobRunBytes()
Output only. The name of the `JobRun` responsible for the most recent invocation of this Job.
string job_run = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
boolean hasDeployJob()
Output only. A deploy Job.
.google.cloud.deploy.v1.DeployJob deploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
DeployJob getDeployJob()
Output only. A deploy Job.
.google.cloud.deploy.v1.DeployJob deploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
DeployJobOrBuilder getDeployJobOrBuilder()
Output only. A deploy Job.
.google.cloud.deploy.v1.DeployJob deploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasVerifyJob()
Output only. A verify Job.
.google.cloud.deploy.v1.VerifyJob verify_job = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
VerifyJob getVerifyJob()
Output only. A verify Job.
.google.cloud.deploy.v1.VerifyJob verify_job = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
VerifyJobOrBuilder getVerifyJobOrBuilder()
Output only. A verify Job.
.google.cloud.deploy.v1.VerifyJob verify_job = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasPredeployJob()
Output only. A predeploy Job.
.google.cloud.deploy.v1.PredeployJob predeploy_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
PredeployJob getPredeployJob()
Output only. A predeploy Job.
.google.cloud.deploy.v1.PredeployJob predeploy_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
PredeployJobOrBuilder getPredeployJobOrBuilder()
Output only. A predeploy Job.
.google.cloud.deploy.v1.PredeployJob predeploy_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasPostdeployJob()
Output only. A postdeploy Job.
.google.cloud.deploy.v1.PostdeployJob postdeploy_job = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
PostdeployJob getPostdeployJob()
Output only. A postdeploy Job.
.google.cloud.deploy.v1.PostdeployJob postdeploy_job = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
PostdeployJobOrBuilder getPostdeployJobOrBuilder()
Output only. A postdeploy Job.
.google.cloud.deploy.v1.PostdeployJob postdeploy_job = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasCreateChildRolloutJob()
Output only. A createChildRollout Job.
.google.cloud.deploy.v1.CreateChildRolloutJob create_child_rollout_job = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
CreateChildRolloutJob getCreateChildRolloutJob()
Output only. A createChildRollout Job.
.google.cloud.deploy.v1.CreateChildRolloutJob create_child_rollout_job = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
CreateChildRolloutJobOrBuilder getCreateChildRolloutJobOrBuilder()
Output only. A createChildRollout Job.
.google.cloud.deploy.v1.CreateChildRolloutJob create_child_rollout_job = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasAdvanceChildRolloutJob()
Output only. An advanceChildRollout Job.
.google.cloud.deploy.v1.AdvanceChildRolloutJob advance_child_rollout_job = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
AdvanceChildRolloutJob getAdvanceChildRolloutJob()
Output only. An advanceChildRollout Job.
.google.cloud.deploy.v1.AdvanceChildRolloutJob advance_child_rollout_job = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
AdvanceChildRolloutJobOrBuilder getAdvanceChildRolloutJobOrBuilder()
Output only. An advanceChildRollout Job.
.google.cloud.deploy.v1.AdvanceChildRolloutJob advance_child_rollout_job = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Job.JobTypeCase getJobTypeCase()
Copyright © 2024 Google LLC. All rights reserved.