public final class Strategy extends GeneratedMessageV3 implements StrategyOrBuilder
Strategy contains deployment strategy information.
Protobuf type google.events.cloud.deploy.v1.Strategy
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > StrategyImplements
StrategyOrBuilderStatic Fields
CANARY_FIELD_NUMBER
public static final int CANARY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STANDARD_FIELD_NUMBER
public static final int STANDARD_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Strategy getDefaultInstance()
Returns | |
---|---|
Type | Description |
Strategy |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Strategy.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Strategy.Builder |
newBuilder(Strategy prototype)
public static Strategy.Builder newBuilder(Strategy prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Strategy |
Returns | |
---|---|
Type | Description |
Strategy.Builder |
parseDelimitedFrom(InputStream input)
public static Strategy parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Strategy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Strategy parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Strategy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Strategy parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Strategy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Strategy parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Strategy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Strategy parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Strategy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Strategy parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Strategy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Strategy |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Strategy> parser()
Returns | |
---|---|
Type | Description |
Parser<Strategy> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getCanary()
public Canary getCanary()
Canary deployment strategy provides progressive percentage based deployments to a Target.
.google.events.cloud.deploy.v1.Canary canary = 2;
Returns | |
---|---|
Type | Description |
Canary |
The canary. |
getCanaryOrBuilder()
public CanaryOrBuilder getCanaryOrBuilder()
Canary deployment strategy provides progressive percentage based deployments to a Target.
.google.events.cloud.deploy.v1.Canary canary = 2;
Returns | |
---|---|
Type | Description |
CanaryOrBuilder |
getDefaultInstanceForType()
public Strategy getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Strategy |
getDeploymentStrategyCase()
public Strategy.DeploymentStrategyCase getDeploymentStrategyCase()
Returns | |
---|---|
Type | Description |
Strategy.DeploymentStrategyCase |
getParserForType()
public Parser<Strategy> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Strategy> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStandard()
public Standard getStandard()
Standard deployment strategy executes a single deploy and allows verifying the deployment.
.google.events.cloud.deploy.v1.Standard standard = 1;
Returns | |
---|---|
Type | Description |
Standard |
The standard. |
getStandardOrBuilder()
public StandardOrBuilder getStandardOrBuilder()
Standard deployment strategy executes a single deploy and allows verifying the deployment.
.google.events.cloud.deploy.v1.Standard standard = 1;
Returns | |
---|---|
Type | Description |
StandardOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasCanary()
public boolean hasCanary()
Canary deployment strategy provides progressive percentage based deployments to a Target.
.google.events.cloud.deploy.v1.Canary canary = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the canary field is set. |
hasStandard()
public boolean hasStandard()
Standard deployment strategy executes a single deploy and allows verifying the deployment.
.google.events.cloud.deploy.v1.Standard standard = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the standard 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 Strategy.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Strategy.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Strategy.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Strategy.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Strategy.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Strategy.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |