Class Stage

  • All Implemented Interfaces:
    StageOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Stage
    extends com.google.protobuf.GeneratedMessageV3
    implements StageOrBuilder
     Stage specifies a location to which to deploy.
     
    Protobuf type google.cloud.deploy.v1.Stage
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Stage.Builder
      Stage specifies a location to which to deploy.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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;
        Specified by:
        getTargetId in interface StageOrBuilder
        Returns:
        The targetId.
      • getTargetIdBytes

        public 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;
        Specified by:
        getTargetIdBytes in interface StageOrBuilder
        Returns:
        The bytes for targetId.
      • getProfilesList

        public com.google.protobuf.ProtocolStringList getProfilesList()
         Skaffold profiles to use when rendering the manifest for this stage's
         `Target`.
         
        repeated string profiles = 2;
        Specified by:
        getProfilesList in interface StageOrBuilder
        Returns:
        A list containing the profiles.
      • getProfilesCount

        public int getProfilesCount()
         Skaffold profiles to use when rendering the manifest for this stage's
         `Target`.
         
        repeated string profiles = 2;
        Specified by:
        getProfilesCount in interface StageOrBuilder
        Returns:
        The count of profiles.
      • getProfiles

        public String getProfiles​(int index)
         Skaffold profiles to use when rendering the manifest for this stage's
         `Target`.
         
        repeated string profiles = 2;
        Specified by:
        getProfiles in interface StageOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The profiles at the given index.
      • getProfilesBytes

        public com.google.protobuf.ByteString getProfilesBytes​(int index)
         Skaffold profiles to use when rendering the manifest for this stage's
         `Target`.
         
        repeated string profiles = 2;
        Specified by:
        getProfilesBytes in interface StageOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the profiles at the given index.
      • 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];
        Specified by:
        hasStrategy in interface StageOrBuilder
        Returns:
        Whether the strategy field is set.
      • 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];
        Specified by:
        getStrategy in interface StageOrBuilder
        Returns:
        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];
        Specified by:
        getStrategyOrBuilder in interface StageOrBuilder
      • 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];
        Specified by:
        getDeployParametersList in interface StageOrBuilder
      • 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];
        Specified by:
        getDeployParametersOrBuilderList in interface StageOrBuilder
      • 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];
        Specified by:
        getDeployParametersCount in interface StageOrBuilder
      • getDeployParameters

        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];
        Specified by:
        getDeployParameters in interface StageOrBuilder
      • getDeployParametersOrBuilder

        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];
        Specified by:
        getDeployParametersOrBuilder in interface StageOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Stage parseFrom​(ByteBuffer data)
                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Stage parseFrom​(ByteBuffer data,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Stage parseFrom​(com.google.protobuf.ByteString data)
                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Stage parseFrom​(com.google.protobuf.ByteString data,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Stage parseFrom​(byte[] data)
                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Stage parseFrom​(byte[] data,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Stage parseFrom​(com.google.protobuf.CodedInputStream input,
                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                               throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Stage.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Stage.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Stage.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Stage getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Stage> parser()
      • getParserForType

        public com.google.protobuf.Parser<Stage> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Stage getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder