Interface RecordMarkerCommandAttributesOrBuilder

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

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

    • getMarkerName

      String getMarkerName()
      string marker_name = 1;
      Returns:
      The markerName.
    • getMarkerNameBytes

      com.google.protobuf.ByteString getMarkerNameBytes()
      string marker_name = 1;
      Returns:
      The bytes for markerName.
    • getDetailsCount

      int getDetailsCount()
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • containsDetails

      boolean containsDetails(String key)
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • getDetails

      Deprecated.
      Use getDetailsMap() instead.
    • getDetailsMap

      Map<String,Payloads> getDetailsMap()
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • getDetailsOrDefault

      Payloads getDetailsOrDefault(String key, Payloads defaultValue)
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • getDetailsOrThrow

      Payloads getDetailsOrThrow(String key)
      map<string, .temporal.api.common.v1.Payloads> details = 2;
    • hasHeader

      boolean hasHeader()
      .temporal.api.common.v1.Header header = 3;
      Returns:
      Whether the header field is set.
    • getHeader

      Header getHeader()
      .temporal.api.common.v1.Header header = 3;
      Returns:
      The header.
    • getHeaderOrBuilder

      HeaderOrBuilder getHeaderOrBuilder()
      .temporal.api.common.v1.Header header = 3;
    • hasFailure

      boolean hasFailure()
      .temporal.api.failure.v1.Failure failure = 4;
      Returns:
      Whether the failure field is set.
    • getFailure

      Failure getFailure()
      .temporal.api.failure.v1.Failure failure = 4;
      Returns:
      The failure.
    • getFailureOrBuilder

      FailureOrBuilder getFailureOrBuilder()
      .temporal.api.failure.v1.Failure failure = 4;