Interface UpdateByRequest.UpdateByOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateByRequest.UpdateByOperation
,UpdateByRequest.UpdateByOperation.Builder
- Enclosing class:
- UpdateByRequest
public static interface UpdateByRequest.UpdateByOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn column = 1;
.io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn column = 1;
boolean
.io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn column = 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
-
hasColumn
boolean hasColumn().io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn column = 1;
- Returns:
- Whether the column field is set.
-
getColumn
UpdateByRequest.UpdateByOperation.UpdateByColumn getColumn().io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn column = 1;
- Returns:
- The column.
-
getColumnOrBuilder
UpdateByRequest.UpdateByOperation.UpdateByColumnOrBuilder getColumnOrBuilder().io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn column = 1;
-
getTypeCase
UpdateByRequest.UpdateByOperation.TypeCase getTypeCase()
-