public final class ExecutePipelineRequest extends GeneratedMessage implements ExecutePipelineRequestOrBuilder
The request for
Firestore.ExecutePipeline.
Protobuf type google.firestore.v1.ExecutePipelineRequest
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
DATABASE_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NEW_TRANSACTION_FIELD_NUMBER
public static final int NEW_TRANSACTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
READ_TIME_FIELD_NUMBER
public static final int READ_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STRUCTURED_PIPELINE_FIELD_NUMBER
public static final int STRUCTURED_PIPELINE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TRANSACTION_FIELD_NUMBER
public static final int TRANSACTION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ExecutePipelineRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExecutePipelineRequest.Builder newBuilder()
newBuilder(ExecutePipelineRequest prototype)
public static ExecutePipelineRequest.Builder newBuilder(ExecutePipelineRequest prototype)
public static ExecutePipelineRequest parseDelimitedFrom(InputStream input)
public static ExecutePipelineRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExecutePipelineRequest parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecutePipelineRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExecutePipelineRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecutePipelineRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecutePipelineRequest parseFrom(CodedInputStream input)
public static ExecutePipelineRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecutePipelineRequest parseFrom(InputStream input)
public static ExecutePipelineRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExecutePipelineRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecutePipelineRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExecutePipelineRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getConsistencySelectorCase()
public ExecutePipelineRequest.ConsistencySelectorCase getConsistencySelectorCase()
getDatabase()
public String getDatabase()
Required. Database identifier, in the form
projects/{project}/databases/{database}.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The database.
|
getDatabaseBytes()
public ByteString getDatabaseBytes()
Required. Database identifier, in the form
projects/{project}/databases/{database}.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for database.
|
getDefaultInstanceForType()
public ExecutePipelineRequest getDefaultInstanceForType()
getNewTransaction()
public TransactionOptions getNewTransaction()
Execute the pipeline in a new transaction.
The identifier of the newly created transaction will be returned in the
first response on the stream. This defaults to a read-only transaction.
.google.firestore.v1.TransactionOptions new_transaction = 6;
getNewTransactionOrBuilder()
public TransactionOptionsOrBuilder getNewTransactionOrBuilder()
Execute the pipeline in a new transaction.
The identifier of the newly created transaction will be returned in the
first response on the stream. This defaults to a read-only transaction.
.google.firestore.v1.TransactionOptions new_transaction = 6;
getParserForType()
public Parser<ExecutePipelineRequest> getParserForType()
Overrides
getPipelineTypeCase()
public ExecutePipelineRequest.PipelineTypeCase getPipelineTypeCase()
getReadTime()
public Timestamp getReadTime()
Execute the pipeline in a snapshot transaction at the given time.
This must be a microsecond precision timestamp within the past one hour,
or if Point-in-Time Recovery is enabled, can additionally be a whole
minute timestamp within the past 7 days.
.google.protobuf.Timestamp read_time = 7;
| Returns |
| Type |
Description |
Timestamp |
The readTime.
|
getReadTimeOrBuilder()
public TimestampOrBuilder getReadTimeOrBuilder()
Execute the pipeline in a snapshot transaction at the given time.
This must be a microsecond precision timestamp within the past one hour,
or if Point-in-Time Recovery is enabled, can additionally be a whole
minute timestamp within the past 7 days.
.google.protobuf.Timestamp read_time = 7;
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getStructuredPipeline()
public StructuredPipeline getStructuredPipeline()
A pipelined operation.
.google.firestore.v1.StructuredPipeline structured_pipeline = 2;
getStructuredPipelineOrBuilder()
public StructuredPipelineOrBuilder getStructuredPipelineOrBuilder()
A pipelined operation.
.google.firestore.v1.StructuredPipeline structured_pipeline = 2;
getTransaction()
public ByteString getTransaction()
Run the query within an already active transaction.
The value here is the opaque transaction ID to execute the query in.
bytes transaction = 5;
| Returns |
| Type |
Description |
ByteString |
The transaction.
|
hasNewTransaction()
public boolean hasNewTransaction()
Execute the pipeline in a new transaction.
The identifier of the newly created transaction will be returned in the
first response on the stream. This defaults to a read-only transaction.
.google.firestore.v1.TransactionOptions new_transaction = 6;
| Returns |
| Type |
Description |
boolean |
Whether the newTransaction field is set.
|
hasReadTime()
public boolean hasReadTime()
Execute the pipeline in a snapshot transaction at the given time.
This must be a microsecond precision timestamp within the past one hour,
or if Point-in-Time Recovery is enabled, can additionally be a whole
minute timestamp within the past 7 days.
.google.protobuf.Timestamp read_time = 7;
| Returns |
| Type |
Description |
boolean |
Whether the readTime field is set.
|
hasStructuredPipeline()
public boolean hasStructuredPipeline()
A pipelined operation.
.google.firestore.v1.StructuredPipeline structured_pipeline = 2;
| Returns |
| Type |
Description |
boolean |
Whether the structuredPipeline field is set.
|
hasTransaction()
public boolean hasTransaction()
Run the query within an already active transaction.
The value here is the opaque transaction ID to execute the query in.
bytes transaction = 5;
| Returns |
| Type |
Description |
boolean |
Whether the transaction field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExecutePipelineRequest.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExecutePipelineRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ExecutePipelineRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides