public static interface InterceptEndpointGroup.AssociationDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Output only. The connected association's resource name, for example:
projects/123456789/locations/global/interceptEndpointGroupAssociations/my-ega.
See https://google.aip.dev/124.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Output only. The connected association's resource name, for example:
projects/123456789/locations/global/interceptEndpointGroupAssociations/my-ega.
See https://google.aip.dev/124.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNetwork()
public abstract String getNetwork()Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
string network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes()Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
string network = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for network. |
getState()
public abstract InterceptEndpointGroupAssociation.State getState()Output only. Most recent known state of the association.
.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociation.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. Most recent known state of the association.
.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |