public final class DeploymentJobs extends com.google.protobuf.GeneratedMessageV3 implements DeploymentJobsOrBuilder
Deployment job composition.Protobuf type
google.cloud.deploy.v1.DeploymentJobs| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentJobs.Builder
Deployment job composition.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DEPLOY_JOB_FIELD_NUMBER |
static int |
POSTDEPLOY_JOB_FIELD_NUMBER |
static int |
PREDEPLOY_JOB_FIELD_NUMBER |
static int |
VERIFY_JOB_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static DeploymentJobs |
getDefaultInstance() |
DeploymentJobs |
getDefaultInstanceForType() |
Job |
getDeployJob()
Output only.
|
JobOrBuilder |
getDeployJobOrBuilder()
Output only.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<DeploymentJobs> |
getParserForType() |
Job |
getPostdeployJob()
Output only.
|
JobOrBuilder |
getPostdeployJobOrBuilder()
Output only.
|
Job |
getPredeployJob()
Output only.
|
JobOrBuilder |
getPredeployJobOrBuilder()
Output only.
|
int |
getSerializedSize() |
Job |
getVerifyJob()
Output only.
|
JobOrBuilder |
getVerifyJobOrBuilder()
Output only.
|
boolean |
hasDeployJob()
Output only.
|
int |
hashCode() |
boolean |
hasPostdeployJob()
Output only.
|
boolean |
hasPredeployJob()
Output only.
|
boolean |
hasVerifyJob()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DeploymentJobs.Builder |
newBuilder() |
static DeploymentJobs.Builder |
newBuilder(DeploymentJobs prototype) |
DeploymentJobs.Builder |
newBuilderForType() |
protected DeploymentJobs.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DeploymentJobs |
parseDelimitedFrom(InputStream input) |
static DeploymentJobs |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeploymentJobs |
parseFrom(byte[] data) |
static DeploymentJobs |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeploymentJobs |
parseFrom(ByteBuffer data) |
static DeploymentJobs |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeploymentJobs |
parseFrom(com.google.protobuf.ByteString data) |
static DeploymentJobs |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeploymentJobs |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DeploymentJobs |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeploymentJobs |
parseFrom(InputStream input) |
static DeploymentJobs |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DeploymentJobs> |
parser() |
DeploymentJobs.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DEPLOY_JOB_FIELD_NUMBER
public static final int VERIFY_JOB_FIELD_NUMBER
public static final int PREDEPLOY_JOB_FIELD_NUMBER
public static final int POSTDEPLOY_JOB_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDeployJob()
Output only. The deploy Job. This is the deploy job in the phase.
.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasDeployJob in interface DeploymentJobsOrBuilderpublic Job getDeployJob()
Output only. The deploy Job. This is the deploy job in the phase.
.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeployJob in interface DeploymentJobsOrBuilderpublic JobOrBuilder getDeployJobOrBuilder()
Output only. The deploy Job. This is the deploy job in the phase.
.google.cloud.deploy.v1.Job deploy_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDeployJobOrBuilder in interface DeploymentJobsOrBuilderpublic boolean hasVerifyJob()
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasVerifyJob in interface DeploymentJobsOrBuilderpublic Job getVerifyJob()
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVerifyJob in interface DeploymentJobsOrBuilderpublic JobOrBuilder getVerifyJobOrBuilder()
Output only. The verify Job. Runs after a deploy if the deploy succeeds.
.google.cloud.deploy.v1.Job verify_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVerifyJobOrBuilder in interface DeploymentJobsOrBuilderpublic boolean hasPredeployJob()
Output only. The predeploy Job, which is the first job on the phase.
.google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasPredeployJob in interface DeploymentJobsOrBuilderpublic Job getPredeployJob()
Output only. The predeploy Job, which is the first job on the phase.
.google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPredeployJob in interface DeploymentJobsOrBuilderpublic JobOrBuilder getPredeployJobOrBuilder()
Output only. The predeploy Job, which is the first job on the phase.
.google.cloud.deploy.v1.Job predeploy_job = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPredeployJobOrBuilder in interface DeploymentJobsOrBuilderpublic boolean hasPostdeployJob()
Output only. The postdeploy Job, which is the last job on the phase.
.google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasPostdeployJob in interface DeploymentJobsOrBuilderpublic Job getPostdeployJob()
Output only. The postdeploy Job, which is the last job on the phase.
.google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPostdeployJob in interface DeploymentJobsOrBuilderpublic JobOrBuilder getPostdeployJobOrBuilder()
Output only. The postdeploy Job, which is the last job on the phase.
.google.cloud.deploy.v1.Job postdeploy_job = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getPostdeployJobOrBuilder in interface DeploymentJobsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DeploymentJobs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DeploymentJobs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DeploymentJobs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DeploymentJobs parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DeploymentJobs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DeploymentJobs parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DeploymentJobs parseFrom(InputStream input) throws IOException
IOExceptionpublic static DeploymentJobs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DeploymentJobs parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DeploymentJobs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DeploymentJobs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DeploymentJobs parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DeploymentJobs.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DeploymentJobs.Builder newBuilder()
public static DeploymentJobs.Builder newBuilder(DeploymentJobs prototype)
public DeploymentJobs.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DeploymentJobs.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DeploymentJobs getDefaultInstance()
public static com.google.protobuf.Parser<DeploymentJobs> parser()
public com.google.protobuf.Parser<DeploymentJobs> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DeploymentJobs getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.