Package io.deephaven.proto.routing
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 TypeMethodDescriptiongetNamespaces(int index) repeated string namespaces = 1;com.google.protobuf.ByteStringgetNamespacesBytes(int index) repeated string namespaces = 1;intrepeated string namespaces = 1;repeated string namespaces = 1;getTables(int index) repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;intrepeated .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;List<? extends MyClaimsMessage.TableIdOrBuilder>repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespacesList
repeated string namespaces = 1;- Returns:
- A list containing the namespaces.
-
getNamespacesCount
int getNamespacesCount()repeated string namespaces = 1;- Returns:
- The count of namespaces.
-
getNamespaces
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
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
repeated .io.deephaven.proto.routing.MyClaimsMessage.TableId tables = 2;
-