public abstract class ApiHubStub implements BackgroundResource
Base stub class for the ApiHub service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
ApiHubStub()
Methods
close()
public abstract void close()
createApiCallable()
public UnaryCallable<CreateApiRequest,Api> createApiCallable()
createAttributeCallable()
public UnaryCallable<CreateAttributeRequest,Attribute> createAttributeCallable()
createDeploymentCallable()
public UnaryCallable<CreateDeploymentRequest,Deployment> createDeploymentCallable()
createExternalApiCallable()
public UnaryCallable<CreateExternalApiRequest,ExternalApi> createExternalApiCallable()
createSpecCallable()
public UnaryCallable<CreateSpecRequest,Spec> createSpecCallable()
createVersionCallable()
public UnaryCallable<CreateVersionRequest,Version> createVersionCallable()
deleteApiCallable()
public UnaryCallable<DeleteApiRequest,Empty> deleteApiCallable()
deleteAttributeCallable()
public UnaryCallable<DeleteAttributeRequest,Empty> deleteAttributeCallable()
deleteDeploymentCallable()
public UnaryCallable<DeleteDeploymentRequest,Empty> deleteDeploymentCallable()
deleteExternalApiCallable()
public UnaryCallable<DeleteExternalApiRequest,Empty> deleteExternalApiCallable()
deleteSpecCallable()
public UnaryCallable<DeleteSpecRequest,Empty> deleteSpecCallable()
deleteVersionCallable()
public UnaryCallable<DeleteVersionRequest,Empty> deleteVersionCallable()
getApiCallable()
public UnaryCallable<GetApiRequest,Api> getApiCallable()
getApiOperationCallable()
public UnaryCallable<GetApiOperationRequest,ApiOperation> getApiOperationCallable()
getAttributeCallable()
public UnaryCallable<GetAttributeRequest,Attribute> getAttributeCallable()
getDefinitionCallable()
public UnaryCallable<GetDefinitionRequest,Definition> getDefinitionCallable()
getDeploymentCallable()
public UnaryCallable<GetDeploymentRequest,Deployment> getDeploymentCallable()
getExternalApiCallable()
public UnaryCallable<GetExternalApiRequest,ExternalApi> getExternalApiCallable()
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getSpecCallable()
public UnaryCallable<GetSpecRequest,Spec> getSpecCallable()
getSpecContentsCallable()
public UnaryCallable<GetSpecContentsRequest,SpecContents> getSpecContentsCallable()
getVersionCallable()
public UnaryCallable<GetVersionRequest,Version> getVersionCallable()
listApiOperationsCallable()
public UnaryCallable<ListApiOperationsRequest,ListApiOperationsResponse> listApiOperationsCallable()
listApiOperationsPagedCallable()
public UnaryCallable<ListApiOperationsRequest,ApiHubClient.ListApiOperationsPagedResponse> listApiOperationsPagedCallable()
listApisCallable()
public UnaryCallable<ListApisRequest,ListApisResponse> listApisCallable()
listApisPagedCallable()
public UnaryCallable<ListApisRequest,ApiHubClient.ListApisPagedResponse> listApisPagedCallable()
listAttributesCallable()
public UnaryCallable<ListAttributesRequest,ListAttributesResponse> listAttributesCallable()
listAttributesPagedCallable()
public UnaryCallable<ListAttributesRequest,ApiHubClient.ListAttributesPagedResponse> listAttributesPagedCallable()
listDeploymentsCallable()
public UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse> listDeploymentsCallable()
listDeploymentsPagedCallable()
public UnaryCallable<ListDeploymentsRequest,ApiHubClient.ListDeploymentsPagedResponse> listDeploymentsPagedCallable()
listExternalApisCallable()
public UnaryCallable<ListExternalApisRequest,ListExternalApisResponse> listExternalApisCallable()
listExternalApisPagedCallable()
public UnaryCallable<ListExternalApisRequest,ApiHubClient.ListExternalApisPagedResponse> listExternalApisPagedCallable()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
|
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,ApiHubClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listSpecsCallable()
public UnaryCallable<ListSpecsRequest,ListSpecsResponse> listSpecsCallable()
listSpecsPagedCallable()
public UnaryCallable<ListSpecsRequest,ApiHubClient.ListSpecsPagedResponse> listSpecsPagedCallable()
listVersionsCallable()
public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
listVersionsPagedCallable()
public UnaryCallable<ListVersionsRequest,ApiHubClient.ListVersionsPagedResponse> listVersionsPagedCallable()
searchResourcesCallable()
public UnaryCallable<SearchResourcesRequest,SearchResourcesResponse> searchResourcesCallable()
searchResourcesPagedCallable()
public UnaryCallable<SearchResourcesRequest,ApiHubClient.SearchResourcesPagedResponse> searchResourcesPagedCallable()
updateApiCallable()
public UnaryCallable<UpdateApiRequest,Api> updateApiCallable()
updateAttributeCallable()
public UnaryCallable<UpdateAttributeRequest,Attribute> updateAttributeCallable()
updateDeploymentCallable()
public UnaryCallable<UpdateDeploymentRequest,Deployment> updateDeploymentCallable()
updateExternalApiCallable()
public UnaryCallable<UpdateExternalApiRequest,ExternalApi> updateExternalApiCallable()
updateSpecCallable()
public UnaryCallable<UpdateSpecRequest,Spec> updateSpecCallable()
updateVersionCallable()
public UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()