Interface ApplyPreviewColumnsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ApplyPreviewColumnsRequest, ApplyPreviewColumnsRequest.Builder

public interface ApplyPreviewColumnsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True to convert all arrays to strings, limiting to a server-defined max length.
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    Java types to leave unconverted - all other types will be converted to strings.
    com.google.protobuf.ByteString
    Java types to leave unconverted - all other types will be converted to strings.
    int
    Java types to leave unconverted - all other types will be converted to strings.
    Java types to leave unconverted - all other types will be converted to strings.
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
    boolean
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 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

    • hasSourceId

      boolean hasSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      TableReference getSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
      Returns:
      The sourceId.
    • getSourceIdOrBuilder

      TableReferenceOrBuilder getSourceIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 1;
    • hasResultId

      boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
      Returns:
      Whether the resultId field is set.
    • getResultId

      Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
      Returns:
      The resultId.
    • getResultIdOrBuilder

      TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 2;
    • getConvertArrays

      boolean getConvertArrays()
       True to convert all arrays to strings, limiting to a server-defined max length. Expected to be unset if
       unpreviewed_types is empty.
       
      bool convert_arrays = 3;
      Returns:
      The convertArrays.
    • getUnpreviewedTypesList

      List<String> getUnpreviewedTypesList()
       Java types to leave unconverted - all other types will be converted to strings. If empty, the server's
       legacy behavior will be used.
       
      repeated string unpreviewed_types = 4;
      Returns:
      A list containing the unpreviewedTypes.
    • getUnpreviewedTypesCount

      int getUnpreviewedTypesCount()
       Java types to leave unconverted - all other types will be converted to strings. If empty, the server's
       legacy behavior will be used.
       
      repeated string unpreviewed_types = 4;
      Returns:
      The count of unpreviewedTypes.
    • getUnpreviewedTypes

      String getUnpreviewedTypes(int index)
       Java types to leave unconverted - all other types will be converted to strings. If empty, the server's
       legacy behavior will be used.
       
      repeated string unpreviewed_types = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The unpreviewedTypes at the given index.
    • getUnpreviewedTypesBytes

      com.google.protobuf.ByteString getUnpreviewedTypesBytes(int index)
       Java types to leave unconverted - all other types will be converted to strings. If empty, the server's
       legacy behavior will be used.
       
      repeated string unpreviewed_types = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the unpreviewedTypes at the given index.