public static final class Release.ReleaseReadyCondition extends GeneratedMessageV3 implements Release.ReleaseReadyConditionOrBuilder
ReleaseReadyCondition contains information around the status of the Release. If a release is not ready, you cannot create a rollout with the release.
Protobuf type google.events.cloud.deploy.v1.Release.ReleaseReadyCondition
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Release.ReleaseReadyConditionImplements
Release.ReleaseReadyConditionOrBuilderStatic Fields
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Release.ReleaseReadyCondition getDefaultInstance()
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Release.ReleaseReadyCondition.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition.Builder |
newBuilder(Release.ReleaseReadyCondition prototype)
public static Release.ReleaseReadyCondition.Builder newBuilder(Release.ReleaseReadyCondition prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Release.ReleaseReadyCondition |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition.Builder |
parseDelimitedFrom(InputStream input)
public static Release.ReleaseReadyCondition parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseReadyCondition parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Release.ReleaseReadyCondition parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseReadyCondition parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Release.ReleaseReadyCondition parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseReadyCondition parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Release.ReleaseReadyCondition parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseReadyCondition parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Release.ReleaseReadyCondition parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseReadyCondition parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Release.ReleaseReadyCondition parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseReadyCondition parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Release.ReleaseReadyCondition> parser()
Returns | |
---|---|
Type | Description |
Parser<ReleaseReadyCondition> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Release.ReleaseReadyCondition getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
getParserForType()
public Parser<Release.ReleaseReadyCondition> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ReleaseReadyCondition> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStatus()
public boolean getStatus()
True if the Release is in a valid state. Otherwise at least one condition
in ReleaseCondition
is in an invalid state. Iterate over those
conditions and see which condition(s) has status = false to find out what
is wrong with the Release.
bool status = 1;
Returns | |
---|---|
Type | Description |
boolean |
The status. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
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 Release.ReleaseReadyCondition.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Release.ReleaseReadyCondition.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Release.ReleaseReadyCondition.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |