Uses of Class
com.google.cloud.enterpriseknowledgegraph.v1.LookupResponse
-
Packages that use LookupResponse Package Description com.google.cloud.enterpriseknowledgegraph.v1 A client to Enterprise Knowledge Graph APIcom.google.cloud.enterpriseknowledgegraph.v1.stub -
-
Uses of LookupResponse in com.google.cloud.enterpriseknowledgegraph.v1
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return LookupResponse Modifier and Type Method Description LookupResponse
LookupResponse.Builder. build()
LookupResponse
LookupResponse.Builder. buildPartial()
static LookupResponse
LookupResponse. getDefaultInstance()
LookupResponse
LookupResponse.Builder. getDefaultInstanceForType()
LookupResponse
LookupResponse. getDefaultInstanceForType()
LookupResponse
EnterpriseKnowledgeGraphServiceClient. lookup(LocationName parent, List<String> ids)
Finds the Cloud KG entities with CKG ID(s).LookupResponse
EnterpriseKnowledgeGraphServiceClient. lookup(LookupRequest request)
Finds the Cloud KG entities with CKG ID(s).LookupResponse
EnterpriseKnowledgeGraphServiceClient. lookup(String parent, List<String> ids)
Finds the Cloud KG entities with CKG ID(s).LookupResponse
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub. lookup(LookupRequest request)
Finds the Cloud KG entities with CKG ID(s).static LookupResponse
LookupResponse. parseDelimitedFrom(InputStream input)
static LookupResponse
LookupResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupResponse
LookupResponse. parseFrom(byte[] data)
static LookupResponse
LookupResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupResponse
LookupResponse. parseFrom(com.google.protobuf.ByteString data)
static LookupResponse
LookupResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupResponse
LookupResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static LookupResponse
LookupResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupResponse
LookupResponse. parseFrom(InputStream input)
static LookupResponse
LookupResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupResponse
LookupResponse. parseFrom(ByteBuffer data)
static LookupResponse
LookupResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return types with arguments of type LookupResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceGrpc. getLookupMethod()
com.google.protobuf.Parser<LookupResponse>
LookupResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<LookupResponse>
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceFutureStub. lookup(LookupRequest request)
Finds the Cloud KG entities with CKG ID(s).com.google.api.gax.rpc.UnaryCallable<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceClient. lookupCallable()
Finds the Cloud KG entities with CKG ID(s).com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceSettings.Builder. lookupSettings()
Returns the builder for the settings used for calls to lookup.com.google.api.gax.rpc.UnaryCallSettings<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceSettings. lookupSettings()
Returns the object with the settings used for calls to lookup.static com.google.protobuf.Parser<LookupResponse>
LookupResponse. parser()
Methods in com.google.cloud.enterpriseknowledgegraph.v1 with parameters of type LookupResponse Modifier and Type Method Description LookupResponse.Builder
LookupResponse.Builder. mergeFrom(LookupResponse other)
static LookupResponse.Builder
LookupResponse. newBuilder(LookupResponse prototype)
Method parameters in com.google.cloud.enterpriseknowledgegraph.v1 with type arguments of type LookupResponse Modifier and Type Method Description default void
EnterpriseKnowledgeGraphServiceGrpc.AsyncService. lookup(LookupRequest request, io.grpc.stub.StreamObserver<LookupResponse> responseObserver)
Finds the Cloud KG entities with CKG ID(s).void
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceStub. lookup(LookupRequest request, io.grpc.stub.StreamObserver<LookupResponse> responseObserver)
Finds the Cloud KG entities with CKG ID(s). -
Uses of LookupResponse in com.google.cloud.enterpriseknowledgegraph.v1.stub
Methods in com.google.cloud.enterpriseknowledgegraph.v1.stub that return types with arguments of type LookupResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceStub. lookupCallable()
com.google.api.gax.rpc.UnaryCallable<LookupRequest,LookupResponse>
GrpcEnterpriseKnowledgeGraphServiceStub. lookupCallable()
com.google.api.gax.rpc.UnaryCallable<LookupRequest,LookupResponse>
HttpJsonEnterpriseKnowledgeGraphServiceStub. lookupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceStubSettings.Builder. lookupSettings()
Returns the builder for the settings used for calls to lookup.com.google.api.gax.rpc.UnaryCallSettings<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceStubSettings. lookupSettings()
Returns the object with the settings used for calls to lookup.
-