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