public interface GenerateConsistencyTokenRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The unique name of the Table for which to create a consistency token.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique name of the Table for which to create a consistency token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The unique name of the Table for which to create a consistency token. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique name of the Table for which to create a consistency token. Values are of the form `projects/<project>/instances/<instance>/tables/<table>`.
string name = 1;Copyright © 2018 Google LLC. All rights reserved.