public static interface MirroringEndpointGroupAssociation.LocationDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation()Output only. The cloud location, e.g. "us-central1-a" or "asia-south1".
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Output only. The cloud location, e.g. "us-central1-a" or "asia-south1".
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getState()
public abstract MirroringEndpointGroupAssociation.LocationDetails.State getState()Output only. The current state of the association in this location.
.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.LocationDetails.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
MirroringEndpointGroupAssociation.LocationDetails.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The current state of the association in this location.
.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.LocationDetails.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |