public final class Standard extends GeneratedMessageV3 implements StandardOrBuilder
Standard represents the standard deployment strategy.
Protobuf type google.events.cloud.deploy.v1.Standard
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StandardImplements
StandardOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
Standard |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Standard.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Standard.Builder |
newBuilder(Standard prototype)
public static Standard.Builder newBuilder(Standard prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Standard |
Returns | |
---|---|
Type | Description |
Standard.Builder |
parseDelimitedFrom(InputStream input)
public static Standard parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Standard parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Standard parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Standard parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Standard parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Standard parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Standard parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Standard parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Standard |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Standard> parser()
Returns | |
---|---|
Type | Description |
Parser<Standard> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Standard getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Standard |
getParserForType()
public Parser<Standard> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Standard> |
getPostdeploy()
public Postdeploy getPostdeploy()
Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present.
.google.events.cloud.deploy.v1.Postdeploy postdeploy = 3;
Returns | |
---|---|
Type | Description |
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.events.cloud.deploy.v1.Postdeploy postdeploy = 3;
Returns | |
---|---|
Type | Description |
PostdeployOrBuilder |
getPredeploy()
public Predeploy getPredeploy()
Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present.
.google.events.cloud.deploy.v1.Predeploy predeploy = 2;
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.events.cloud.deploy.v1.Predeploy predeploy = 2;
Returns | |
---|---|
Type | Description |
PredeployOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
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.events.cloud.deploy.v1.Postdeploy postdeploy = 3;
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.events.cloud.deploy.v1.Predeploy predeploy = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the predeploy field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Standard.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Standard.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Standard.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Standard.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Standard.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Standard.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |