Package io.deephaven.proto.schema
Interface SchemaTableNamesExistRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaTableNamesExistRequest,SchemaTableNamesExistRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetIds(int index) Table name IDs to check in the format "namespace.tableName"getIdsBytes(int index) Table name IDs to check in the format "namespace.tableName"intTable name IDs to check in the format "namespace.tableName"Table name IDs to check in the format "namespace.tableName"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
-
getIdsList
Table name IDs to check in the format "namespace.tableName"
repeated string ids = 1;- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()Table name IDs to check in the format "namespace.tableName"
repeated string ids = 1;- Returns:
- The count of ids.
-
getIds
Table name IDs to check in the format "namespace.tableName"
repeated string ids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
Table name IDs to check in the format "namespace.tableName"
repeated string ids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ids at the given index.
-