public final class Stage extends GeneratedMessageV3 implements StageOrBuilder
Stage specifies a location to which to deploy.
Protobuf type google.cloud.deploy.v1.Stage
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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(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)
Skaffold profiles to use when rendering the manifest for this stage's
Target
.
repeated string profiles = 2;
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)
Skaffold profiles to use when rendering the manifest for this stage's
Target
.
repeated string profiles = 2;
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()
Skaffold profiles to use when rendering the manifest for this stage's
Target
.
repeated string profiles = 2;
Returns |
---|
Type | Description |
int | The count of profiles.
|
getProfilesList()
public ProtocolStringList getProfilesList()
Skaffold profiles to use when rendering the manifest for this stage's
Target
.
repeated string profiles = 2;
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()
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;
Returns |
---|
Type | Description |
String | The targetId.
|
getTargetIdBytes()
public ByteString getTargetIdBytes()
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;
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Stage.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Stage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Stage.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides