public interface SearchPublicKgResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Value |
getContext()
The local context applicable for the response.
|
com.google.protobuf.ValueOrBuilder |
getContextOrBuilder()
The local context applicable for the response.
|
com.google.protobuf.ListValue |
getItemListElement()
The item list of search results.
|
com.google.protobuf.ListValueOrBuilder |
getItemListElementOrBuilder()
The item list of search results.
|
com.google.protobuf.Value |
getType()
The schema type of top-level JSON-LD object, e.g.
|
com.google.protobuf.ValueOrBuilder |
getTypeOrBuilder()
The schema type of top-level JSON-LD object, e.g.
|
boolean |
hasContext()
The local context applicable for the response.
|
boolean |
hasItemListElement()
The item list of search results.
|
boolean |
hasType()
The schema type of top-level JSON-LD object, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;com.google.protobuf.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;com.google.protobuf.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;boolean hasType()
The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;com.google.protobuf.Value getType()
The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;com.google.protobuf.ValueOrBuilder getTypeOrBuilder()
The schema type of top-level JSON-LD object, e.g. ItemList.
.google.protobuf.Value type = 2;boolean hasItemListElement()
The item list of search results.
.google.protobuf.ListValue item_list_element = 3;com.google.protobuf.ListValue getItemListElement()
The item list of search results.
.google.protobuf.ListValue item_list_element = 3;com.google.protobuf.ListValueOrBuilder getItemListElementOrBuilder()
The item list of search results.
.google.protobuf.ListValue item_list_element = 3;Copyright © 2023 Google LLC. All rights reserved.