public static interface LocationIdentifier.LinkedLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLabel()
public abstract String getLabel()string label = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The label. |
getLabelBytes()
public abstract ByteString getLabelBytes()string label = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for label. |
getLocation()
public abstract String getLocation()Required. The linked cloud location.
string location = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Required. The linked cloud location.
string location = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getLocationLevel()
public abstract LocationLevel getLocationLevel()The location level such as a region.
.google.cloud.capacityplanner.v1beta.LocationLevel location_level = 1;
| Returns | |
|---|---|
| Type | Description |
LocationLevel |
The locationLevel. |
getLocationLevelValue()
public abstract int getLocationLevelValue()The location level such as a region.
.google.cloud.capacityplanner.v1beta.LocationLevel location_level = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for locationLevel. |