Class ListInterceptEndpointGroupAssociationsResponse.Builder (0.94.0)

public static final class ListInterceptEndpointGroupAssociationsResponse.Builder extends GeneratedMessage.Builder<ListInterceptEndpointGroupAssociationsResponse.Builder> implements ListInterceptEndpointGroupAssociationsResponseOrBuilder

Response message for ListInterceptEndpointGroupAssociations.

Protobuf type google.cloud.networksecurity.v1.ListInterceptEndpointGroupAssociationsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllInterceptEndpointGroupAssociations(Iterable<? extends InterceptEndpointGroupAssociation> values)

public ListInterceptEndpointGroupAssociationsResponse.Builder addAllInterceptEndpointGroupAssociations(Iterable<? extends InterceptEndpointGroupAssociation> values)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation>
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

addInterceptEndpointGroupAssociations(InterceptEndpointGroupAssociation value)

public ListInterceptEndpointGroupAssociationsResponse.Builder addInterceptEndpointGroupAssociations(InterceptEndpointGroupAssociation value)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
value InterceptEndpointGroupAssociation
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

addInterceptEndpointGroupAssociations(InterceptEndpointGroupAssociation.Builder builderForValue)

public ListInterceptEndpointGroupAssociationsResponse.Builder addInterceptEndpointGroupAssociations(InterceptEndpointGroupAssociation.Builder builderForValue)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
builderForValue InterceptEndpointGroupAssociation.Builder
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

addInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation value)

public ListInterceptEndpointGroupAssociationsResponse.Builder addInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation value)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameters
Name Description
index int
value InterceptEndpointGroupAssociation
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

addInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation.Builder builderForValue)

public ListInterceptEndpointGroupAssociationsResponse.Builder addInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation.Builder builderForValue)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameters
Name Description
index int
builderForValue InterceptEndpointGroupAssociation.Builder
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

addInterceptEndpointGroupAssociationsBuilder()

public InterceptEndpointGroupAssociation.Builder addInterceptEndpointGroupAssociationsBuilder()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Returns
Type Description
InterceptEndpointGroupAssociation.Builder

addInterceptEndpointGroupAssociationsBuilder(int index)

public InterceptEndpointGroupAssociation.Builder addInterceptEndpointGroupAssociationsBuilder(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroupAssociation.Builder

build()

public ListInterceptEndpointGroupAssociationsResponse build()
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse

buildPartial()

public ListInterceptEndpointGroupAssociationsResponse buildPartial()
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse

clear()

public ListInterceptEndpointGroupAssociationsResponse.Builder clear()
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder
Overrides

clearInterceptEndpointGroupAssociations()

public ListInterceptEndpointGroupAssociationsResponse.Builder clearInterceptEndpointGroupAssociations()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

clearNextPageToken()

public ListInterceptEndpointGroupAssociationsResponse.Builder clearNextPageToken()

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
ListInterceptEndpointGroupAssociationsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListInterceptEndpointGroupAssociationsResponse getDefaultInstanceForType()
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInterceptEndpointGroupAssociations(int index)

public InterceptEndpointGroupAssociation getInterceptEndpointGroupAssociations(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroupAssociation

getInterceptEndpointGroupAssociationsBuilder(int index)

public InterceptEndpointGroupAssociation.Builder getInterceptEndpointGroupAssociationsBuilder(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroupAssociation.Builder

getInterceptEndpointGroupAssociationsBuilderList()

public List<InterceptEndpointGroupAssociation.Builder> getInterceptEndpointGroupAssociationsBuilderList()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Returns
Type Description
List<Builder>

getInterceptEndpointGroupAssociationsCount()

public int getInterceptEndpointGroupAssociationsCount()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Returns
Type Description
int

getInterceptEndpointGroupAssociationsList()

public List<InterceptEndpointGroupAssociation> getInterceptEndpointGroupAssociationsList()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Returns
Type Description
List<InterceptEndpointGroupAssociation>

getInterceptEndpointGroupAssociationsOrBuilder(int index)

public InterceptEndpointGroupAssociationOrBuilder getInterceptEndpointGroupAssociationsOrBuilder(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
InterceptEndpointGroupAssociationOrBuilder

getInterceptEndpointGroupAssociationsOrBuilderList()

public List<? extends InterceptEndpointGroupAssociationOrBuilder> getInterceptEndpointGroupAssociationsOrBuilderList()

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

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

getNextPageToken()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListInterceptEndpointGroupAssociationsResponse other)

public ListInterceptEndpointGroupAssociationsResponse.Builder mergeFrom(ListInterceptEndpointGroupAssociationsResponse other)
Parameter
Name Description
other ListInterceptEndpointGroupAssociationsResponse
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListInterceptEndpointGroupAssociationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListInterceptEndpointGroupAssociationsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder
Overrides

removeInterceptEndpointGroupAssociations(int index)

public ListInterceptEndpointGroupAssociationsResponse.Builder removeInterceptEndpointGroupAssociations(int index)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameter
Name Description
index int
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

setInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation value)

public ListInterceptEndpointGroupAssociationsResponse.Builder setInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation value)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameters
Name Description
index int
value InterceptEndpointGroupAssociation
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

setInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation.Builder builderForValue)

public ListInterceptEndpointGroupAssociationsResponse.Builder setInterceptEndpointGroupAssociations(int index, InterceptEndpointGroupAssociation.Builder builderForValue)

The associations from the specified parent.

repeated .google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_associations = 1;

Parameters
Name Description
index int
builderForValue InterceptEndpointGroupAssociation.Builder
Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

setNextPageToken(String value)

public ListInterceptEndpointGroupAssociationsResponse.Builder setNextPageToken(String value)

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;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListInterceptEndpointGroupAssociationsResponse.Builder setNextPageTokenBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListInterceptEndpointGroupAssociationsResponse.Builder

This builder for chaining.