Interface CompatibleBuildIdRedirectRuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompatibleBuildIdRedirectRule,CompatibleBuildIdRedirectRule.Builder
@Generated(value="protoc",
comments="annotations:CompatibleBuildIdRedirectRuleOrBuilder.java.pb.meta")
public interface CompatibleBuildIdRedirectRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring source_build_id = 1;com.google.protobuf.ByteStringstring source_build_id = 1;Target Build ID must be compatible with the Source Build ID; that is it must be able to process event histories made by the Source Build ID by using [Patching](https://docs.temporal.io/workflows#patching) or other means.com.google.protobuf.ByteStringTarget Build ID must be compatible with the Source Build ID; that is it must be able to process event histories made by the Source Build ID by using [Patching](https://docs.temporal.io/workflows#patching) or other means.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
-
getSourceBuildId
-
getSourceBuildIdBytes
com.google.protobuf.ByteString getSourceBuildIdBytes()string source_build_id = 1;- Returns:
- The bytes for sourceBuildId.
-
getTargetBuildId
String getTargetBuildId()Target Build ID must be compatible with the Source Build ID; that is it must be able to process event histories made by the Source Build ID by using [Patching](https://docs.temporal.io/workflows#patching) or other means.
string target_build_id = 2;- Returns:
- The targetBuildId.
-
getTargetBuildIdBytes
com.google.protobuf.ByteString getTargetBuildIdBytes()Target Build ID must be compatible with the Source Build ID; that is it must be able to process event histories made by the Source Build ID by using [Patching](https://docs.temporal.io/workflows#patching) or other means.
string target_build_id = 2;- Returns:
- The bytes for targetBuildId.
-