- 0.81.0 (latest)
- 0.79.0
- 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 SearchResponse.Builder extends GeneratedMessage.Builder<SearchResponse.Builder> implements SearchResponseOrBuilderResponse message for EnterpriseKnowledgeGraphService.Search.
Protobuf type google.cloud.enterpriseknowledgegraph.v1.SearchResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchResponse.BuilderImplements
SearchResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SearchResponse build()| Returns | |
|---|---|
| Type | Description |
SearchResponse |
|
buildPartial()
public SearchResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchResponse |
|
clear()
public SearchResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
clearContext()
public SearchResponse.Builder clearContext()The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
clearItemListElement()
public SearchResponse.Builder clearItemListElement()The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
clearType()
public SearchResponse.Builder clearType()The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
getContext()
public Value getContext()The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Returns | |
|---|---|
| Type | Description |
Value |
The context. |
getContextBuilder()
public Value.Builder getContextBuilder()The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getContextOrBuilder()
public ValueOrBuilder getContextOrBuilder()The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
getDefaultInstanceForType()
public SearchResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getItemListElement()
public ListValue getItemListElement()The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Returns | |
|---|---|
| Type | Description |
ListValue |
The itemListElement. |
getItemListElementBuilder()
public ListValue.Builder getItemListElementBuilder()The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getItemListElementOrBuilder()
public ListValueOrBuilder getItemListElementOrBuilder()The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Returns | |
|---|---|
| Type | Description |
ListValueOrBuilder |
|
getType()
public Value getType()The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Returns | |
|---|---|
| Type | Description |
Value |
The type. |
getTypeBuilder()
public Value.Builder getTypeBuilder()The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getTypeOrBuilder()
public ValueOrBuilder getTypeOrBuilder()The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasContext()
public boolean hasContext()The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the context field is set. |
hasItemListElement()
public boolean hasItemListElement()The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the itemListElement field is set. |
hasType()
public boolean hasType()The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the type field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeContext(Value value)
public SearchResponse.Builder mergeContext(Value value)The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
mergeFrom(SearchResponse other)
public SearchResponse.Builder mergeFrom(SearchResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchResponse |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
mergeItemListElement(ListValue value)
public SearchResponse.Builder mergeItemListElement(ListValue value)The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ListValue |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
mergeType(Value value)
public SearchResponse.Builder mergeType(Value value)The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setContext(Value value)
public SearchResponse.Builder setContext(Value value)The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setContext(Value.Builder builderForValue)
public SearchResponse.Builder setContext(Value.Builder builderForValue)The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.
.google.protobuf.Value context = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setItemListElement(ListValue value)
public SearchResponse.Builder setItemListElement(ListValue value)The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ListValue |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setItemListElement(ListValue.Builder builderForValue)
public SearchResponse.Builder setItemListElement(ListValue.Builder builderForValue)The item list of search results.
.google.protobuf.ListValue item_list_element = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setType(Value value)
public SearchResponse.Builder setType(Value value)The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Value |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|
setType(Value.Builder builderForValue)
public SearchResponse.Builder setType(Value.Builder builderForValue)The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SearchResponse.Builder |
|