public interface InterceptEndpointGroupAssociationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Optional. Labels are key/value pairs that help to organize and filter resources.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getInterceptEndpointGroup()
public abstract String getInterceptEndpointGroup() Required. Immutable. The endpoint group that this association is connected
to, for example:
projects/123456789/locations/global/interceptEndpointGroups/my-eg.
See https://google.aip.dev/124.
string intercept_endpoint_group = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The interceptEndpointGroup. |
getInterceptEndpointGroupBytes()
public abstract ByteString getInterceptEndpointGroupBytes() Required. Immutable. The endpoint group that this association is connected
to, for example:
projects/123456789/locations/global/interceptEndpointGroups/my-eg.
See https://google.aip.dev/124.
string intercept_endpoint_group = 5 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for interceptEndpointGroup. |
getLabels() (deprecated)
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
public abstract int getLabelsCount()Optional. Labels are key/value pairs that help to organize and filter resources.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Optional. Labels are key/value pairs that help to organize and filter resources.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Optional. Labels are key/value pairs that help to organize and filter resources.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Optional. Labels are key/value pairs that help to organize and filter resources.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getLocations(int index)
public abstract InterceptLocation getLocations(int index)Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterceptLocation |
|
getLocationsCount()
public abstract int getLocationsCount()Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLocationsDetails(int index) (deprecated)
public abstract InterceptEndpointGroupAssociation.LocationDetails getLocationsDetails(int index)Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.
repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails locations_details = 7 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociation.LocationDetails |
|
getLocationsDetailsCount() (deprecated)
public abstract int getLocationsDetailsCount()Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.
repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails locations_details = 7 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLocationsDetailsList() (deprecated)
public abstract List<InterceptEndpointGroupAssociation.LocationDetails> getLocationsDetailsList()Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.
repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails locations_details = 7 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<LocationDetails> |
|
getLocationsDetailsOrBuilder(int index) (deprecated)
public abstract InterceptEndpointGroupAssociation.LocationDetailsOrBuilder getLocationsDetailsOrBuilder(int index)Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.
repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails locations_details = 7 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociation.LocationDetailsOrBuilder |
|
getLocationsDetailsOrBuilderList() (deprecated)
public abstract List<? extends InterceptEndpointGroupAssociation.LocationDetailsOrBuilder> getLocationsDetailsOrBuilderList()Output only. The list of locations where the association is present. This information is retrieved from the linked endpoint group, and not configured as part of the association itself.
repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails locations_details = 7 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetailsOrBuilder> |
|
getLocationsList()
public abstract List<InterceptLocation> getLocationsList()Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<InterceptLocation> |
|
getLocationsOrBuilder(int index)
public abstract InterceptLocationOrBuilder getLocationsOrBuilder(int index)Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InterceptLocationOrBuilder |
|
getLocationsOrBuilderList()
public abstract List<? extends InterceptLocationOrBuilder> getLocationsOrBuilderList()Output only. The list of locations where the association is configured. This information is retrieved from the linked endpoint group.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.InterceptLocationOrBuilder> |
|
getName()
public abstract String getName() Immutable. Identifier. The resource name of this endpoint group
association, for example:
projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association.
See https://google.aip.dev/122 for more details.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Immutable. Identifier. The resource name of this endpoint group
association, for example:
projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association.
See https://google.aip.dev/122 for more details.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNetwork()
public abstract String getNetwork() Required. Immutable. The VPC network that is associated. for example:
projects/123456789/global/networks/my-network.
See https://google.aip.dev/124.
string network = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes() Required. Immutable. The VPC network that is associated. for example:
projects/123456789/global/networks/my-network.
See https://google.aip.dev/124.
string network = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for network. |
getNetworkCookie()
public abstract int getNetworkCookie()Output only. Identifier used by the data-path. See the NSI GENEVE format for more details: https://docs.cloud.google.com/network-security-integration/docs/understand-geneve#network_id
uint32 network_cookie = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The networkCookie. |
getReconciling()
public abstract boolean getReconciling()Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See https://google.aip.dev/128.
bool reconciling = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The reconciling. |
getState()
public abstract InterceptEndpointGroupAssociation.State getState()Output only. Current state of the endpoint group association.
.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociation.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. Current state of the endpoint group association.
.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |