public interface RollbackRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProjectId()
The ID of the project against which to make the request.
|
ByteString |
getProjectIdBytes()
The ID of the project against which to make the request.
|
ByteString |
getTransaction()
The transaction identifier, returned by a call to
[Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getProjectId()
The ID of the project against which to make the request.
string project_id = 8;
ByteString getProjectIdBytes()
The ID of the project against which to make the request.
string project_id = 8;
ByteString getTransaction()
The transaction identifier, returned by a call to [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
bytes transaction = 1;