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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSourceBuildId()
      string source_build_id = 1;
      com.google.protobuf.ByteString getSourceBuildIdBytes()
      string source_build_id = 1;
      java.lang.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.
      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.
      • 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

      • getSourceBuildId

        java.lang.String getSourceBuildId()
        string source_build_id = 1;
        Returns:
        The sourceBuildId.
      • getSourceBuildIdBytes

        com.google.protobuf.ByteString getSourceBuildIdBytes()
        string source_build_id = 1;
        Returns:
        The bytes for sourceBuildId.
      • getTargetBuildId

        java.lang.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.