public final class PipelineCondition extends GeneratedMessageV3 implements PipelineConditionOrBuilder
PipelineCondition contains all conditions relevant to a Delivery Pipeline.
Protobuf type google.cloud.deploy.v1.PipelineCondition
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>)
Static Fields
PIPELINE_READY_CONDITION_FIELD_NUMBER
public static final int PIPELINE_READY_CONDITION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TARGETS_PRESENT_CONDITION_FIELD_NUMBER
public static final int TARGETS_PRESENT_CONDITION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TARGETS_TYPE_CONDITION_FIELD_NUMBER
public static final int TARGETS_TYPE_CONDITION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static PipelineCondition getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PipelineCondition.Builder newBuilder()
newBuilder(PipelineCondition prototype)
public static PipelineCondition.Builder newBuilder(PipelineCondition prototype)
public static PipelineCondition parseDelimitedFrom(InputStream input)
public static PipelineCondition parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PipelineCondition parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PipelineCondition parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PipelineCondition parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PipelineCondition parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PipelineCondition parseFrom(CodedInputStream input)
public static PipelineCondition parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PipelineCondition parseFrom(InputStream input)
public static PipelineCondition parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static PipelineCondition parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PipelineCondition parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PipelineCondition> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public PipelineCondition getDefaultInstanceForType()
getParserForType()
public Parser<PipelineCondition> getParserForType()
Overrides
getPipelineReadyCondition()
public PipelineReadyCondition getPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
getPipelineReadyConditionOrBuilder()
public PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTargetsPresentCondition()
public TargetsPresentCondition getTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
getTargetsPresentConditionOrBuilder()
public TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
getTargetsTypeCondition()
public TargetsTypeCondition getTargetsTypeCondition()
Details on the whether the targets enumerated in the pipeline are of the
same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;
getTargetsTypeConditionOrBuilder()
public TargetsTypeConditionOrBuilder getTargetsTypeConditionOrBuilder()
Details on the whether the targets enumerated in the pipeline are of the
same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;
hasPipelineReadyCondition()
public boolean hasPipelineReadyCondition()
Details around the Pipeline's overall status.
.google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
Returns |
---|
Type | Description |
boolean | Whether the pipelineReadyCondition field is set.
|
hasTargetsPresentCondition()
public boolean hasTargetsPresentCondition()
Details around targets enumerated in the pipeline.
.google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
Returns |
---|
Type | Description |
boolean | Whether the targetsPresentCondition field is set.
|
hasTargetsTypeCondition()
public boolean hasTargetsTypeCondition()
Details on the whether the targets enumerated in the pipeline are of the
same type.
.google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;
Returns |
---|
Type | Description |
boolean | Whether the targetsTypeCondition field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PipelineCondition.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PipelineCondition.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public PipelineCondition.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides