Class Rollout

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

    public final class Rollout
    extends com.google.protobuf.GeneratedMessageV3
    implements RolloutOrBuilder
     A `Rollout` resource in the Cloud Deploy API.
    
     A `Rollout` contains information around a specific deployment to a `Target`.
     
    Protobuf type google.cloud.deploy.v1.Rollout
    See Also:
    Serialized Form
    • 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()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         Optional. Name of the `Rollout`. Format is projects/{project}/
         locations/{location}/deliveryPipelines/{deliveryPipeline}/
         releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.
         
        string name = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getName in interface RolloutOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Optional. Name of the `Rollout`. Format is projects/{project}/
         locations/{location}/deliveryPipelines/{deliveryPipeline}/
         releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.
         
        string name = 1 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getNameBytes in interface RolloutOrBuilder
        Returns:
        The bytes for name.
      • getUid

        public String getUid()
         Output only. Unique identifier of the `Rollout`.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUid in interface RolloutOrBuilder
        Returns:
        The uid.
      • getUidBytes

        public com.google.protobuf.ByteString getUidBytes()
         Output only. Unique identifier of the `Rollout`.
         
        string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUidBytes in interface RolloutOrBuilder
        Returns:
        The bytes for uid.
      • getDescription

        public String getDescription()
         Description of the `Rollout` for user purposes. Max length is 255
         characters.
         
        string description = 3;
        Specified by:
        getDescription in interface RolloutOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Description of the `Rollout` for user purposes. Max length is 255
         characters.
         
        string description = 3;
        Specified by:
        getDescriptionBytes in interface RolloutOrBuilder
        Returns:
        The bytes for description.
      • getAnnotationsCount

        public int getAnnotationsCount()
        Description copied from interface: RolloutOrBuilder
         User annotations. These attributes can only be set and used by the
         user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations
         for more details such as format and size limitations.
         
        map<string, string> annotations = 4;
        Specified by:
        getAnnotationsCount in interface RolloutOrBuilder
      • containsAnnotations

        public boolean containsAnnotations​(String key)
         User annotations. These attributes can only be set and used by the
         user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations
         for more details such as format and size limitations.
         
        map<string, string> annotations = 4;
        Specified by:
        containsAnnotations in interface RolloutOrBuilder
      • getAnnotationsMap

        public Map<String,​String> getAnnotationsMap()
         User annotations. These attributes can only be set and used by the
         user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations
         for more details such as format and size limitations.
         
        map<string, string> annotations = 4;
        Specified by:
        getAnnotationsMap in interface RolloutOrBuilder
      • getAnnotationsOrDefault

        public String getAnnotationsOrDefault​(String key,
                                              String defaultValue)
         User annotations. These attributes can only be set and used by the
         user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations
         for more details such as format and size limitations.
         
        map<string, string> annotations = 4;
        Specified by:
        getAnnotationsOrDefault in interface RolloutOrBuilder
      • getAnnotationsOrThrow

        public String getAnnotationsOrThrow​(String key)
         User annotations. These attributes can only be set and used by the
         user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations
         for more details such as format and size limitations.
         
        map<string, string> annotations = 4;
        Specified by:
        getAnnotationsOrThrow in interface RolloutOrBuilder
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: RolloutOrBuilder
         Labels are attributes that can be set and used by both the
         user and by Cloud Deploy. Labels must meet the following constraints:
        
         * Keys and values can contain only lowercase letters, numeric characters,
         underscores, and dashes.
         * All characters must use UTF-8 encoding, and international characters are
         allowed.
         * Keys must start with a lowercase letter or international character.
         * Each resource is limited to a maximum of 64 labels.
        
         Both keys and values are additionally constrained to be <= 128 bytes.
         
        map<string, string> labels = 5;
        Specified by:
        getLabelsCount in interface RolloutOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Labels are attributes that can be set and used by both the
         user and by Cloud Deploy. Labels must meet the following constraints:
        
         * Keys and values can contain only lowercase letters, numeric characters,
         underscores, and dashes.
         * All characters must use UTF-8 encoding, and international characters are
         allowed.
         * Keys must start with a lowercase letter or international character.
         * Each resource is limited to a maximum of 64 labels.
        
         Both keys and values are additionally constrained to be <= 128 bytes.
         
        map<string, string> labels = 5;
        Specified by:
        containsLabels in interface RolloutOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Labels are attributes that can be set and used by both the
         user and by Cloud Deploy. Labels must meet the following constraints:
        
         * Keys and values can contain only lowercase letters, numeric characters,
         underscores, and dashes.
         * All characters must use UTF-8 encoding, and international characters are
         allowed.
         * Keys must start with a lowercase letter or international character.
         * Each resource is limited to a maximum of 64 labels.
        
         Both keys and values are additionally constrained to be <= 128 bytes.
         
        map<string, string> labels = 5;
        Specified by:
        getLabelsMap in interface RolloutOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Labels are attributes that can be set and used by both the
         user and by Cloud Deploy. Labels must meet the following constraints:
        
         * Keys and values can contain only lowercase letters, numeric characters,
         underscores, and dashes.
         * All characters must use UTF-8 encoding, and international characters are
         allowed.
         * Keys must start with a lowercase letter or international character.
         * Each resource is limited to a maximum of 64 labels.
        
         Both keys and values are additionally constrained to be <= 128 bytes.
         
        map<string, string> labels = 5;
        Specified by:
        getLabelsOrDefault in interface RolloutOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Labels are attributes that can be set and used by both the
         user and by Cloud Deploy. Labels must meet the following constraints:
        
         * Keys and values can contain only lowercase letters, numeric characters,
         underscores, and dashes.
         * All characters must use UTF-8 encoding, and international characters are
         allowed.
         * Keys must start with a lowercase letter or international character.
         * Each resource is limited to a maximum of 64 labels.
        
         Both keys and values are additionally constrained to be <= 128 bytes.
         
        map<string, string> labels = 5;
        Specified by:
        getLabelsOrThrow in interface RolloutOrBuilder
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Time at which the `Rollout` was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface RolloutOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Time at which the `Rollout` was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface RolloutOrBuilder
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Time at which the `Rollout` was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface RolloutOrBuilder
      • hasApproveTime

        public boolean hasApproveTime()
         Output only. Time at which the `Rollout` was approved.
         
        .google.protobuf.Timestamp approve_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasApproveTime in interface RolloutOrBuilder
        Returns:
        Whether the approveTime field is set.
      • getApproveTime

        public com.google.protobuf.Timestamp getApproveTime()
         Output only. Time at which the `Rollout` was approved.
         
        .google.protobuf.Timestamp approve_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getApproveTime in interface RolloutOrBuilder
        Returns:
        The approveTime.
      • getApproveTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getApproveTimeOrBuilder()
         Output only. Time at which the `Rollout` was approved.
         
        .google.protobuf.Timestamp approve_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getApproveTimeOrBuilder in interface RolloutOrBuilder
      • hasEnqueueTime

        public boolean hasEnqueueTime()
         Output only. Time at which the `Rollout` was enqueued.
         
        .google.protobuf.Timestamp enqueue_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasEnqueueTime in interface RolloutOrBuilder
        Returns:
        Whether the enqueueTime field is set.
      • getEnqueueTime

        public com.google.protobuf.Timestamp getEnqueueTime()
         Output only. Time at which the `Rollout` was enqueued.
         
        .google.protobuf.Timestamp enqueue_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEnqueueTime in interface RolloutOrBuilder
        Returns:
        The enqueueTime.
      • getEnqueueTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEnqueueTimeOrBuilder()
         Output only. Time at which the `Rollout` was enqueued.
         
        .google.protobuf.Timestamp enqueue_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEnqueueTimeOrBuilder in interface RolloutOrBuilder
      • hasDeployStartTime

        public boolean hasDeployStartTime()
         Output only. Time at which the `Rollout` started deploying.
         
        .google.protobuf.Timestamp deploy_start_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDeployStartTime in interface RolloutOrBuilder
        Returns:
        Whether the deployStartTime field is set.
      • getDeployStartTime

        public com.google.protobuf.Timestamp getDeployStartTime()
         Output only. Time at which the `Rollout` started deploying.
         
        .google.protobuf.Timestamp deploy_start_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeployStartTime in interface RolloutOrBuilder
        Returns:
        The deployStartTime.
      • getDeployStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getDeployStartTimeOrBuilder()
         Output only. Time at which the `Rollout` started deploying.
         
        .google.protobuf.Timestamp deploy_start_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeployStartTimeOrBuilder in interface RolloutOrBuilder
      • hasDeployEndTime

        public boolean hasDeployEndTime()
         Output only. Time at which the `Rollout` finished deploying.
         
        .google.protobuf.Timestamp deploy_end_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasDeployEndTime in interface RolloutOrBuilder
        Returns:
        Whether the deployEndTime field is set.
      • getDeployEndTime

        public com.google.protobuf.Timestamp getDeployEndTime()
         Output only. Time at which the `Rollout` finished deploying.
         
        .google.protobuf.Timestamp deploy_end_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeployEndTime in interface RolloutOrBuilder
        Returns:
        The deployEndTime.
      • getDeployEndTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getDeployEndTimeOrBuilder()
         Output only. Time at which the `Rollout` finished deploying.
         
        .google.protobuf.Timestamp deploy_end_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeployEndTimeOrBuilder in interface RolloutOrBuilder
      • getTargetId

        public String getTargetId()
         Required. The ID of Target to which this `Rollout` is deploying.
         
        string target_id = 18 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTargetId in interface RolloutOrBuilder
        Returns:
        The targetId.
      • getTargetIdBytes

        public com.google.protobuf.ByteString getTargetIdBytes()
         Required. The ID of Target to which this `Rollout` is deploying.
         
        string target_id = 18 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTargetIdBytes in interface RolloutOrBuilder
        Returns:
        The bytes for targetId.
      • getApprovalStateValue

        public int getApprovalStateValue()
         Output only. Approval state of the `Rollout`.
         
        .google.cloud.deploy.v1.Rollout.ApprovalState approval_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getApprovalStateValue in interface RolloutOrBuilder
        Returns:
        The enum numeric value on the wire for approvalState.
      • getApprovalState

        public Rollout.ApprovalState getApprovalState()
         Output only. Approval state of the `Rollout`.
         
        .google.cloud.deploy.v1.Rollout.ApprovalState approval_state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getApprovalState in interface RolloutOrBuilder
        Returns:
        The approvalState.
      • getStateValue

        public int getStateValue()
         Output only. Current state of the `Rollout`.
         
        .google.cloud.deploy.v1.Rollout.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface RolloutOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • getState

        public Rollout.State getState()
         Output only. Current state of the `Rollout`.
         
        .google.cloud.deploy.v1.Rollout.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface RolloutOrBuilder
        Returns:
        The state.
      • getFailureReason

        public String getFailureReason()
         Output only. Additional information about the rollout failure, if
         available.
         
        string failure_reason = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailureReason in interface RolloutOrBuilder
        Returns:
        The failureReason.
      • getFailureReasonBytes

        public com.google.protobuf.ByteString getFailureReasonBytes()
         Output only. Additional information about the rollout failure, if
         available.
         
        string failure_reason = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getFailureReasonBytes in interface RolloutOrBuilder
        Returns:
        The bytes for failureReason.
      • getDeployingBuild

        public String getDeployingBuild()
         Output only. The resource name of the Cloud Build `Build` object that is
         used to deploy the Rollout. Format is
         `projects/{project}/locations/{location}/builds/{build}`.
         
        string deploying_build = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getDeployingBuild in interface RolloutOrBuilder
        Returns:
        The deployingBuild.
      • getDeployingBuildBytes

        public com.google.protobuf.ByteString getDeployingBuildBytes()
         Output only. The resource name of the Cloud Build `Build` object that is
         used to deploy the Rollout. Format is
         `projects/{project}/locations/{location}/builds/{build}`.
         
        string deploying_build = 17 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getDeployingBuildBytes in interface RolloutOrBuilder
        Returns:
        The bytes for deployingBuild.
      • getEtag

        public String getEtag()
         This checksum is computed by the server based on the value of other
         fields, and may be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 16;
        Specified by:
        getEtag in interface RolloutOrBuilder
        Returns:
        The etag.
      • getEtagBytes

        public com.google.protobuf.ByteString getEtagBytes()
         This checksum is computed by the server based on the value of other
         fields, and may be sent on update and delete requests to ensure the
         client has an up-to-date value before proceeding.
         
        string etag = 16;
        Specified by:
        getEtagBytes in interface RolloutOrBuilder
        Returns:
        The bytes for etag.
      • getDeployFailureCauseValue

        public int getDeployFailureCauseValue()
         Output only. The reason this rollout failed. This will always be
         unspecified while the rollout is in progress.
         
        .google.cloud.deploy.v1.Rollout.FailureCause deploy_failure_cause = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeployFailureCauseValue in interface RolloutOrBuilder
        Returns:
        The enum numeric value on the wire for deployFailureCause.
      • getDeployFailureCause

        public Rollout.FailureCause getDeployFailureCause()
         Output only. The reason this rollout failed. This will always be
         unspecified while the rollout is in progress.
         
        .google.cloud.deploy.v1.Rollout.FailureCause deploy_failure_cause = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDeployFailureCause in interface RolloutOrBuilder
        Returns:
        The deployFailureCause.
      • getPhasesList

        public List<Phase> getPhasesList()
         Output only. The phases that represent the workflows of this `Rollout`.
         
        repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPhasesList in interface RolloutOrBuilder
      • getPhasesOrBuilderList

        public List<? extends PhaseOrBuilder> getPhasesOrBuilderList()
         Output only. The phases that represent the workflows of this `Rollout`.
         
        repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPhasesOrBuilderList in interface RolloutOrBuilder
      • getPhasesCount

        public int getPhasesCount()
         Output only. The phases that represent the workflows of this `Rollout`.
         
        repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPhasesCount in interface RolloutOrBuilder
      • getPhases

        public Phase getPhases​(int index)
         Output only. The phases that represent the workflows of this `Rollout`.
         
        repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPhases in interface RolloutOrBuilder
      • getPhasesOrBuilder

        public PhaseOrBuilder getPhasesOrBuilder​(int index)
         Output only. The phases that represent the workflows of this `Rollout`.
         
        repeated .google.cloud.deploy.v1.Phase phases = 23 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPhasesOrBuilder in interface RolloutOrBuilder
      • hasMetadata

        public boolean hasMetadata()
         Output only. Metadata contains information about the rollout.
         
        .google.cloud.deploy.v1.Metadata metadata = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasMetadata in interface RolloutOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        public Metadata getMetadata()
         Output only. Metadata contains information about the rollout.
         
        .google.cloud.deploy.v1.Metadata metadata = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMetadata in interface RolloutOrBuilder
        Returns:
        The metadata.
      • getMetadataOrBuilder

        public MetadataOrBuilder getMetadataOrBuilder()
         Output only. Metadata contains information about the rollout.
         
        .google.cloud.deploy.v1.Metadata metadata = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMetadataOrBuilder in interface RolloutOrBuilder
      • getControllerRollout

        public String getControllerRollout()
         Output only. Name of the `ControllerRollout`. Format is projects/{project}/
         locations/{location}/deliveryPipelines/{deliveryPipeline}/
         releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.
         
        string controller_rollout = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getControllerRollout in interface RolloutOrBuilder
        Returns:
        The controllerRollout.
      • getControllerRolloutBytes

        public com.google.protobuf.ByteString getControllerRolloutBytes()
         Output only. Name of the `ControllerRollout`. Format is projects/{project}/
         locations/{location}/deliveryPipelines/{deliveryPipeline}/
         releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.
         
        string controller_rollout = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getControllerRolloutBytes in interface RolloutOrBuilder
        Returns:
        The bytes for controllerRollout.
      • 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 Rollout parseFrom​(ByteBuffer data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static Rollout getDefaultInstance()
      • parser

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

        public com.google.protobuf.Parser<Rollout> 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 Rollout getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder