Interface UserMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Long-form text that provides details.
    Long-form text that provides details.
    Short-form text that provides a summary.
    Short-form text that provides a summary.
    boolean
    Long-form text that provides details.
    boolean
    Short-form text that provides a summary.

    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

    • hasSummary

      boolean hasSummary()
       Short-form text that provides a summary. This payload should be a "json/plain"-encoded payload
       that is a single JSON string for use in user interfaces. User interface formatting may not
       apply to this text when used in "title" situations. The payload data section is limited to 400
       bytes by default.
       
      .temporal.api.common.v1.Payload summary = 1;
      Returns:
      Whether the summary field is set.
    • getSummary

      Payload getSummary()
       Short-form text that provides a summary. This payload should be a "json/plain"-encoded payload
       that is a single JSON string for use in user interfaces. User interface formatting may not
       apply to this text when used in "title" situations. The payload data section is limited to 400
       bytes by default.
       
      .temporal.api.common.v1.Payload summary = 1;
      Returns:
      The summary.
    • getSummaryOrBuilder

      PayloadOrBuilder getSummaryOrBuilder()
       Short-form text that provides a summary. This payload should be a "json/plain"-encoded payload
       that is a single JSON string for use in user interfaces. User interface formatting may not
       apply to this text when used in "title" situations. The payload data section is limited to 400
       bytes by default.
       
      .temporal.api.common.v1.Payload summary = 1;
    • hasDetails

      boolean hasDetails()
       Long-form text that provides details. This payload should be a "json/plain"-encoded payload
       that is a single JSON string for use in user interfaces. User interface formatting may apply to
       this text in common use. The payload data section is limited to 20000 bytes by default.
       
      .temporal.api.common.v1.Payload details = 2;
      Returns:
      Whether the details field is set.
    • getDetails

      Payload getDetails()
       Long-form text that provides details. This payload should be a "json/plain"-encoded payload
       that is a single JSON string for use in user interfaces. User interface formatting may apply to
       this text in common use. The payload data section is limited to 20000 bytes by default.
       
      .temporal.api.common.v1.Payload details = 2;
      Returns:
      The details.
    • getDetailsOrBuilder

      PayloadOrBuilder getDetailsOrBuilder()
       Long-form text that provides details. This payload should be a "json/plain"-encoded payload
       that is a single JSON string for use in user interfaces. User interface formatting may apply to
       this text in common use. The payload data section is limited to 20000 bytes by default.
       
      .temporal.api.common.v1.Payload details = 2;