public final class Stage extends GeneratedMessage implements StageOrBuilder
Stage specifies a location to which to deploy.
Protobuf type google.cloud.deploy.v1.Stage
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
DEPLOY_PARAMETERS_FIELD_NUMBER
public static final int DEPLOY_PARAMETERS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
PROFILES_FIELD_NUMBER
public static final int PROFILES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STRATEGY_FIELD_NUMBER
public static final int STRATEGY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TARGET_ID_FIELD_NUMBER
public static final int TARGET_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Stage getDefaultInstance()
| Returns |
| Type |
Description |
Stage |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Stage.Builder newBuilder()
newBuilder(Stage prototype)
public static Stage.Builder newBuilder(Stage prototype)
| Parameter |
| Name |
Description |
prototype |
Stage
|
public static Stage parseDelimitedFrom(InputStream input)
| Returns |
| Type |
Description |
Stage |
|
public static Stage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Stage |
|
parseFrom(byte[] data)
public static Stage parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
| Returns |
| Type |
Description |
Stage |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Stage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Stage |
|
parseFrom(ByteString data)
public static Stage parseFrom(ByteString data)
| Returns |
| Type |
Description |
Stage |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Stage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Stage |
|
public static Stage parseFrom(CodedInputStream input)
| Returns |
| Type |
Description |
Stage |
|
public static Stage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Stage |
|
public static Stage parseFrom(InputStream input)
| Returns |
| Type |
Description |
Stage |
|
public static Stage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Stage |
|
parseFrom(ByteBuffer data)
public static Stage parseFrom(ByteBuffer data)
| Returns |
| Type |
Description |
Stage |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Stage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
| Returns |
| Type |
Description |
Stage |
|
parser()
public static Parser<Stage> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Stage getDefaultInstanceForType()
| Returns |
| Type |
Description |
Stage |
|
getDeployParameters(int index)
public DeployParameters getDeployParameters(int index)
Optional. The deploy parameters to use for the target in this stage.
repeated .google.cloud.deploy.v1.DeployParameters deploy_parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getDeployParametersCount()
public int getDeployParametersCount()
Optional. The deploy parameters to use for the target in this stage.
repeated .google.cloud.deploy.v1.DeployParameters deploy_parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
|
getDeployParametersList()
public List<DeployParameters> getDeployParametersList()
Optional. The deploy parameters to use for the target in this stage.
repeated .google.cloud.deploy.v1.DeployParameters deploy_parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
getDeployParametersOrBuilder(int index)
public DeployParametersOrBuilder getDeployParametersOrBuilder(int index)
Optional. The deploy parameters to use for the target in this stage.
repeated .google.cloud.deploy.v1.DeployParameters deploy_parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
|
getDeployParametersOrBuilderList()
public List<? extends DeployParametersOrBuilder> getDeployParametersOrBuilderList()
Optional. The deploy parameters to use for the target in this stage.
repeated .google.cloud.deploy.v1.DeployParameters deploy_parameters = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.deploy.v1.DeployParametersOrBuilder> |
|
getParserForType()
public Parser<Stage> getParserForType()
Overrides
getProfiles(int index)
public String getProfiles(int index)
Optional. Skaffold profiles to use when rendering the manifest for this
stage's Target.
repeated string profiles = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The profiles at the given index.
|
getProfilesBytes(int index)
public ByteString getProfilesBytes(int index)
Optional. Skaffold profiles to use when rendering the manifest for this
stage's Target.
repeated string profiles = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the profiles at the given index.
|
getProfilesCount()
public int getProfilesCount()
Optional. Skaffold profiles to use when rendering the manifest for this
stage's Target.
repeated string profiles = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The count of profiles.
|
getProfilesList()
public ProtocolStringList getProfilesList()
Optional. Skaffold profiles to use when rendering the manifest for this
stage's Target.
repeated string profiles = 2 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getStrategy()
public Strategy getStrategy()
Optional. The strategy to use for a Rollout to this stage.
.google.cloud.deploy.v1.Strategy strategy = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
Strategy |
The strategy.
|
getStrategyOrBuilder()
public StrategyOrBuilder getStrategyOrBuilder()
Optional. The strategy to use for a Rollout to this stage.
.google.cloud.deploy.v1.Strategy strategy = 5 [(.google.api.field_behavior) = OPTIONAL];
getTargetId()
public String getTargetId()
Optional. The target_id to which this stage points. This field refers
exclusively to the last segment of a target name. For example, this field
would just be my-target (rather than
projects/project/locations/location/targets/my-target). The location of
the Target is inferred to be the same as the location of the
DeliveryPipeline that contains this Stage.
string target_id = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The targetId.
|
getTargetIdBytes()
public ByteString getTargetIdBytes()
Optional. The target_id to which this stage points. This field refers
exclusively to the last segment of a target name. For example, this field
would just be my-target (rather than
projects/project/locations/location/targets/my-target). The location of
the Target is inferred to be the same as the location of the
DeliveryPipeline that contains this Stage.
string target_id = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for targetId.
|
hasStrategy()
public boolean hasStrategy()
Optional. The strategy to use for a Rollout to this stage.
.google.cloud.deploy.v1.Strategy strategy = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the strategy field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Stage.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Stage.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public Stage.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides