public static final class ListWasmPluginsResponse.Builder extends GeneratedMessage.Builder<ListWasmPluginsResponse.Builder> implements ListWasmPluginsResponseOrBuilder Response returned by the ListWasmPlugins method.
Protobuf type google.cloud.networkservices.v1.ListWasmPluginsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListWasmPluginsResponse.BuilderImplements
ListWasmPluginsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllUnreachable(Iterable<String> values)
public ListWasmPluginsResponse.Builder addAllUnreachable(Iterable<String> values)Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
addAllWasmPlugins(Iterable<? extends WasmPlugin> values)
public ListWasmPluginsResponse.Builder addAllWasmPlugins(Iterable<? extends WasmPlugin> values) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.networkservices.v1.WasmPlugin> |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
addUnreachable(String value)
public ListWasmPluginsResponse.Builder addUnreachable(String value)Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListWasmPluginsResponse.Builder addUnreachableBytes(ByteString value)Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
addWasmPlugins(WasmPlugin value)
public ListWasmPluginsResponse.Builder addWasmPlugins(WasmPlugin value) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
WasmPlugin |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
addWasmPlugins(WasmPlugin.Builder builderForValue)
public ListWasmPluginsResponse.Builder addWasmPlugins(WasmPlugin.Builder builderForValue) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
WasmPlugin.Builder |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
addWasmPlugins(int index, WasmPlugin value)
public ListWasmPluginsResponse.Builder addWasmPlugins(int index, WasmPlugin value) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
WasmPlugin |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
addWasmPlugins(int index, WasmPlugin.Builder builderForValue)
public ListWasmPluginsResponse.Builder addWasmPlugins(int index, WasmPlugin.Builder builderForValue) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
WasmPlugin.Builder |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
addWasmPluginsBuilder()
public WasmPlugin.Builder addWasmPluginsBuilder() List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Returns | |
|---|---|
| Type | Description |
WasmPlugin.Builder |
|
addWasmPluginsBuilder(int index)
public WasmPlugin.Builder addWasmPluginsBuilder(int index) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WasmPlugin.Builder |
|
build()
public ListWasmPluginsResponse build()| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse |
|
buildPartial()
public ListWasmPluginsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse |
|
clear()
public ListWasmPluginsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
clearNextPageToken()
public ListWasmPluginsResponse.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;
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
clearUnreachable()
public ListWasmPluginsResponse.Builder clearUnreachable()Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
clearWasmPlugins()
public ListWasmPluginsResponse.Builder clearWasmPlugins() List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
getDefaultInstanceForType()
public ListWasmPluginsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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. |
getUnreachable(int index)
public String getUnreachable(int index)Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the unreachable. |
getWasmPlugins(int index)
public WasmPlugin getWasmPlugins(int index) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WasmPlugin |
|
getWasmPluginsBuilder(int index)
public WasmPlugin.Builder getWasmPluginsBuilder(int index) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WasmPlugin.Builder |
|
getWasmPluginsBuilderList()
public List<WasmPlugin.Builder> getWasmPluginsBuilderList() List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getWasmPluginsCount()
public int getWasmPluginsCount() List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getWasmPluginsList()
public List<WasmPlugin> getWasmPluginsList() List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Returns | |
|---|---|
| Type | Description |
List<WasmPlugin> |
|
getWasmPluginsOrBuilder(int index)
public WasmPluginOrBuilder getWasmPluginsOrBuilder(int index) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
WasmPluginOrBuilder |
|
getWasmPluginsOrBuilderList()
public List<? extends WasmPluginOrBuilder> getWasmPluginsOrBuilderList() List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.networkservices.v1.WasmPluginOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListWasmPluginsResponse other)
public ListWasmPluginsResponse.Builder mergeFrom(ListWasmPluginsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWasmPluginsResponse |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListWasmPluginsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListWasmPluginsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
removeWasmPlugins(int index)
public ListWasmPluginsResponse.Builder removeWasmPlugins(int index) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
setNextPageToken(String value)
public ListWasmPluginsResponse.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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListWasmPluginsResponse.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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
setUnreachable(int index, String value)
public ListWasmPluginsResponse.Builder setUnreachable(int index, String value)Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
repeated string unreachable = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe unreachable to set. |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
This builder for chaining. |
setWasmPlugins(int index, WasmPlugin value)
public ListWasmPluginsResponse.Builder setWasmPlugins(int index, WasmPlugin value) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
WasmPlugin |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|
setWasmPlugins(int index, WasmPlugin.Builder builderForValue)
public ListWasmPluginsResponse.Builder setWasmPlugins(int index, WasmPlugin.Builder builderForValue) List of WasmPlugin resources.
repeated .google.cloud.networkservices.v1.WasmPlugin wasm_plugins = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
WasmPlugin.Builder |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginsResponse.Builder |
|