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 TypeMethodDescriptionThis 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.ByteStringstring target_build_id = 1;booleanThis 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTargetBuildId
-
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
BuildIdAssignmentRule.RampCase getRampCase()
-