public static final class FlightSql.ActionEndSavepointRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionEndSavepointRequest.Builder> implements FlightSql.ActionEndSavepointRequestOrBuilder
Request message for the "EndSavepoint" action. Release (RELEASE) the savepoint or rollback (ROLLBACK) to the savepoint. Releasing a savepoint invalidates that savepoint. Rolling back to a savepoint does not invalidate the savepoint, but invalidates all savepoints created after the current savepoint.Protobuf type
arrow.flight.protocol.sql.ActionEndSavepointRequestaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionEndSavepointRequest.Builder>public FlightSql.ActionEndSavepointRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionEndSavepointRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionEndSavepointRequest.Builder>public FlightSql.ActionEndSavepointRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FlightSql.ActionEndSavepointRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.ActionEndSavepointRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.ActionEndSavepointRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlightSql.ActionEndSavepointRequest.Builder>public FlightSql.ActionEndSavepointRequest.Builder mergeFrom(FlightSql.ActionEndSavepointRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionEndSavepointRequest.Builder>public FlightSql.ActionEndSavepointRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlightSql.ActionEndSavepointRequest.Builder>IOExceptionpublic com.google.protobuf.ByteString getSavepointId()
Opaque handle for the savepoint on the server.
bytes savepoint_id = 1;getSavepointId in interface FlightSql.ActionEndSavepointRequestOrBuilderpublic FlightSql.ActionEndSavepointRequest.Builder setSavepointId(com.google.protobuf.ByteString value)
Opaque handle for the savepoint on the server.
bytes savepoint_id = 1;value - The savepointId to set.public FlightSql.ActionEndSavepointRequest.Builder clearSavepointId()
Opaque handle for the savepoint on the server.
bytes savepoint_id = 1;public int getActionValue()
Whether to rollback/release the given savepoint.
.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint action = 2;getActionValue in interface FlightSql.ActionEndSavepointRequestOrBuilderpublic FlightSql.ActionEndSavepointRequest.Builder setActionValue(int value)
Whether to rollback/release the given savepoint.
.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint action = 2;value - The enum numeric value on the wire for action to set.public FlightSql.ActionEndSavepointRequest.EndSavepoint getAction()
Whether to rollback/release the given savepoint.
.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint action = 2;getAction in interface FlightSql.ActionEndSavepointRequestOrBuilderpublic FlightSql.ActionEndSavepointRequest.Builder setAction(FlightSql.ActionEndSavepointRequest.EndSavepoint value)
Whether to rollback/release the given savepoint.
.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint action = 2;value - The action to set.public FlightSql.ActionEndSavepointRequest.Builder clearAction()
Whether to rollback/release the given savepoint.
.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint action = 2;public final FlightSql.ActionEndSavepointRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionEndSavepointRequest.Builder>public final FlightSql.ActionEndSavepointRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionEndSavepointRequest.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.