Interface ListAddressGroupReferencesResponseOrBuilder (0.77.0)

public interface ListAddressGroupReferencesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddressGroupReferences(int index)

public abstract ListAddressGroupReferencesResponse.AddressGroupReference getAddressGroupReferences(int index)

A list of references that matches the specified filter in the request.

repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;

Parameter
Name Description
index int
Returns
Type Description
ListAddressGroupReferencesResponse.AddressGroupReference

getAddressGroupReferencesCount()

public abstract int getAddressGroupReferencesCount()

A list of references that matches the specified filter in the request.

repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;

Returns
Type Description
int

getAddressGroupReferencesList()

public abstract List<ListAddressGroupReferencesResponse.AddressGroupReference> getAddressGroupReferencesList()

A list of references that matches the specified filter in the request.

repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;

Returns
Type Description
List<AddressGroupReference>

getAddressGroupReferencesOrBuilder(int index)

public abstract ListAddressGroupReferencesResponse.AddressGroupReferenceOrBuilder getAddressGroupReferencesOrBuilder(int index)

A list of references that matches the specified filter in the request.

repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;

Parameter
Name Description
index int
Returns
Type Description
ListAddressGroupReferencesResponse.AddressGroupReferenceOrBuilder

getAddressGroupReferencesOrBuilderList()

public abstract List<? extends ListAddressGroupReferencesResponse.AddressGroupReferenceOrBuilder> getAddressGroupReferencesOrBuilderList()

A list of references that matches the specified filter in the request.

repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.