Package io.deephaven.proto.pqworker
Interface ObjectAccessRequestOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder,- MessageOrBuilder
- All Known Implementing Classes:
- ObjectAccessRequest,- ObjectAccessRequest.Builder
- 
Method SummaryModifier and TypeMethodDescriptiongetObjectNames(int index) repeated string objectNames = 1;getObjectNamesBytes(int index) repeated string objectNames = 1;intrepeated string objectNames = 1;repeated string objectNames = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getObjectNamesListrepeated string objectNames = 1;- Returns:
- A list containing the objectNames.
 
- 
getObjectNamesCountint getObjectNamesCount()repeated string objectNames = 1;- Returns:
- The count of objectNames.
 
- 
getObjectNamesrepeated string objectNames = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The objectNames at the given index.
 
- 
getObjectNamesBytesrepeated string objectNames = 1;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the objectNames at the given index.
 
 
-