Package io.deephaven.proto.pqworker
Interface ObjectAccessRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
ObjectAccessRequest
,ObjectAccessRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectNames
(int index) repeated string objectNames = 1;
getObjectNamesBytes
(int index) repeated string objectNames = 1;
int
repeated string objectNames = 1;
repeated string objectNames = 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
-
getObjectNamesList
repeated string objectNames = 1;
- Returns:
- A list containing the objectNames.
-
getObjectNamesCount
int getObjectNamesCount()repeated string objectNames = 1;
- Returns:
- The count of objectNames.
-
getObjectNames
repeated string objectNames = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The objectNames at the given index.
-
getObjectNamesBytes
repeated string objectNames = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the objectNames at the given index.
-