Interface ObjectAccessRequestOrBuilder

All Superinterfaces:
io.deephaven.shadow.client.flight.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.client.flight.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ObjectAccessRequest, ObjectAccessRequest.Builder

@Generated public interface ObjectAccessRequestOrBuilder extends io.deephaven.shadow.client.flight.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getObjectNames(int index)
    repeated string objectNames = 1;
    io.deephaven.shadow.client.flight.com.google.protobuf.ByteString
    repeated string objectNames = 1;
    int
    repeated string objectNames = 1;
    repeated string objectNames = 1;

    Methods inherited from interface io.deephaven.shadow.client.flight.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.client.flight.com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getObjectNamesList

      List<String> getObjectNamesList()
      repeated string objectNames = 1;
      Returns:
      A list containing the objectNames.
    • getObjectNamesCount

      int getObjectNamesCount()
      repeated string objectNames = 1;
      Returns:
      The count of objectNames.
    • getObjectNames

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

      io.deephaven.shadow.client.flight.com.google.protobuf.ByteString getObjectNamesBytes(int index)
      repeated string objectNames = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the objectNames at the given index.