Class SearchResponse.Builder (0.38.0)

public static final class SearchResponse.Builder extends GeneratedMessageV3.Builder<SearchResponse.Builder> implements SearchResponseOrBuilder

Response message for EnterpriseKnowledgeGraphService.Search.

Protobuf type google.cloud.enterpriseknowledgegraph.v1.SearchResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SearchResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SearchResponse.Builder
Overrides

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
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public SearchResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SearchResponse.Builder
Overrides

clearItemListElement()

public SearchResponse.Builder clearItemListElement()

The item list of search results.

.google.protobuf.ListValue item_list_element = 3;

Returns
Type Description
SearchResponse.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public SearchResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SearchResponse.Builder
Overrides

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

clone()

public SearchResponse.Builder clone()
Returns
Type Description
SearchResponse.Builder
Overrides

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
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SearchResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SearchResponse.Builder
Overrides

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SearchResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SearchResponse.Builder
Overrides

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

setField(Descriptors.FieldDescriptor field, Object value)

public SearchResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SearchResponse.Builder
Overrides

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

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SearchResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SearchResponse.Builder
Overrides

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

setUnknownFields(UnknownFieldSet unknownFields)

public final SearchResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SearchResponse.Builder
Overrides