public static interface Replication.UserManaged.ReplicaOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
The canonical IDs of the location to replicate data.
|
ByteString |
getLocationBytes()
The canonical IDs of the location to replicate data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getLocation()
The canonical IDs of the location to replicate data. For example: `"us-east1"`.
string location = 1;
ByteString getLocationBytes()
The canonical IDs of the location to replicate data. For example: `"us-east1"`.
string location = 1;
Copyright © 2022 Google LLC. All rights reserved.