Interface DropColumnsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DropColumnsRequest
,DropColumnsRequest.Builder
public interface DropColumnsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnNames
(int index) repeated string column_names = 3;
com.google.protobuf.ByteString
getColumnNamesBytes
(int index) repeated string column_names = 3;
int
repeated string column_names = 3;
repeated string column_names = 3;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
.io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
.io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
boolean
.io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
boolean
.io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
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
-
hasResultId
boolean hasResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
- Returns:
- Whether the resultId field is set.
-
getResultId
Ticket getResultId().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
- Returns:
- The resultId.
-
getResultIdOrBuilder
TicketOrBuilder getResultIdOrBuilder().io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
-
hasSourceId
boolean hasSourceId().io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
- Returns:
- Whether the sourceId field is set.
-
getSourceId
TableReference getSourceId().io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
- Returns:
- The sourceId.
-
getSourceIdOrBuilder
TableReferenceOrBuilder getSourceIdOrBuilder().io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
-
getColumnNamesList
repeated string column_names = 3;
- Returns:
- A list containing the columnNames.
-
getColumnNamesCount
int getColumnNamesCount()repeated string column_names = 3;
- Returns:
- The count of columnNames.
-
getColumnNames
repeated string column_names = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The columnNames at the given index.
-
getColumnNamesBytes
com.google.protobuf.ByteString getColumnNamesBytes(int index) repeated string column_names = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the columnNames at the given index.
-