Uses of Class
com.google.cloud.enterpriseknowledgegraph.v1.LookupRequest
-
Packages that use LookupRequest Package Description com.google.cloud.enterpriseknowledgegraph.v1 A client to Enterprise Knowledge Graph APIcom.google.cloud.enterpriseknowledgegraph.v1.stub -
-
Uses of LookupRequest in com.google.cloud.enterpriseknowledgegraph.v1
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return LookupRequest Modifier and Type Method Description LookupRequest
LookupRequest.Builder. build()
LookupRequest
LookupRequest.Builder. buildPartial()
static LookupRequest
LookupRequest. getDefaultInstance()
LookupRequest
LookupRequest.Builder. getDefaultInstanceForType()
LookupRequest
LookupRequest. getDefaultInstanceForType()
static LookupRequest
LookupRequest. parseDelimitedFrom(InputStream input)
static LookupRequest
LookupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupRequest
LookupRequest. parseFrom(byte[] data)
static LookupRequest
LookupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupRequest
LookupRequest. parseFrom(com.google.protobuf.ByteString data)
static LookupRequest
LookupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupRequest
LookupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LookupRequest
LookupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupRequest
LookupRequest. parseFrom(InputStream input)
static LookupRequest
LookupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LookupRequest
LookupRequest. parseFrom(ByteBuffer data)
static LookupRequest
LookupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return types with arguments of type LookupRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LookupRequest,LookupResponse>
EnterpriseKnowledgeGraphServiceGrpc. getLookupMethod()
com.google.protobuf.Parser<LookupRequest>
LookupRequest. getParserForType()
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<LookupRequest>
LookupRequest. parser()
Methods in com.google.cloud.enterpriseknowledgegraph.v1 with parameters of type LookupRequest Modifier and Type Method Description LookupResponse
EnterpriseKnowledgeGraphServiceClient. lookup(LookupRequest request)
Finds the Cloud KG entities with CKG ID(s).default void
EnterpriseKnowledgeGraphServiceGrpc.AsyncService. lookup(LookupRequest request, io.grpc.stub.StreamObserver<LookupResponse> responseObserver)
Finds the Cloud KG entities with CKG ID(s).LookupResponse
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub. lookup(LookupRequest request)
Finds the Cloud KG entities with CKG ID(s).com.google.common.util.concurrent.ListenableFuture<LookupResponse>
EnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceFutureStub. lookup(LookupRequest request)
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).LookupRequest.Builder
LookupRequest.Builder. mergeFrom(LookupRequest other)
static LookupRequest.Builder
LookupRequest. newBuilder(LookupRequest prototype)
-
Uses of LookupRequest in com.google.cloud.enterpriseknowledgegraph.v1.stub
Methods in com.google.cloud.enterpriseknowledgegraph.v1.stub that return types with arguments of type LookupRequest 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.
-