Interface MyClaimsMessageOrBuilder

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

@Generated public interface MyClaimsMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getNamespaces(int index)
    repeated string namespaces = 1;
    com.google.protobuf.ByteString
    getNamespacesBytes(int index)
    repeated string namespaces = 1;
    int
    repeated string namespaces = 1;
    repeated string namespaces = 1;
    getTables(int index)
    repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    int
    repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    getTablesOrBuilder(int index)
    repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;

    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

    • getNamespacesList

      List<String> getNamespacesList()
      repeated string namespaces = 1;
      Returns:
      A list containing the namespaces.
    • getNamespacesCount

      int getNamespacesCount()
      repeated string namespaces = 1;
      Returns:
      The count of namespaces.
    • getNamespaces

      String getNamespaces(int index)
      repeated string namespaces = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The namespaces at the given index.
    • getNamespacesBytes

      com.google.protobuf.ByteString getNamespacesBytes(int index)
      repeated string namespaces = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the namespaces at the given index.
    • getTablesList

      List<MyClaimsMessage.TableId> getTablesList()
      repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    • getTables

      MyClaimsMessage.TableId getTables(int index)
      repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    • getTablesCount

      int getTablesCount()
      repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    • getTablesOrBuilderList

      List<? extends MyClaimsMessage.TableIdOrBuilder> getTablesOrBuilderList()
      repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
    • getTablesOrBuilder

      MyClaimsMessage.TableIdOrBuilder getTablesOrBuilder(int index)
      repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;