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