- 0.79.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class ListServingConfigsResponse.Builder extends GeneratedMessage.Builder<ListServingConfigsResponse.Builder> implements ListServingConfigsResponseOrBuilderResponse for ListServingConfigs method.
Protobuf type google.cloud.discoveryengine.v1beta.ListServingConfigsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListServingConfigsResponse.BuilderImplements
ListServingConfigsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllServingConfigs(Iterable<? extends ServingConfig> values)
public ListServingConfigsResponse.Builder addAllServingConfigs(Iterable<? extends ServingConfig> values)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.discoveryengine.v1beta.ServingConfig> |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
addServingConfigs(ServingConfig value)
public ListServingConfigsResponse.Builder addServingConfigs(ServingConfig value)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ServingConfig |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
addServingConfigs(ServingConfig.Builder builderForValue)
public ListServingConfigsResponse.Builder addServingConfigs(ServingConfig.Builder builderForValue)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ServingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
addServingConfigs(int index, ServingConfig value)
public ListServingConfigsResponse.Builder addServingConfigs(int index, ServingConfig value)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ServingConfig |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
addServingConfigs(int index, ServingConfig.Builder builderForValue)
public ListServingConfigsResponse.Builder addServingConfigs(int index, ServingConfig.Builder builderForValue)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ServingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
addServingConfigsBuilder()
public ServingConfig.Builder addServingConfigsBuilder()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
ServingConfig.Builder |
|
addServingConfigsBuilder(int index)
public ServingConfig.Builder addServingConfigsBuilder(int index)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServingConfig.Builder |
|
build()
public ListServingConfigsResponse build()| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse |
|
buildPartial()
public ListServingConfigsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse |
|
clear()
public ListServingConfigsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
clearNextPageToken()
public ListServingConfigsResponse.Builder clearNextPageToken()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
This builder for chaining. |
clearServingConfigs()
public ListServingConfigsResponse.Builder clearServingConfigs()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
getDefaultInstanceForType()
public ListServingConfigsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getServingConfigs(int index)
public ServingConfig getServingConfigs(int index)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServingConfig |
|
getServingConfigsBuilder(int index)
public ServingConfig.Builder getServingConfigsBuilder(int index)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServingConfig.Builder |
|
getServingConfigsBuilderList()
public List<ServingConfig.Builder> getServingConfigsBuilderList()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getServingConfigsCount()
public int getServingConfigsCount()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getServingConfigsList()
public List<ServingConfig> getServingConfigsList()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<ServingConfig> |
|
getServingConfigsOrBuilder(int index)
public ServingConfigOrBuilder getServingConfigsOrBuilder(int index)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ServingConfigOrBuilder |
|
getServingConfigsOrBuilderList()
public List<? extends ServingConfigOrBuilder> getServingConfigsOrBuilderList()All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.ServingConfigOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListServingConfigsResponse other)
public ListServingConfigsResponse.Builder mergeFrom(ListServingConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServingConfigsResponse |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListServingConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListServingConfigsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
removeServingConfigs(int index)
public ListServingConfigsResponse.Builder removeServingConfigs(int index)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
setNextPageToken(String value)
public ListServingConfigsResponse.Builder setNextPageToken(String value)Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListServingConfigsResponse.Builder setNextPageTokenBytes(ByteString value)Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
This builder for chaining. |
setServingConfigs(int index, ServingConfig value)
public ListServingConfigsResponse.Builder setServingConfigs(int index, ServingConfig value)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ServingConfig |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
setServingConfigs(int index, ServingConfig.Builder builderForValue)
public ListServingConfigsResponse.Builder setServingConfigs(int index, ServingConfig.Builder builderForValue)All the ServingConfigs for a given dataStore.
repeated .google.cloud.discoveryengine.v1beta.ServingConfig serving_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ServingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|