- 2.87.0 (latest)
- 2.85.0
- 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.7
- 2.4.1
- 2.3.0
- 2.2.0
- 2.1.5
public static final class ListInsightTypesResponse.Builder extends GeneratedMessage.Builder<ListInsightTypesResponse.Builder> implements ListInsightTypesResponseOrBuilder Response for the ListInsightTypes method.
Protobuf type google.cloud.recommender.v1beta1.ListInsightTypesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListInsightTypesResponse.BuilderImplements
ListInsightTypesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllInsightTypes(Iterable<? extends InsightType> values)
public ListInsightTypesResponse.Builder addAllInsightTypes(Iterable<? extends InsightType> values)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.recommender.v1beta1.InsightType> |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
addInsightTypes(InsightType value)
public ListInsightTypesResponse.Builder addInsightTypes(InsightType value)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
InsightType |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
addInsightTypes(InsightType.Builder builderForValue)
public ListInsightTypesResponse.Builder addInsightTypes(InsightType.Builder builderForValue)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InsightType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
addInsightTypes(int index, InsightType value)
public ListInsightTypesResponse.Builder addInsightTypes(int index, InsightType value)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
InsightType |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
addInsightTypes(int index, InsightType.Builder builderForValue)
public ListInsightTypesResponse.Builder addInsightTypes(int index, InsightType.Builder builderForValue)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
InsightType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
addInsightTypesBuilder()
public InsightType.Builder addInsightTypesBuilder()The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Returns | |
|---|---|
| Type | Description |
InsightType.Builder |
|
addInsightTypesBuilder(int index)
public InsightType.Builder addInsightTypesBuilder(int index)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InsightType.Builder |
|
build()
public ListInsightTypesResponse build()| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse |
|
buildPartial()
public ListInsightTypesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse |
|
clear()
public ListInsightTypesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
clearInsightTypes()
public ListInsightTypesResponse.Builder clearInsightTypes()The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
clearNextPageToken()
public ListInsightTypesResponse.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 |
ListInsightTypesResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListInsightTypesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInsightTypes(int index)
public InsightType getInsightTypes(int index)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InsightType |
|
getInsightTypesBuilder(int index)
public InsightType.Builder getInsightTypesBuilder(int index)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InsightType.Builder |
|
getInsightTypesBuilderList()
public List<InsightType.Builder> getInsightTypesBuilderList()The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getInsightTypesCount()
public int getInsightTypesCount()The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInsightTypesList()
public List<InsightType> getInsightTypesList()The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<InsightType> |
|
getInsightTypesOrBuilder(int index)
public InsightTypeOrBuilder getInsightTypesOrBuilder(int index)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InsightTypeOrBuilder |
|
getInsightTypesOrBuilderList()
public List<? extends InsightTypeOrBuilder> getInsightTypesOrBuilderList()The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.recommender.v1beta1.InsightTypeOrBuilder> |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListInsightTypesResponse other)
public ListInsightTypesResponse.Builder mergeFrom(ListInsightTypesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInsightTypesResponse |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListInsightTypesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListInsightTypesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
removeInsightTypes(int index)
public ListInsightTypesResponse.Builder removeInsightTypes(int index)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
setInsightTypes(int index, InsightType value)
public ListInsightTypesResponse.Builder setInsightTypes(int index, InsightType value)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
InsightType |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
setInsightTypes(int index, InsightType.Builder builderForValue)
public ListInsightTypesResponse.Builder setInsightTypes(int index, InsightType.Builder builderForValue)The set of recommenders available
repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
InsightType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListInsightTypesResponse.Builder |
|
setNextPageToken(String value)
public ListInsightTypesResponse.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 |
ListInsightTypesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListInsightTypesResponse.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 |
ListInsightTypesResponse.Builder |
This builder for chaining. |