Class LookupResponse (0.32.0)

public final class LookupResponse extends GeneratedMessageV3 implements LookupResponseOrBuilder

Response message for EnterpriseKnowledgeGraphService.Lookup.

Protobuf type google.cloud.enterpriseknowledgegraph.v1.LookupResponse

Static Fields

CONTEXT_FIELD_NUMBER

public static final int CONTEXT_FIELD_NUMBER
Field Value
TypeDescription
int

ITEM_LIST_ELEMENT_FIELD_NUMBER

public static final int ITEM_LIST_ELEMENT_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static LookupResponse getDefaultInstance()
Returns
TypeDescription
LookupResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static LookupResponse.Builder newBuilder()
Returns
TypeDescription
LookupResponse.Builder

newBuilder(LookupResponse prototype)

public static LookupResponse.Builder newBuilder(LookupResponse prototype)
Parameter
NameDescription
prototypeLookupResponse
Returns
TypeDescription
LookupResponse.Builder

parseDelimitedFrom(InputStream input)

public static LookupResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LookupResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static LookupResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LookupResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LookupResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LookupResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LookupResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LookupResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static LookupResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LookupResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static LookupResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LookupResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
LookupResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<LookupResponse> parser()
Returns
TypeDescription
Parser<LookupResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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
TypeDescription
Value

The context.

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
TypeDescription
ValueOrBuilder

getDefaultInstanceForType()

public LookupResponse getDefaultInstanceForType()
Returns
TypeDescription
LookupResponse

getItemListElement()

public ListValue getItemListElement()

The item list of search results.

.google.protobuf.ListValue item_list_element = 3;

Returns
TypeDescription
ListValue

The itemListElement.

getItemListElementOrBuilder()

public ListValueOrBuilder getItemListElementOrBuilder()

The item list of search results.

.google.protobuf.ListValue item_list_element = 3;

Returns
TypeDescription
ListValueOrBuilder

getParserForType()

public Parser<LookupResponse> getParserForType()
Returns
TypeDescription
Parser<LookupResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public Value getType()

The schema type of top-level JSON-LD object, e.g. ItemList.

.google.protobuf.Value type = 2;

Returns
TypeDescription
Value

The type.

getTypeOrBuilder()

public ValueOrBuilder getTypeOrBuilder()

The schema type of top-level JSON-LD object, e.g. ItemList.

.google.protobuf.Value type = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the type field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public LookupResponse.Builder newBuilderForType()
Returns
TypeDescription
LookupResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LookupResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
LookupResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public LookupResponse.Builder toBuilder()
Returns
TypeDescription
LookupResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException