Uses of Class
com.google.cloud.datacatalog.v1beta1.SearchCatalogRequest
-
Packages that use SearchCatalogRequest Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1beta1.stub -
-
Uses of SearchCatalogRequest in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return SearchCatalogRequest Modifier and Type Method Description SearchCatalogRequest
SearchCatalogRequest.Builder. build()
SearchCatalogRequest
SearchCatalogRequest.Builder. buildPartial()
static SearchCatalogRequest
SearchCatalogRequest. getDefaultInstance()
SearchCatalogRequest
SearchCatalogRequest.Builder. getDefaultInstanceForType()
SearchCatalogRequest
SearchCatalogRequest. getDefaultInstanceForType()
static SearchCatalogRequest
SearchCatalogRequest. parseDelimitedFrom(InputStream input)
static SearchCatalogRequest
SearchCatalogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(byte[] data)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(com.google.protobuf.ByteString data)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(InputStream input)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(ByteBuffer data)
static SearchCatalogRequest
SearchCatalogRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type SearchCatalogRequest Modifier and Type Method Description com.google.protobuf.Parser<SearchCatalogRequest>
SearchCatalogRequest. getParserForType()
static io.grpc.MethodDescriptor<SearchCatalogRequest,SearchCatalogResponse>
DataCatalogGrpc. getSearchCatalogMethod()
static com.google.protobuf.Parser<SearchCatalogRequest>
SearchCatalogRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,SearchCatalogResponse>
DataCatalogClient. searchCatalogCallable()
Searches Data Catalog for multiple resources like entries, tags that match a query.com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse>
DataCatalogClient. searchCatalogPagedCallable()
Searches Data Catalog for multiple resources like entries, tags that match a query.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchCatalogRequest,SearchCatalogResponse,DataCatalogClient.SearchCatalogPagedResponse>
DataCatalogSettings.Builder. searchCatalogSettings()
Returns the builder for the settings used for calls to searchCatalog.com.google.api.gax.rpc.PagedCallSettings<SearchCatalogRequest,SearchCatalogResponse,DataCatalogClient.SearchCatalogPagedResponse>
DataCatalogSettings. searchCatalogSettings()
Returns the object with the settings used for calls to searchCatalog.Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type SearchCatalogRequest Modifier and Type Method Description SearchCatalogRequest.Builder
SearchCatalogRequest.Builder. mergeFrom(SearchCatalogRequest other)
static SearchCatalogRequest.Builder
SearchCatalogRequest. newBuilder(SearchCatalogRequest prototype)
DataCatalogClient.SearchCatalogPagedResponse
DataCatalogClient. searchCatalog(SearchCatalogRequest request)
Searches Data Catalog for multiple resources like entries, tags that match a query.default void
DataCatalogGrpc.AsyncService. searchCatalog(SearchCatalogRequest request, io.grpc.stub.StreamObserver<SearchCatalogResponse> responseObserver)
Searches Data Catalog for multiple resources like entries, tags that match a query.SearchCatalogResponse
DataCatalogGrpc.DataCatalogBlockingStub. searchCatalog(SearchCatalogRequest request)
Searches Data Catalog for multiple resources like entries, tags that match a query.com.google.common.util.concurrent.ListenableFuture<SearchCatalogResponse>
DataCatalogGrpc.DataCatalogFutureStub. searchCatalog(SearchCatalogRequest request)
Searches Data Catalog for multiple resources like entries, tags that match a query.void
DataCatalogGrpc.DataCatalogStub. searchCatalog(SearchCatalogRequest request, io.grpc.stub.StreamObserver<SearchCatalogResponse> responseObserver)
Searches Data Catalog for multiple resources like entries, tags that match a query.Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type SearchCatalogRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataCatalogClient.SearchCatalogPagedResponse>
DataCatalogClient.SearchCatalogPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchCatalogRequest,SearchCatalogResponse,SearchCatalogResult> context, com.google.api.core.ApiFuture<SearchCatalogResponse> futureResponse)
protected DataCatalogClient.SearchCatalogPage
DataCatalogClient.SearchCatalogPage. createPage(com.google.api.gax.rpc.PageContext<SearchCatalogRequest,SearchCatalogResponse,SearchCatalogResult> context, SearchCatalogResponse response)
com.google.api.core.ApiFuture<DataCatalogClient.SearchCatalogPage>
DataCatalogClient.SearchCatalogPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchCatalogRequest,SearchCatalogResponse,SearchCatalogResult> context, com.google.api.core.ApiFuture<SearchCatalogResponse> futureResponse)
-
Uses of SearchCatalogRequest in com.google.cloud.datacatalog.v1beta1.stub
Methods in com.google.cloud.datacatalog.v1beta1.stub that return types with arguments of type SearchCatalogRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,SearchCatalogResponse>
DataCatalogStub. searchCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,SearchCatalogResponse>
GrpcDataCatalogStub. searchCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,SearchCatalogResponse>
HttpJsonDataCatalogStub. searchCatalogCallable()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse>
DataCatalogStub. searchCatalogPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse>
GrpcDataCatalogStub. searchCatalogPagedCallable()
com.google.api.gax.rpc.UnaryCallable<SearchCatalogRequest,DataCatalogClient.SearchCatalogPagedResponse>
HttpJsonDataCatalogStub. searchCatalogPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchCatalogRequest,SearchCatalogResponse,DataCatalogClient.SearchCatalogPagedResponse>
DataCatalogStubSettings.Builder. searchCatalogSettings()
Returns the builder for the settings used for calls to searchCatalog.com.google.api.gax.rpc.PagedCallSettings<SearchCatalogRequest,SearchCatalogResponse,DataCatalogClient.SearchCatalogPagedResponse>
DataCatalogStubSettings. searchCatalogSettings()
Returns the object with the settings used for calls to searchCatalog.
-