public interface StageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeployParameters |
getDeployParameters(int index)
Optional.
|
int |
getDeployParametersCount()
Optional.
|
List<DeployParameters> |
getDeployParametersList()
Optional.
|
DeployParametersOrBuilder |
getDeployParametersOrBuilder(int index)
Optional.
|
List<? extends DeployParametersOrBuilder> |
getDeployParametersOrBuilderList()
Optional.
|
String |
getProfiles(int index)
Skaffold profiles to use when rendering the manifest for this stage's
`Target`.
|
com.google.protobuf.ByteString |
getProfilesBytes(int index)
Skaffold profiles to use when rendering the manifest for this stage's
`Target`.
|
int |
getProfilesCount()
Skaffold profiles to use when rendering the manifest for this stage's
`Target`.
|
List<String> |
getProfilesList()
Skaffold profiles to use when rendering the manifest for this stage's
`Target`.
|
Strategy |
getStrategy()
Optional.
|
StrategyOrBuilder |
getStrategyOrBuilder()
Optional.
|
String |
getTargetId()
The target_id to which this stage points.
|
com.google.protobuf.ByteString |
getTargetIdBytes()
The target_id to which this stage points.
|
boolean |
hasStrategy()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;List<String> getProfilesList()
Skaffold profiles to use when rendering the manifest for this stage's `Target`.
repeated string profiles = 2;int getProfilesCount()
Skaffold profiles to use when rendering the manifest for this stage's `Target`.
repeated string profiles = 2;String getProfiles(int index)
Skaffold profiles to use when rendering the manifest for this stage's `Target`.
repeated string profiles = 2;index - The index of the element to return.com.google.protobuf.ByteString getProfilesBytes(int index)
Skaffold profiles to use when rendering the manifest for this stage's `Target`.
repeated string profiles = 2;index - The index of the value to return.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];
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];
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];
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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.