Class CatalogServiceStub (1.37.0)

public abstract class CatalogServiceStub implements BackgroundResource

Base stub class for the CatalogService service API.

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

Inheritance

java.lang.Object > CatalogServiceStub

Implements

BackgroundResource

Constructors

CatalogServiceStub()

public CatalogServiceStub()

Methods

close()

public abstract void close()

createAspectTypeCallable()

public UnaryCallable<CreateAspectTypeRequest,Operation> createAspectTypeCallable()

createAspectTypeOperationCallable()

public OperationCallable<CreateAspectTypeRequest,AspectType,OperationMetadata> createAspectTypeOperationCallable()

createEntryCallable()

public UnaryCallable<CreateEntryRequest,Entry> createEntryCallable()
Returns
TypeDescription
UnaryCallable<CreateEntryRequest,Entry>

createEntryGroupCallable()

public UnaryCallable<CreateEntryGroupRequest,Operation> createEntryGroupCallable()

createEntryGroupOperationCallable()

public OperationCallable<CreateEntryGroupRequest,EntryGroup,OperationMetadata> createEntryGroupOperationCallable()

createEntryTypeCallable()

public UnaryCallable<CreateEntryTypeRequest,Operation> createEntryTypeCallable()

createEntryTypeOperationCallable()

public OperationCallable<CreateEntryTypeRequest,EntryType,OperationMetadata> createEntryTypeOperationCallable()

deleteAspectTypeCallable()

public UnaryCallable<DeleteAspectTypeRequest,Operation> deleteAspectTypeCallable()

deleteAspectTypeOperationCallable()

public OperationCallable<DeleteAspectTypeRequest,Empty,OperationMetadata> deleteAspectTypeOperationCallable()

deleteEntryCallable()

public UnaryCallable<DeleteEntryRequest,Entry> deleteEntryCallable()
Returns
TypeDescription
UnaryCallable<DeleteEntryRequest,Entry>

deleteEntryGroupCallable()

public UnaryCallable<DeleteEntryGroupRequest,Operation> deleteEntryGroupCallable()

deleteEntryGroupOperationCallable()

public OperationCallable<DeleteEntryGroupRequest,Empty,OperationMetadata> deleteEntryGroupOperationCallable()

deleteEntryTypeCallable()

public UnaryCallable<DeleteEntryTypeRequest,Operation> deleteEntryTypeCallable()

deleteEntryTypeOperationCallable()

public OperationCallable<DeleteEntryTypeRequest,Empty,OperationMetadata> deleteEntryTypeOperationCallable()

getAspectTypeCallable()

public UnaryCallable<GetAspectTypeRequest,AspectType> getAspectTypeCallable()

getEntryCallable()

public UnaryCallable<GetEntryRequest,Entry> getEntryCallable()
Returns
TypeDescription
UnaryCallable<GetEntryRequest,Entry>

getEntryGroupCallable()

public UnaryCallable<GetEntryGroupRequest,EntryGroup> getEntryGroupCallable()

getEntryTypeCallable()

public UnaryCallable<GetEntryTypeRequest,EntryType> getEntryTypeCallable()

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listAspectTypesCallable()

public UnaryCallable<ListAspectTypesRequest,ListAspectTypesResponse> listAspectTypesCallable()

listAspectTypesPagedCallable()

public UnaryCallable<ListAspectTypesRequest,CatalogServiceClient.ListAspectTypesPagedResponse> listAspectTypesPagedCallable()

listEntriesCallable()

public UnaryCallable<ListEntriesRequest,ListEntriesResponse> listEntriesCallable()

listEntriesPagedCallable()

public UnaryCallable<ListEntriesRequest,CatalogServiceClient.ListEntriesPagedResponse> listEntriesPagedCallable()

listEntryGroupsCallable()

public UnaryCallable<ListEntryGroupsRequest,ListEntryGroupsResponse> listEntryGroupsCallable()

listEntryGroupsPagedCallable()

public UnaryCallable<ListEntryGroupsRequest,CatalogServiceClient.ListEntryGroupsPagedResponse> listEntryGroupsPagedCallable()

listEntryTypesCallable()

public UnaryCallable<ListEntryTypesRequest,ListEntryTypesResponse> listEntryTypesCallable()

listEntryTypesPagedCallable()

public UnaryCallable<ListEntryTypesRequest,CatalogServiceClient.ListEntryTypesPagedResponse> listEntryTypesPagedCallable()

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,CatalogServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

lookupEntryCallable()

public UnaryCallable<LookupEntryRequest,Entry> lookupEntryCallable()
Returns
TypeDescription
UnaryCallable<LookupEntryRequest,Entry>

searchEntriesCallable()

public UnaryCallable<SearchEntriesRequest,SearchEntriesResponse> searchEntriesCallable()

searchEntriesPagedCallable()

public UnaryCallable<SearchEntriesRequest,CatalogServiceClient.SearchEntriesPagedResponse> searchEntriesPagedCallable()

updateAspectTypeCallable()

public UnaryCallable<UpdateAspectTypeRequest,Operation> updateAspectTypeCallable()

updateAspectTypeOperationCallable()

public OperationCallable<UpdateAspectTypeRequest,AspectType,OperationMetadata> updateAspectTypeOperationCallable()

updateEntryCallable()

public UnaryCallable<UpdateEntryRequest,Entry> updateEntryCallable()
Returns
TypeDescription
UnaryCallable<UpdateEntryRequest,Entry>

updateEntryGroupCallable()

public UnaryCallable<UpdateEntryGroupRequest,Operation> updateEntryGroupCallable()

updateEntryGroupOperationCallable()

public OperationCallable<UpdateEntryGroupRequest,EntryGroup,OperationMetadata> updateEntryGroupOperationCallable()

updateEntryTypeCallable()

public UnaryCallable<UpdateEntryTypeRequest,Operation> updateEntryTypeCallable()

updateEntryTypeOperationCallable()

public OperationCallable<UpdateEntryTypeRequest,EntryType,OperationMetadata> updateEntryTypeOperationCallable()