public static interface InterceptEndpointGroup.ConnectedDeploymentGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocations(int index)
public abstract InterceptLocation getLocations(int index)Output only. The list of locations where the deployment group is present.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.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 deployment group is present.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLocationsList()
public abstract List<InterceptLocation> getLocationsList()Output only. The list of locations where the deployment group is present.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.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 deployment group is present.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.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 deployment group is present.
repeated .google.cloud.networksecurity.v1.InterceptLocation locations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.InterceptLocationOrBuilder> |
|
getName()
public abstract String getName() Output only. The connected deployment group's resource name, for example:
projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
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 deployment group's resource name, for example:
projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
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. |