public static final class ListAddressGroupReferencesResponse.Builder extends GeneratedMessageV3.Builder<ListAddressGroupReferencesResponse.Builder> implements ListAddressGroupReferencesResponseOrBuilder
Response of the ListAddressGroupReferences method.
Protobuf type google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAddressGroupReferences(ListAddressGroupReferencesResponse.AddressGroupReference value)
public ListAddressGroupReferencesResponse.Builder addAddressGroupReferences(ListAddressGroupReferencesResponse.AddressGroupReference value)
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
addAddressGroupReferences(ListAddressGroupReferencesResponse.AddressGroupReference.Builder builderForValue)
public ListAddressGroupReferencesResponse.Builder addAddressGroupReferences(ListAddressGroupReferencesResponse.AddressGroupReference.Builder builderForValue)
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
addAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference value)
public ListAddressGroupReferencesResponse.Builder addAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference value)
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
addAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference.Builder builderForValue)
public ListAddressGroupReferencesResponse.Builder addAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference.Builder builderForValue)
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
addAddressGroupReferencesBuilder()
public ListAddressGroupReferencesResponse.AddressGroupReference.Builder addAddressGroupReferencesBuilder()
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
addAddressGroupReferencesBuilder(int index)
public ListAddressGroupReferencesResponse.AddressGroupReference.Builder addAddressGroupReferencesBuilder(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
|
addAllAddressGroupReferences(Iterable<? extends ListAddressGroupReferencesResponse.AddressGroupReference> values)
public ListAddressGroupReferencesResponse.Builder addAllAddressGroupReferences(Iterable<? extends ListAddressGroupReferencesResponse.AddressGroupReference> values)
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 |
values |
Iterable<? extends com.google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAddressGroupReferencesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListAddressGroupReferencesResponse build()
buildPartial()
public ListAddressGroupReferencesResponse buildPartial()
clear()
public ListAddressGroupReferencesResponse.Builder clear()
Overrides
clearAddressGroupReferences()
public ListAddressGroupReferencesResponse.Builder clearAddressGroupReferences()
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
clearField(Descriptors.FieldDescriptor field)
public ListAddressGroupReferencesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListAddressGroupReferencesResponse.Builder clearNextPageToken()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAddressGroupReferencesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListAddressGroupReferencesResponse.Builder clone()
Overrides
getAddressGroupReferences(int index)
public 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
|
getAddressGroupReferencesBuilder(int index)
public ListAddressGroupReferencesResponse.AddressGroupReference.Builder getAddressGroupReferencesBuilder(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
|
getAddressGroupReferencesBuilderList()
public List<ListAddressGroupReferencesResponse.AddressGroupReference.Builder> getAddressGroupReferencesBuilderList()
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
getAddressGroupReferencesCount()
public 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 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;
getAddressGroupReferencesOrBuilder(int index)
public 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
|
getAddressGroupReferencesOrBuilderList()
public 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> |
|
getDefaultInstanceForType()
public ListAddressGroupReferencesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public 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 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListAddressGroupReferencesResponse other)
public ListAddressGroupReferencesResponse.Builder mergeFrom(ListAddressGroupReferencesResponse other)
public ListAddressGroupReferencesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListAddressGroupReferencesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAddressGroupReferencesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAddressGroupReferences(int index)
public ListAddressGroupReferencesResponse.Builder removeAddressGroupReferences(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
|
setAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference value)
public ListAddressGroupReferencesResponse.Builder setAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference value)
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
setAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference.Builder builderForValue)
public ListAddressGroupReferencesResponse.Builder setAddressGroupReferences(int index, ListAddressGroupReferencesResponse.AddressGroupReference.Builder builderForValue)
A list of references that matches the specified filter in the request.
repeated .google.cloud.networksecurity.v1.ListAddressGroupReferencesResponse.AddressGroupReference address_group_references = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListAddressGroupReferencesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListAddressGroupReferencesResponse.Builder setNextPageToken(String value)
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;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListAddressGroupReferencesResponse.Builder setNextPageTokenBytes(ByteString value)
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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAddressGroupReferencesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAddressGroupReferencesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides