public interface BackupLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocationId()
public abstract String getLocationId()Output only. The id of the cloud location. Example: "us-central1"
string location_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The locationId. |
getLocationIdBytes()
public abstract ByteString getLocationIdBytes()Output only. The id of the cloud location. Example: "us-central1"
string location_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for locationId. |
getType()
public abstract BackupLocation.Type getType()Output only. The type of the location.
.google.cloud.backupdr.v1.BackupLocation.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
BackupLocation.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()Output only. The type of the location.
.google.cloud.backupdr.v1.BackupLocation.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |