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 LookupResponseLookupResponse.Builder. build()LookupResponseLookupResponse.Builder. buildPartial()static LookupResponseLookupResponse. getDefaultInstance()LookupResponseLookupResponse.Builder. getDefaultInstanceForType()LookupResponseLookupResponse. getDefaultInstanceForType()LookupResponseEnterpriseKnowledgeGraphServiceClient. lookup(LocationName parent, List<String> ids)Finds the Cloud KG entities with CKG ID(s).LookupResponseEnterpriseKnowledgeGraphServiceClient. lookup(LookupRequest request)Finds the Cloud KG entities with CKG ID(s).LookupResponseEnterpriseKnowledgeGraphServiceClient. lookup(String parent, List<String> ids)Finds the Cloud KG entities with CKG ID(s).LookupResponseEnterpriseKnowledgeGraphServiceGrpc.EnterpriseKnowledgeGraphServiceBlockingStub. lookup(LookupRequest request)Finds the Cloud KG entities with CKG ID(s).static LookupResponseLookupResponse. parseDelimitedFrom(InputStream input)static LookupResponseLookupResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupResponseLookupResponse. parseFrom(byte[] data)static LookupResponseLookupResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupResponseLookupResponse. parseFrom(com.google.protobuf.ByteString data)static LookupResponseLookupResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupResponseLookupResponse. parseFrom(com.google.protobuf.CodedInputStream input)static LookupResponseLookupResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupResponseLookupResponse. parseFrom(InputStream input)static LookupResponseLookupResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LookupResponseLookupResponse. parseFrom(ByteBuffer data)static LookupResponseLookupResponse. 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.BuilderLookupResponse.Builder. mergeFrom(LookupResponse other)static LookupResponse.BuilderLookupResponse. newBuilder(LookupResponse prototype)Method parameters in com.google.cloud.enterpriseknowledgegraph.v1 with type arguments of type LookupResponse Modifier and Type Method Description default voidEnterpriseKnowledgeGraphServiceGrpc.AsyncService. lookup(LookupRequest request, io.grpc.stub.StreamObserver<LookupResponse> responseObserver)Finds the Cloud KG entities with CKG ID(s).voidEnterpriseKnowledgeGraphServiceGrpc.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.
-