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

    Modifier and Type
    Method
    Description
    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.
    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.
     
    string target_build_id = 1;
    com.google.protobuf.ByteString
    string target_build_id = 1;
    boolean
    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 Details

    • getTargetBuildId

      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;
    • getRampCase