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