Class DataObjectSearchServiceStub (0.1.0)

public abstract class DataObjectSearchServiceStub implements BackgroundResource

Base stub class for the DataObjectSearchService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DataObjectSearchServiceStub

Implements

BackgroundResource

Constructors

DataObjectSearchServiceStub()

public DataObjectSearchServiceStub()

Methods

aggregateDataObjectsCallable()

public UnaryCallable<AggregateDataObjectsRequest,AggregateDataObjectsResponse> aggregateDataObjectsCallable()
Returns
Type Description
UnaryCallable<AggregateDataObjectsRequest,AggregateDataObjectsResponse>

batchSearchDataObjectsCallable()

public UnaryCallable<BatchSearchDataObjectsRequest,BatchSearchDataObjectsResponse> batchSearchDataObjectsCallable()
Returns
Type Description
UnaryCallable<BatchSearchDataObjectsRequest,BatchSearchDataObjectsResponse>

close()

public abstract void close()

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,DataObjectSearchServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

queryDataObjectsCallable()

public UnaryCallable<QueryDataObjectsRequest,QueryDataObjectsResponse> queryDataObjectsCallable()
Returns
Type Description
UnaryCallable<QueryDataObjectsRequest,QueryDataObjectsResponse>

queryDataObjectsPagedCallable()

public UnaryCallable<QueryDataObjectsRequest,DataObjectSearchServiceClient.QueryDataObjectsPagedResponse> queryDataObjectsPagedCallable()
Returns
Type Description
UnaryCallable<QueryDataObjectsRequest,QueryDataObjectsPagedResponse>

searchDataObjectsCallable()

public UnaryCallable<SearchDataObjectsRequest,SearchDataObjectsResponse> searchDataObjectsCallable()
Returns
Type Description
UnaryCallable<SearchDataObjectsRequest,SearchDataObjectsResponse>

searchDataObjectsPagedCallable()

public UnaryCallable<SearchDataObjectsRequest,DataObjectSearchServiceClient.SearchDataObjectsPagedResponse> searchDataObjectsPagedCallable()
Returns
Type Description
UnaryCallable<SearchDataObjectsRequest,SearchDataObjectsPagedResponse>