public static final class ListPluginInstancesResponse.Builder extends GeneratedMessage.Builder<ListPluginInstancesResponse.Builder> implements ListPluginInstancesResponseOrBuilderThe ListPluginInstances method's response.
Protobuf type google.cloud.apihub.v1.ListPluginInstancesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListPluginInstancesResponse.BuilderImplements
ListPluginInstancesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllPluginInstances(Iterable<? extends PluginInstance> values)
public ListPluginInstancesResponse.Builder addAllPluginInstances(Iterable<? extends PluginInstance> values)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.apihub.v1.PluginInstance> |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
addPluginInstances(PluginInstance value)
public ListPluginInstancesResponse.Builder addPluginInstances(PluginInstance value)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
PluginInstance |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
addPluginInstances(PluginInstance.Builder builderForValue)
public ListPluginInstancesResponse.Builder addPluginInstances(PluginInstance.Builder builderForValue)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
PluginInstance.Builder |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
addPluginInstances(int index, PluginInstance value)
public ListPluginInstancesResponse.Builder addPluginInstances(int index, PluginInstance value)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
PluginInstance |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
addPluginInstances(int index, PluginInstance.Builder builderForValue)
public ListPluginInstancesResponse.Builder addPluginInstances(int index, PluginInstance.Builder builderForValue)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
PluginInstance.Builder |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
addPluginInstancesBuilder()
public PluginInstance.Builder addPluginInstancesBuilder()The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Returns | |
|---|---|
| Type | Description |
PluginInstance.Builder |
|
addPluginInstancesBuilder(int index)
public PluginInstance.Builder addPluginInstancesBuilder(int index)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PluginInstance.Builder |
|
build()
public ListPluginInstancesResponse build()| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse |
|
buildPartial()
public ListPluginInstancesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse |
|
clear()
public ListPluginInstancesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
clearNextPageToken()
public ListPluginInstancesResponse.Builder clearNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
This builder for chaining. |
clearPluginInstances()
public ListPluginInstancesResponse.Builder clearPluginInstances()The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
getDefaultInstanceForType()
public ListPluginInstancesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getPluginInstances(int index)
public PluginInstance getPluginInstances(int index)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PluginInstance |
|
getPluginInstancesBuilder(int index)
public PluginInstance.Builder getPluginInstancesBuilder(int index)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PluginInstance.Builder |
|
getPluginInstancesBuilderList()
public List<PluginInstance.Builder> getPluginInstancesBuilderList()The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getPluginInstancesCount()
public int getPluginInstancesCount()The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPluginInstancesList()
public List<PluginInstance> getPluginInstancesList()The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<PluginInstance> |
|
getPluginInstancesOrBuilder(int index)
public PluginInstanceOrBuilder getPluginInstancesOrBuilder(int index)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PluginInstanceOrBuilder |
|
getPluginInstancesOrBuilderList()
public List<? extends PluginInstanceOrBuilder> getPluginInstancesOrBuilderList()The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.apihub.v1.PluginInstanceOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListPluginInstancesResponse other)
public ListPluginInstancesResponse.Builder mergeFrom(ListPluginInstancesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPluginInstancesResponse |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListPluginInstancesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListPluginInstancesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
removePluginInstances(int index)
public ListPluginInstancesResponse.Builder removePluginInstances(int index)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
setNextPageToken(String value)
public ListPluginInstancesResponse.Builder setNextPageToken(String value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListPluginInstancesResponse.Builder setNextPageTokenBytes(ByteString value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
This builder for chaining. |
setPluginInstances(int index, PluginInstance value)
public ListPluginInstancesResponse.Builder setPluginInstances(int index, PluginInstance value)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
PluginInstance |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|
setPluginInstances(int index, PluginInstance.Builder builderForValue)
public ListPluginInstancesResponse.Builder setPluginInstances(int index, PluginInstance.Builder builderForValue)The plugin instances from the specified parent resource.
repeated .google.cloud.apihub.v1.PluginInstance plugin_instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
PluginInstance.Builder |
| Returns | |
|---|---|
| Type | Description |
ListPluginInstancesResponse.Builder |
|