- 2.85.0 (latest)
- 2.84.0
- 2.82.0
- 2.80.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.4.0
- 2.3.0
- 2.2.3
- 2.1.0
- 2.0.19
public static final class ListServingConfigsResponse.Builder extends GeneratedMessage.Builder<ListServingConfigsResponse.Builder> implements ListServingConfigsResponseOrBuilderResponse for ListServingConfigs method.
Protobuf type google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.retail.v2.ServingConfig> |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|
addServingConfigs(ServingConfig value)
public ListServingConfigsResponse.Builder addServingConfigs(ServingConfig value)All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
ServingConfig.Builder |
|
addServingConfigsBuilder(int index)
public ServingConfig.Builder addServingConfigsBuilder(int index)All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getServingConfigsCount()
public int getServingConfigsCount()All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getServingConfigsList()
public List<ServingConfig> getServingConfigsList()All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<ServingConfig> |
|
getServingConfigsOrBuilder(int index)
public ServingConfigOrBuilder getServingConfigsOrBuilder(int index)All the ServingConfigs for a given catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.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 catalog.
repeated .google.cloud.retail.v2.ServingConfig serving_configs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ServingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
ListServingConfigsResponse.Builder |
|