public interface StageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProfiles(int index)
public abstract String getProfiles(int index) Skaffold profiles to use when rendering the manifest for this stage's
Target.
repeated string profiles = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The profiles at the given index. |
getProfilesBytes(int index)
public abstract ByteString getProfilesBytes(int index) Skaffold profiles to use when rendering the manifest for this stage's
Target.
repeated string profiles = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the profiles at the given index. |
getProfilesCount()
public abstract int getProfilesCount() Skaffold profiles to use when rendering the manifest for this stage's
Target.
repeated string profiles = 2;
| Type | Description |
| int | The count of profiles. |
getProfilesList()
public abstract List<String> getProfilesList() Skaffold profiles to use when rendering the manifest for this stage's
Target.
repeated string profiles = 2;
| Type | Description |
| List<String> | A list containing the profiles. |
getTargetId()
public abstract 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/deliveryPipelines/pipeline/targets/my-target). The
parent DeliveryPipeline of the Target is inferred to be the parent
DeliveryPipeline of the Release in which this Stage lives.
string target_id = 1;
| Type | Description |
| String | The targetId. |
getTargetIdBytes()
public abstract 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/deliveryPipelines/pipeline/targets/my-target). The
parent DeliveryPipeline of the Target is inferred to be the parent
DeliveryPipeline of the Release in which this Stage lives.
string target_id = 1;
| Type | Description |
| ByteString | The bytes for targetId. |