Package io.deephaven.proto.pivot
Class PivotTableViewRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<PivotTableViewRequest.Builder>
io.deephaven.proto.pivot.PivotTableViewRequest.Builder
- All Implemented Interfaces:
Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,PivotTableViewRequestOrBuilder,Cloneable
- Enclosing class:
- PivotTableViewRequest
public static final class PivotTableViewRequest.Builder
extends GeneratedMessage.Builder<PivotTableViewRequest.Builder>
implements PivotTableViewRequestOrBuilder
Protobuf type
io.deephaven.proto.pivot.PivotTableViewRequest-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Offset of the existing PivotTableView in the incoming plugin references array.Description for the expansions that define this view of the PivotTable.Offset of the pivot table in the incoming plugin references.static final Descriptors.DescriptorintOffset of the existing PivotTableView in the incoming plugin references array.Description for the expansions that define this view of the PivotTable.Description for the expansions that define this view of the PivotTable.Description for the expansions that define this view of the PivotTable.intOffset of the pivot table in the incoming plugin references.booleanOffset of the existing PivotTableView in the incoming plugin references array.booleanDescription for the expansions that define this view of the PivotTable.booleanOffset of the pivot table in the incoming plugin references.protected GeneratedMessage.FieldAccessorTablefinal booleanDescription for the expansions that define this view of the PivotTable.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom(PivotTableViewRequest other) setExistingViewOffset(int value) Offset of the existing PivotTableView in the incoming plugin references array.Description for the expansions that define this view of the PivotTable.setExpansions(PivotTableViewExpansionsMessage.Builder builderForValue) Description for the expansions that define this view of the PivotTable.setPivotTableOffset(int value) Offset of the pivot table in the incoming plugin references.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTablein classGeneratedMessage.Builder<PivotTableViewRequest.Builder>
-
clear
- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessage.Builder<PivotTableViewRequest.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessage.Builder<PivotTableViewRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
build
- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<PivotTableViewRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessage.Builder<PivotTableViewRequest.Builder>
-
mergeFrom
public PivotTableViewRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<PivotTableViewRequest.Builder>- Throws:
IOException
-
getTargetCase
- Specified by:
getTargetCasein interfacePivotTableViewRequestOrBuilder
-
clearTarget
-
hasPivotTableOffset
public boolean hasPivotTableOffset()Offset of the pivot table in the incoming plugin references.
int32 pivot_table_offset = 1;- Specified by:
hasPivotTableOffsetin interfacePivotTableViewRequestOrBuilder- Returns:
- Whether the pivotTableOffset field is set.
-
getPivotTableOffset
public int getPivotTableOffset()Offset of the pivot table in the incoming plugin references.
int32 pivot_table_offset = 1;- Specified by:
getPivotTableOffsetin interfacePivotTableViewRequestOrBuilder- Returns:
- The pivotTableOffset.
-
setPivotTableOffset
Offset of the pivot table in the incoming plugin references.
int32 pivot_table_offset = 1;- Parameters:
value- The pivotTableOffset to set.- Returns:
- This builder for chaining.
-
clearPivotTableOffset
Offset of the pivot table in the incoming plugin references.
int32 pivot_table_offset = 1;- Returns:
- This builder for chaining.
-
hasExistingViewOffset
public boolean hasExistingViewOffset()Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server implementation may limit parallelism when performing snapshots for either view. Use this field when you intend to stop using the existing view and instead begin to use the result view.
int32 existing_view_offset = 2;- Specified by:
hasExistingViewOffsetin interfacePivotTableViewRequestOrBuilder- Returns:
- Whether the existingViewOffset field is set.
-
getExistingViewOffset
public int getExistingViewOffset()Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server implementation may limit parallelism when performing snapshots for either view. Use this field when you intend to stop using the existing view and instead begin to use the result view.
int32 existing_view_offset = 2;- Specified by:
getExistingViewOffsetin interfacePivotTableViewRequestOrBuilder- Returns:
- The existingViewOffset.
-
setExistingViewOffset
Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server implementation may limit parallelism when performing snapshots for either view. Use this field when you intend to stop using the existing view and instead begin to use the result view.
int32 existing_view_offset = 2;- Parameters:
value- The existingViewOffset to set.- Returns:
- This builder for chaining.
-
clearExistingViewOffset
Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server implementation may limit parallelism when performing snapshots for either view. Use this field when you intend to stop using the existing view and instead begin to use the result view.
int32 existing_view_offset = 2;- Returns:
- This builder for chaining.
-
hasExpansions
public boolean hasExpansions()Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;- Specified by:
hasExpansionsin interfacePivotTableViewRequestOrBuilder- Returns:
- Whether the expansions field is set.
-
getExpansions
Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;- Specified by:
getExpansionsin interfacePivotTableViewRequestOrBuilder- Returns:
- The expansions.
-
setExpansions
Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3; -
setExpansions
public PivotTableViewRequest.Builder setExpansions(PivotTableViewExpansionsMessage.Builder builderForValue) Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3; -
mergeExpansions
Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3; -
clearExpansions
Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3; -
getExpansionsBuilder
Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3; -
getExpansionsOrBuilder
Description for the expansions that define this view of the PivotTable. If not present, the result will have default expansions.
.io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;- Specified by:
getExpansionsOrBuilderin interfacePivotTableViewRequestOrBuilder
-