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