public final class TransactionOptions extends GeneratedMessageV3 implements TransactionOptionsOrBuilder
Options for creating a new transaction.Protobuf type
google.firestore.v1beta1.TransactionOptions
Modifier and Type | Class and Description |
---|---|
static class |
TransactionOptions.Builder
Options for creating a new transaction.
|
static class |
TransactionOptions.ModeCase |
static class |
TransactionOptions.ReadOnly
Options for a transaction that can only be used to read documents.
|
static interface |
TransactionOptions.ReadOnlyOrBuilder |
static class |
TransactionOptions.ReadWrite
Options for a transaction that can be used to read and write documents.
|
static interface |
TransactionOptions.ReadWriteOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
READ_ONLY_FIELD_NUMBER |
static int |
READ_WRITE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int READ_ONLY_FIELD_NUMBER
public static final int READ_WRITE_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public TransactionOptions.ModeCase getModeCase()
getModeCase
in interface TransactionOptionsOrBuilder
public boolean hasReadOnly()
The transaction can only be used for read operations.
.google.firestore.v1beta1.TransactionOptions.ReadOnly read_only = 2;
hasReadOnly
in interface TransactionOptionsOrBuilder
public TransactionOptions.ReadOnly getReadOnly()
The transaction can only be used for read operations.
.google.firestore.v1beta1.TransactionOptions.ReadOnly read_only = 2;
getReadOnly
in interface TransactionOptionsOrBuilder
public TransactionOptions.ReadOnlyOrBuilder getReadOnlyOrBuilder()
The transaction can only be used for read operations.
.google.firestore.v1beta1.TransactionOptions.ReadOnly read_only = 2;
getReadOnlyOrBuilder
in interface TransactionOptionsOrBuilder
public boolean hasReadWrite()
The transaction can be used for both read and write operations.
.google.firestore.v1beta1.TransactionOptions.ReadWrite read_write = 3;
hasReadWrite
in interface TransactionOptionsOrBuilder
public TransactionOptions.ReadWrite getReadWrite()
The transaction can be used for both read and write operations.
.google.firestore.v1beta1.TransactionOptions.ReadWrite read_write = 3;
getReadWrite
in interface TransactionOptionsOrBuilder
public TransactionOptions.ReadWriteOrBuilder getReadWriteOrBuilder()
The transaction can be used for both read and write operations.
.google.firestore.v1beta1.TransactionOptions.ReadWrite read_write = 3;
getReadWriteOrBuilder
in interface TransactionOptionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static TransactionOptions parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static TransactionOptions parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static TransactionOptions parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static TransactionOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static TransactionOptions parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static TransactionOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static TransactionOptions parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TransactionOptions parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TransactionOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TransactionOptions parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TransactionOptions parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static TransactionOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public TransactionOptions.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static TransactionOptions.Builder newBuilder()
public static TransactionOptions.Builder newBuilder(TransactionOptions prototype)
public TransactionOptions.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected TransactionOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static TransactionOptions getDefaultInstance()
public static Parser<TransactionOptions> parser()
public Parser<TransactionOptions> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public TransactionOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder