public final class Standard extends GeneratedMessageV3 implements StandardOrBuilder
Standard represents the standard deployment strategy.
Protobuf type google.cloud.deploy.v1.Standard
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
POSTDEPLOY_FIELD_NUMBER
public static final int POSTDEPLOY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PREDEPLOY_FIELD_NUMBER
public static final int PREDEPLOY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VERIFY_FIELD_NUMBER
public static final int VERIFY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Standard getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Standard.Builder newBuilder()
newBuilder(Standard prototype)
public static Standard.Builder newBuilder(Standard prototype)
Parameter |
---|
Name | Description |
prototype | Standard
|
public static Standard parseDelimitedFrom(InputStream input)
public static Standard parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Standard parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Standard parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(CodedInputStream input)
public static Standard parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(InputStream input)
public static Standard parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Standard parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Standard> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Standard getDefaultInstanceForType()
getParserForType()
public Parser<Standard> getParserForType()
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];
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];
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 |
---|
Type | Description |
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];
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getVerify()
public boolean getVerify()
Whether to verify a deployment.
bool verify = 1;
Returns |
---|
Type | Description |
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 |
---|
Type | Description |
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 |
---|
Type | Description |
boolean | Whether the predeploy field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Standard.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Standard.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Standard.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides