public interface ListMirroringEndpointGroupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMirroringEndpointGroups(int index)
public abstract MirroringEndpointGroup getMirroringEndpointGroups(int index)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MirroringEndpointGroup |
|
getMirroringEndpointGroupsCount()
public abstract int getMirroringEndpointGroupsCount()The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMirroringEndpointGroupsList()
public abstract List<MirroringEndpointGroup> getMirroringEndpointGroupsList()The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<MirroringEndpointGroup> |
|
getMirroringEndpointGroupsOrBuilder(int index)
public abstract MirroringEndpointGroupOrBuilder getMirroringEndpointGroupsOrBuilder(int index)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MirroringEndpointGroupOrBuilder |
|
getMirroringEndpointGroupsOrBuilderList()
public abstract List<? extends MirroringEndpointGroupOrBuilder> getMirroringEndpointGroupsOrBuilderList()The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.MirroringEndpointGroupOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
See https://google.aip.dev/158 for more details.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
See https://google.aip.dev/158 for more details.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |