Package io.deephaven.proto.pivot
Class PivotPluginRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<PivotPluginRequest.Builder>
io.deephaven.proto.pivot.PivotPluginRequest.Builder
- All Implemented Interfaces:
Message.Builder
,MessageLite.Builder
,MessageLiteOrBuilder
,MessageOrBuilder
,PivotPluginRequestOrBuilder
,Cloneable
- Enclosing class:
- PivotPluginRequest
public static final class PivotPluginRequest.Builder
extends GeneratedMessageV3.Builder<PivotPluginRequest.Builder>
implements PivotPluginRequestOrBuilder
We have not created a service, but rather make a request using the oneof message; and reply using the corresponding message in the PivotPluginResponse. The PivotServicePlugin then has a switch statement for dispatch rather than using the service.Protobuf type
io.deephaven.proto.pivot.PivotPluginRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(Descriptors.FieldDescriptor field, Object value) build()
clear()
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
A client-specified identifier used to identify the response for this request when multiple requests are in flight..io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
clone()
getApply()
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
static final Descriptors.Descriptor
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
A client-specified identifier used to identify the response for this request when multiple requests are in flight.A client-specified identifier used to identify the response for this request when multiple requests are in flight.getView()
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
boolean
hasApply()
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
boolean
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
boolean
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
boolean
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
boolean
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
boolean
hasView()
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
protected GeneratedMessageV3.FieldAccessorTable
final boolean
mergeApply
(PivotTableApplyRequest value) .io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) mergeFrom
(PivotPluginRequest other) .io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
mergeUnknownFields
(UnknownFieldSet unknownFields) mergeView
(PivotTableViewRequest value) .io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
setApply
(PivotTableApplyRequest value) .io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
setApply
(PivotTableApplyRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
setCreation
(PivotTableCreationRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
setEmptyExpansions
(PivotTableEmptyExpansionsRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
setExportSource
(PivotTableSourceExportRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
setField
(Descriptors.FieldDescriptor field, Object value) .io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
setGetDescriptor
(PivotTableDescriptorRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) setRequestId
(String value) A client-specified identifier used to identify the response for this request when multiple requests are in flight.setRequestIdBytes
(ByteString value) A client-specified identifier used to identify the response for this request when multiple requests are in flight.setUnknownFields
(UnknownFieldSet unknownFields) setView
(PivotTableViewRequest value) .io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
setView
(PivotTableViewRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
-
internalGetFieldAccessorTable
- Specified by:
internalGetFieldAccessorTable
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
clear
- Specified by:
clear
in interfaceMessage.Builder
- Specified by:
clear
in interfaceMessageLite.Builder
- Overrides:
clear
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
getDescriptorForType
- Specified by:
getDescriptorForType
in interfaceMessage.Builder
- Specified by:
getDescriptorForType
in interfaceMessageOrBuilder
- Overrides:
getDescriptorForType
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfaceMessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceMessageOrBuilder
-
build
- Specified by:
build
in interfaceMessage.Builder
- Specified by:
build
in interfaceMessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfaceMessage.Builder
- Specified by:
buildPartial
in interfaceMessageLite.Builder
-
clone
- Specified by:
clone
in interfaceMessage.Builder
- Specified by:
clone
in interfaceMessageLite.Builder
- Overrides:
clone
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
setField
- Specified by:
setField
in interfaceMessage.Builder
- Overrides:
setField
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
clearField
- Specified by:
clearField
in interfaceMessage.Builder
- Overrides:
clearField
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfaceMessage.Builder
- Overrides:
clearOneof
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
setRepeatedField
public PivotPluginRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfaceMessage.Builder
- Overrides:
setRepeatedField
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
addRepeatedField
- Specified by:
addRepeatedField
in interfaceMessage.Builder
- Overrides:
addRepeatedField
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<PivotPluginRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfaceMessageLiteOrBuilder
- Overrides:
isInitialized
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
mergeFrom
public PivotPluginRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfaceMessage.Builder
- Specified by:
mergeFrom
in interfaceMessageLite.Builder
- Overrides:
mergeFrom
in classAbstractMessage.Builder<PivotPluginRequest.Builder>
- Throws:
IOException
-
getRequestCase
- Specified by:
getRequestCase
in interfacePivotPluginRequestOrBuilder
-
clearRequest
-
getRequestId
A client-specified identifier used to identify the response for this request when multiple requests are in flight. This must be set to a unique value.
string request_id = 1;
- Specified by:
getRequestId
in interfacePivotPluginRequestOrBuilder
- Returns:
- The requestId.
-
getRequestIdBytes
A client-specified identifier used to identify the response for this request when multiple requests are in flight. This must be set to a unique value.
string request_id = 1;
- Specified by:
getRequestIdBytes
in interfacePivotPluginRequestOrBuilder
- Returns:
- The bytes for requestId.
-
setRequestId
A client-specified identifier used to identify the response for this request when multiple requests are in flight. This must be set to a unique value.
string request_id = 1;
- Parameters:
value
- The requestId to set.- Returns:
- This builder for chaining.
-
clearRequestId
A client-specified identifier used to identify the response for this request when multiple requests are in flight. This must be set to a unique value.
string request_id = 1;
- Returns:
- This builder for chaining.
-
setRequestIdBytes
A client-specified identifier used to identify the response for this request when multiple requests are in flight. This must be set to a unique value.
string request_id = 1;
- Parameters:
value
- The bytes for requestId to set.- Returns:
- This builder for chaining.
-
hasView
public boolean hasView().io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
- Specified by:
hasView
in interfacePivotPluginRequestOrBuilder
- Returns:
- Whether the view field is set.
-
getView
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
- Specified by:
getView
in interfacePivotPluginRequestOrBuilder
- Returns:
- The view.
-
setView
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
-
setView
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
-
mergeView
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
-
clearView
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
-
getViewBuilder
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
-
getViewOrBuilder
.io.deephaven.proto.pivot.PivotTableViewRequest view = 2;
- Specified by:
getViewOrBuilder
in interfacePivotPluginRequestOrBuilder
-
hasExportSource
public boolean hasExportSource().io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
- Specified by:
hasExportSource
in interfacePivotPluginRequestOrBuilder
- Returns:
- Whether the exportSource field is set.
-
getExportSource
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
- Specified by:
getExportSource
in interfacePivotPluginRequestOrBuilder
- Returns:
- The exportSource.
-
setExportSource
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
-
setExportSource
public PivotPluginRequest.Builder setExportSource(PivotTableSourceExportRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
-
mergeExportSource
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
-
clearExportSource
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
-
getExportSourceBuilder
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
-
getExportSourceOrBuilder
.io.deephaven.proto.pivot.PivotTableSourceExportRequest export_source = 3;
- Specified by:
getExportSourceOrBuilder
in interfacePivotPluginRequestOrBuilder
-
hasEmptyExpansions
public boolean hasEmptyExpansions().io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
- Specified by:
hasEmptyExpansions
in interfacePivotPluginRequestOrBuilder
- Returns:
- Whether the emptyExpansions field is set.
-
getEmptyExpansions
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
- Specified by:
getEmptyExpansions
in interfacePivotPluginRequestOrBuilder
- Returns:
- The emptyExpansions.
-
setEmptyExpansions
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
-
setEmptyExpansions
public PivotPluginRequest.Builder setEmptyExpansions(PivotTableEmptyExpansionsRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
-
mergeEmptyExpansions
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
-
clearEmptyExpansions
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
-
getEmptyExpansionsBuilder
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
-
getEmptyExpansionsOrBuilder
.io.deephaven.proto.pivot.PivotTableEmptyExpansionsRequest empty_expansions = 4;
- Specified by:
getEmptyExpansionsOrBuilder
in interfacePivotPluginRequestOrBuilder
-
hasCreation
public boolean hasCreation().io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
- Specified by:
hasCreation
in interfacePivotPluginRequestOrBuilder
- Returns:
- Whether the creation field is set.
-
getCreation
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
- Specified by:
getCreation
in interfacePivotPluginRequestOrBuilder
- Returns:
- The creation.
-
setCreation
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
-
setCreation
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
-
mergeCreation
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
-
clearCreation
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
-
getCreationBuilder
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
-
getCreationOrBuilder
.io.deephaven.proto.pivot.PivotTableCreationRequest creation = 5;
- Specified by:
getCreationOrBuilder
in interfacePivotPluginRequestOrBuilder
-
hasApply
public boolean hasApply().io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
- Specified by:
hasApply
in interfacePivotPluginRequestOrBuilder
- Returns:
- Whether the apply field is set.
-
getApply
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
- Specified by:
getApply
in interfacePivotPluginRequestOrBuilder
- Returns:
- The apply.
-
setApply
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
-
setApply
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
-
mergeApply
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
-
clearApply
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
-
getApplyBuilder
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
-
getApplyOrBuilder
.io.deephaven.proto.pivot.PivotTableApplyRequest apply = 6;
- Specified by:
getApplyOrBuilder
in interfacePivotPluginRequestOrBuilder
-
hasGetDescriptor
public boolean hasGetDescriptor().io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
- Specified by:
hasGetDescriptor
in interfacePivotPluginRequestOrBuilder
- Returns:
- Whether the getDescriptor field is set.
-
getGetDescriptor
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
- Specified by:
getGetDescriptor
in interfacePivotPluginRequestOrBuilder
- Returns:
- The getDescriptor.
-
setGetDescriptor
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
-
setGetDescriptor
public PivotPluginRequest.Builder setGetDescriptor(PivotTableDescriptorRequest.Builder builderForValue) .io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
-
mergeGetDescriptor
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
-
clearGetDescriptor
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
-
getGetDescriptorBuilder
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
-
getGetDescriptorOrBuilder
.io.deephaven.proto.pivot.PivotTableDescriptorRequest get_descriptor = 7;
- Specified by:
getGetDescriptorOrBuilder
in interfacePivotPluginRequestOrBuilder
-
setUnknownFields
- Specified by:
setUnknownFields
in interfaceMessage.Builder
- Overrides:
setUnknownFields
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-
mergeUnknownFields
- Specified by:
mergeUnknownFields
in interfaceMessage.Builder
- Overrides:
mergeUnknownFields
in classGeneratedMessageV3.Builder<PivotPluginRequest.Builder>
-