public interface RollbackRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase()
The database name.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
The database name.
|
com.google.protobuf.ByteString |
getTransaction()
The transaction to roll back.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatabase()
The database name. In the format:
`projects/{project_id}/databases/{database_id}`.
string database = 1;com.google.protobuf.ByteString getDatabaseBytes()
The database name. In the format:
`projects/{project_id}/databases/{database_id}`.
string database = 1;com.google.protobuf.ByteString getTransaction()
The transaction to roll back.
bytes transaction = 2;Copyright © 2019 Google LLC. All rights reserved.