public static final class ListMirroringEndpointGroupsResponse.Builder extends GeneratedMessage.Builder<ListMirroringEndpointGroupsResponse.Builder> implements ListMirroringEndpointGroupsResponseOrBuilderResponse message for ListMirroringEndpointGroups.
Protobuf type google.cloud.networksecurity.v1.ListMirroringEndpointGroupsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListMirroringEndpointGroupsResponse.BuilderImplements
ListMirroringEndpointGroupsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllMirroringEndpointGroups(Iterable<? extends MirroringEndpointGroup> values)
public ListMirroringEndpointGroupsResponse.Builder addAllMirroringEndpointGroups(Iterable<? extends MirroringEndpointGroup> values)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.networksecurity.v1.MirroringEndpointGroup> |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
addMirroringEndpointGroups(MirroringEndpointGroup value)
public ListMirroringEndpointGroupsResponse.Builder addMirroringEndpointGroups(MirroringEndpointGroup value)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
MirroringEndpointGroup |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
addMirroringEndpointGroups(MirroringEndpointGroup.Builder builderForValue)
public ListMirroringEndpointGroupsResponse.Builder addMirroringEndpointGroups(MirroringEndpointGroup.Builder builderForValue)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MirroringEndpointGroup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
addMirroringEndpointGroups(int index, MirroringEndpointGroup value)
public ListMirroringEndpointGroupsResponse.Builder addMirroringEndpointGroups(int index, MirroringEndpointGroup value)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
MirroringEndpointGroup |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
addMirroringEndpointGroups(int index, MirroringEndpointGroup.Builder builderForValue)
public ListMirroringEndpointGroupsResponse.Builder addMirroringEndpointGroups(int index, MirroringEndpointGroup.Builder builderForValue)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
MirroringEndpointGroup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
addMirroringEndpointGroupsBuilder()
public MirroringEndpointGroup.Builder addMirroringEndpointGroupsBuilder()The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Returns | |
|---|---|
| Type | Description |
MirroringEndpointGroup.Builder |
|
addMirroringEndpointGroupsBuilder(int index)
public MirroringEndpointGroup.Builder addMirroringEndpointGroupsBuilder(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.Builder |
|
build()
public ListMirroringEndpointGroupsResponse build()| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse |
|
buildPartial()
public ListMirroringEndpointGroupsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse |
|
clear()
public ListMirroringEndpointGroupsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
clearMirroringEndpointGroups()
public ListMirroringEndpointGroupsResponse.Builder clearMirroringEndpointGroups()The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
clearNextPageToken()
public ListMirroringEndpointGroupsResponse.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 |
ListMirroringEndpointGroupsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListMirroringEndpointGroupsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMirroringEndpointGroups(int index)
public 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 |
|
getMirroringEndpointGroupsBuilder(int index)
public MirroringEndpointGroup.Builder getMirroringEndpointGroupsBuilder(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.Builder |
|
getMirroringEndpointGroupsBuilderList()
public List<MirroringEndpointGroup.Builder> getMirroringEndpointGroupsBuilderList()The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getMirroringEndpointGroupsCount()
public 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 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 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 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 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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListMirroringEndpointGroupsResponse other)
public ListMirroringEndpointGroupsResponse.Builder mergeFrom(ListMirroringEndpointGroupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMirroringEndpointGroupsResponse |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMirroringEndpointGroupsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListMirroringEndpointGroupsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
removeMirroringEndpointGroups(int index)
public ListMirroringEndpointGroupsResponse.Builder removeMirroringEndpointGroups(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 |
ListMirroringEndpointGroupsResponse.Builder |
|
setMirroringEndpointGroups(int index, MirroringEndpointGroup value)
public ListMirroringEndpointGroupsResponse.Builder setMirroringEndpointGroups(int index, MirroringEndpointGroup value)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
MirroringEndpointGroup |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
setMirroringEndpointGroups(int index, MirroringEndpointGroup.Builder builderForValue)
public ListMirroringEndpointGroupsResponse.Builder setMirroringEndpointGroups(int index, MirroringEndpointGroup.Builder builderForValue)The endpoint groups from the specified parent.
repeated .google.cloud.networksecurity.v1.MirroringEndpointGroup mirroring_endpoint_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
MirroringEndpointGroup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
|
setNextPageToken(String value)
public ListMirroringEndpointGroupsResponse.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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListMirroringEndpointGroupsResponse.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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListMirroringEndpointGroupsResponse.Builder |
This builder for chaining. |