Interface BuildIdAssignmentRuleOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BuildIdAssignmentRule, BuildIdAssignmentRule.Builder

    @Generated(value="protoc",
               comments="annotations:BuildIdAssignmentRuleOrBuilder.java.pb.meta")
    public interface BuildIdAssignmentRuleOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RampByPercentage getPercentageRamp()
      This ramp is useful for gradual Blue/Green deployments (and similar) where you want to send a certain portion of the traffic to the target Build ID.
      RampByPercentageOrBuilder getPercentageRampOrBuilder()
      This ramp is useful for gradual Blue/Green deployments (and similar) where you want to send a certain portion of the traffic to the target Build ID.
      BuildIdAssignmentRule.RampCase getRampCase()  
      java.lang.String getTargetBuildId()
      string target_build_id = 1;
      com.google.protobuf.ByteString getTargetBuildIdBytes()
      string target_build_id = 1;
      boolean hasPercentageRamp()
      This ramp is useful for gradual Blue/Green deployments (and similar) where you want to send a certain portion of the traffic to the target Build ID.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTargetBuildId

        java.lang.String getTargetBuildId()
        string target_build_id = 1;
        Returns:
        The targetBuildId.
      • getTargetBuildIdBytes

        com.google.protobuf.ByteString getTargetBuildIdBytes()
        string target_build_id = 1;
        Returns:
        The bytes for targetBuildId.
      • hasPercentageRamp

        boolean hasPercentageRamp()
         This ramp is useful for gradual Blue/Green deployments (and similar)
         where you want to send a certain portion of the traffic to the target
         Build ID.
         
        .temporal.api.taskqueue.v1.RampByPercentage percentage_ramp = 3;
        Returns:
        Whether the percentageRamp field is set.
      • getPercentageRamp

        RampByPercentage getPercentageRamp()
         This ramp is useful for gradual Blue/Green deployments (and similar)
         where you want to send a certain portion of the traffic to the target
         Build ID.
         
        .temporal.api.taskqueue.v1.RampByPercentage percentage_ramp = 3;
        Returns:
        The percentageRamp.
      • getPercentageRampOrBuilder

        RampByPercentageOrBuilder getPercentageRampOrBuilder()
         This ramp is useful for gradual Blue/Green deployments (and similar)
         where you want to send a certain portion of the traffic to the target
         Build ID.
         
        .temporal.api.taskqueue.v1.RampByPercentage percentage_ramp = 3;