Interface ListInterceptDeploymentGroupsResponseOrBuilder (0.94.0)

public interface ListInterceptDeploymentGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInterceptDeploymentGroups(int index)

public abstract InterceptDeploymentGroup getInterceptDeploymentGroups(int index)

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup intercept_deployment_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptDeploymentGroup

getInterceptDeploymentGroupsCount()

public abstract int getInterceptDeploymentGroupsCount()

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup intercept_deployment_groups = 1;

Returns
Type Description
int

getInterceptDeploymentGroupsList()

public abstract List<InterceptDeploymentGroup> getInterceptDeploymentGroupsList()

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup intercept_deployment_groups = 1;

Returns
Type Description
List<InterceptDeploymentGroup>

getInterceptDeploymentGroupsOrBuilder(int index)

public abstract InterceptDeploymentGroupOrBuilder getInterceptDeploymentGroupsOrBuilder(int index)

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup intercept_deployment_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptDeploymentGroupOrBuilder

getInterceptDeploymentGroupsOrBuilderList()

public abstract List<? extends InterceptDeploymentGroupOrBuilder> getInterceptDeploymentGroupsOrBuilderList()

The deployment groups from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptDeploymentGroup intercept_deployment_groups = 1;

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.InterceptDeploymentGroupOrBuilder>

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.