Class Standard (1.39.0)

public final class Standard extends GeneratedMessageV3 implements StandardOrBuilder

Standard represents the standard deployment strategy.

Protobuf type google.cloud.deploy.v1.Standard

Implements

StandardOrBuilder

Static Fields

POSTDEPLOY_FIELD_NUMBER

public static final int POSTDEPLOY_FIELD_NUMBER
Field Value
TypeDescription
int

PREDEPLOY_FIELD_NUMBER

public static final int PREDEPLOY_FIELD_NUMBER
Field Value
TypeDescription
int

VERIFY_FIELD_NUMBER

public static final int VERIFY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Standard getDefaultInstance()
Returns
TypeDescription
Standard

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Standard.Builder newBuilder()
Returns
TypeDescription
Standard.Builder

newBuilder(Standard prototype)

public static Standard.Builder newBuilder(Standard prototype)
Parameter
NameDescription
prototypeStandard
Returns
TypeDescription
Standard.Builder

parseDelimitedFrom(InputStream input)

public static Standard parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Standard
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Standard parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Standard
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Standard parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Standard
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Standard parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Standard
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Standard parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Standard
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Standard parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Standard
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Standard parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Standard
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Standard parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Standard
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Standard parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Standard
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Standard parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Standard
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Standard parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Standard
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Standard parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Standard
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Standard> parser()
Returns
TypeDescription
Parser<Standard>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Standard getDefaultInstanceForType()
Returns
TypeDescription
Standard

getParserForType()

public Parser<Standard> getParserForType()
Returns
TypeDescription
Parser<Standard>
Overrides

getPostdeploy()

public Postdeploy getPostdeploy()

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Postdeploy

The postdeploy.

getPostdeployOrBuilder()

public PostdeployOrBuilder getPostdeployOrBuilder()

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PostdeployOrBuilder

getPredeploy()

public Predeploy getPredeploy()

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Predeploy

The predeploy.

getPredeployOrBuilder()

public PredeployOrBuilder getPredeployOrBuilder()

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
PredeployOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getVerify()

public boolean getVerify()

Whether to verify a deployment.

bool verify = 1;

Returns
TypeDescription
boolean

The verify.

hasPostdeploy()

public boolean hasPostdeploy()

Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.

.google.cloud.deploy.v1.Postdeploy postdeploy = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the postdeploy field is set.

hasPredeploy()

public boolean hasPredeploy()

Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.

.google.cloud.deploy.v1.Predeploy predeploy = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the predeploy field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Standard.Builder newBuilderForType()
Returns
TypeDescription
Standard.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Standard.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Standard.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Standard.Builder toBuilder()
Returns
TypeDescription
Standard.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException