public static final class Release.ReleaseCondition extends GeneratedMessageV3 implements Release.ReleaseConditionOrBuilder
ReleaseCondition contains all conditions relevant to a Release.
Protobuf type google.events.cloud.deploy.v1.Release.ReleaseCondition
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Release.ReleaseConditionImplements
Release.ReleaseConditionOrBuilderStatic Fields
RELEASE_READY_CONDITION_FIELD_NUMBER
public static final int RELEASE_READY_CONDITION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SKAFFOLD_SUPPORTED_CONDITION_FIELD_NUMBER
public static final int SKAFFOLD_SUPPORTED_CONDITION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Release.ReleaseCondition getDefaultInstance()
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Release.ReleaseCondition.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition.Builder |
newBuilder(Release.ReleaseCondition prototype)
public static Release.ReleaseCondition.Builder newBuilder(Release.ReleaseCondition prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Release.ReleaseCondition |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition.Builder |
parseDelimitedFrom(InputStream input)
public static Release.ReleaseCondition parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseCondition parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Release.ReleaseCondition parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseCondition parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Release.ReleaseCondition parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseCondition parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Release.ReleaseCondition parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseCondition parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Release.ReleaseCondition parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseCondition parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Release.ReleaseCondition parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Release.ReleaseCondition parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Release.ReleaseCondition> parser()
Returns | |
---|---|
Type | Description |
Parser<ReleaseCondition> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Release.ReleaseCondition getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition |
getParserForType()
public Parser<Release.ReleaseCondition> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ReleaseCondition> |
getReleaseReadyCondition()
public Release.ReleaseReadyCondition getReleaseReadyCondition()
Details around the Releases's overall status.
.google.events.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyCondition |
The releaseReadyCondition. |
getReleaseReadyConditionOrBuilder()
public Release.ReleaseReadyConditionOrBuilder getReleaseReadyConditionOrBuilder()
Details around the Releases's overall status.
.google.events.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Returns | |
---|---|
Type | Description |
Release.ReleaseReadyConditionOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSkaffoldSupportedCondition()
public Release.SkaffoldSupportedCondition getSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold version.
.google.events.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Returns | |
---|---|
Type | Description |
Release.SkaffoldSupportedCondition |
The skaffoldSupportedCondition. |
getSkaffoldSupportedConditionOrBuilder()
public Release.SkaffoldSupportedConditionOrBuilder getSkaffoldSupportedConditionOrBuilder()
Details around the support state of the release's Skaffold version.
.google.events.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Returns | |
---|---|
Type | Description |
Release.SkaffoldSupportedConditionOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasReleaseReadyCondition()
public boolean hasReleaseReadyCondition()
Details around the Releases's overall status.
.google.events.cloud.deploy.v1.Release.ReleaseReadyCondition release_ready_condition = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the releaseReadyCondition field is set. |
hasSkaffoldSupportedCondition()
public boolean hasSkaffoldSupportedCondition()
Details around the support state of the release's Skaffold version.
.google.events.cloud.deploy.v1.Release.SkaffoldSupportedCondition skaffold_supported_condition = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the skaffoldSupportedCondition 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 Release.ReleaseCondition.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Release.ReleaseCondition.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Release.ReleaseCondition.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Release.ReleaseCondition.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |