Interface Shared.UUIDOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Shared.UUID, Shared.UUID.Builder
Enclosing class:
Shared

public static interface Shared.UUIDOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string string = 2;
    com.google.protobuf.ByteString
    string string = 2;
    .event_store.client.UUID.Structured structured = 1;
    .event_store.client.UUID.Structured structured = 1;
     
    boolean
    string string = 2;
    boolean
    .event_store.client.UUID.Structured structured = 1;

    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

    • hasStructured

      boolean hasStructured()
      .event_store.client.UUID.Structured structured = 1;
      Returns:
      Whether the structured field is set.
    • getStructured

      Shared.UUID.Structured getStructured()
      .event_store.client.UUID.Structured structured = 1;
      Returns:
      The structured.
    • getStructuredOrBuilder

      Shared.UUID.StructuredOrBuilder getStructuredOrBuilder()
      .event_store.client.UUID.Structured structured = 1;
    • hasString

      boolean hasString()
      string string = 2;
      Returns:
      Whether the string field is set.
    • getString

      String getString()
      string string = 2;
      Returns:
      The string.
    • getStringBytes

      com.google.protobuf.ByteString getStringBytes()
      string string = 2;
      Returns:
      The bytes for string.
    • getValueCase

      Shared.UUID.ValueCase getValueCase()