Interface UpdateByRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateByRequest,UpdateByRequest.Builder
public interface UpdateByRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupByColumns(int index) repeated string group_by_columns = 5;com.google.protobuf.ByteStringgetGroupByColumnsBytes(int index) repeated string group_by_columns = 5;intrepeated string group_by_columns = 5;repeated string group_by_columns = 5;getOperations(int index) repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;intrepeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;getOperationsOrBuilder(int index) repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;List<? extends UpdateByRequest.UpdateByOperationOrBuilder>repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4;.io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3;.io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 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.UpdateByRequest.UpdateByOptions options = 3;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
isInitializedMethods 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; -
hasOptions
boolean hasOptions().io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3;- Returns:
- Whether the options field is set.
-
getOptions
UpdateByRequest.UpdateByOptions getOptions().io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3;- Returns:
- The options.
-
getOptionsOrBuilder
UpdateByRequest.UpdateByOptionsOrBuilder getOptionsOrBuilder().io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3; -
getOperationsList
List<UpdateByRequest.UpdateByOperation> getOperationsList()repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4; -
getOperations
repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4; -
getOperationsCount
int getOperationsCount()repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4; -
getOperationsOrBuilderList
List<? extends UpdateByRequest.UpdateByOperationOrBuilder> getOperationsOrBuilderList()repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4; -
getOperationsOrBuilder
repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4; -
getGroupByColumnsList
repeated string group_by_columns = 5;- Returns:
- A list containing the groupByColumns.
-
getGroupByColumnsCount
int getGroupByColumnsCount()repeated string group_by_columns = 5;- Returns:
- The count of groupByColumns.
-
getGroupByColumns
repeated string group_by_columns = 5;- Parameters:
index- The index of the element to return.- Returns:
- The groupByColumns at the given index.
-
getGroupByColumnsBytes
com.google.protobuf.ByteString getGroupByColumnsBytes(int index) repeated string group_by_columns = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the groupByColumns at the given index.
-