Class RegistryStub (0.3.1)

public abstract class RegistryStub implements BackgroundResource

Base stub class for the Registry service API.

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

Inheritance

java.lang.Object > RegistryStub

Implements

BackgroundResource

Constructors

RegistryStub()

public RegistryStub()

Methods

close()

public abstract void close()

createApiCallable()

public UnaryCallable<CreateApiRequest,Api> createApiCallable()
Returns
TypeDescription
UnaryCallable<CreateApiRequest,Api>

createApiDeploymentCallable()

public UnaryCallable<CreateApiDeploymentRequest,ApiDeployment> createApiDeploymentCallable()
Returns
TypeDescription
UnaryCallable<CreateApiDeploymentRequest,ApiDeployment>

createApiSpecCallable()

public UnaryCallable<CreateApiSpecRequest,ApiSpec> createApiSpecCallable()
Returns
TypeDescription
UnaryCallable<CreateApiSpecRequest,ApiSpec>

createApiVersionCallable()

public UnaryCallable<CreateApiVersionRequest,ApiVersion> createApiVersionCallable()
Returns
TypeDescription
UnaryCallable<CreateApiVersionRequest,ApiVersion>

createArtifactCallable()

public UnaryCallable<CreateArtifactRequest,Artifact> createArtifactCallable()
Returns
TypeDescription
UnaryCallable<CreateArtifactRequest,Artifact>

deleteApiCallable()

public UnaryCallable<DeleteApiRequest,Empty> deleteApiCallable()
Returns
TypeDescription
UnaryCallable<DeleteApiRequest,Empty>

deleteApiDeploymentCallable()

public UnaryCallable<DeleteApiDeploymentRequest,Empty> deleteApiDeploymentCallable()
Returns
TypeDescription
UnaryCallable<DeleteApiDeploymentRequest,Empty>

deleteApiDeploymentRevisionCallable()

public UnaryCallable<DeleteApiDeploymentRevisionRequest,ApiDeployment> deleteApiDeploymentRevisionCallable()
Returns
TypeDescription
UnaryCallable<DeleteApiDeploymentRevisionRequest,ApiDeployment>

deleteApiSpecCallable()

public UnaryCallable<DeleteApiSpecRequest,Empty> deleteApiSpecCallable()
Returns
TypeDescription
UnaryCallable<DeleteApiSpecRequest,Empty>

deleteApiSpecRevisionCallable()

public UnaryCallable<DeleteApiSpecRevisionRequest,ApiSpec> deleteApiSpecRevisionCallable()
Returns
TypeDescription
UnaryCallable<DeleteApiSpecRevisionRequest,ApiSpec>

deleteApiVersionCallable()

public UnaryCallable<DeleteApiVersionRequest,Empty> deleteApiVersionCallable()
Returns
TypeDescription
UnaryCallable<DeleteApiVersionRequest,Empty>

deleteArtifactCallable()

public UnaryCallable<DeleteArtifactRequest,Empty> deleteArtifactCallable()
Returns
TypeDescription
UnaryCallable<DeleteArtifactRequest,Empty>

getApiCallable()

public UnaryCallable<GetApiRequest,Api> getApiCallable()
Returns
TypeDescription
UnaryCallable<GetApiRequest,Api>

getApiDeploymentCallable()

public UnaryCallable<GetApiDeploymentRequest,ApiDeployment> getApiDeploymentCallable()
Returns
TypeDescription
UnaryCallable<GetApiDeploymentRequest,ApiDeployment>

getApiSpecCallable()

public UnaryCallable<GetApiSpecRequest,ApiSpec> getApiSpecCallable()
Returns
TypeDescription
UnaryCallable<GetApiSpecRequest,ApiSpec>

getApiSpecContentsCallable()

public UnaryCallable<GetApiSpecContentsRequest,HttpBody> getApiSpecContentsCallable()
Returns
TypeDescription
UnaryCallable<GetApiSpecContentsRequest,com.google.api.HttpBody>

getApiVersionCallable()

public UnaryCallable<GetApiVersionRequest,ApiVersion> getApiVersionCallable()
Returns
TypeDescription
UnaryCallable<GetApiVersionRequest,ApiVersion>

getArtifactCallable()

public UnaryCallable<GetArtifactRequest,Artifact> getArtifactCallable()
Returns
TypeDescription
UnaryCallable<GetArtifactRequest,Artifact>

getArtifactContentsCallable()

public UnaryCallable<GetArtifactContentsRequest,HttpBody> getArtifactContentsCallable()
Returns
TypeDescription
UnaryCallable<GetArtifactContentsRequest,com.google.api.HttpBody>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

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

listApiDeploymentRevisionsCallable()

public UnaryCallable<ListApiDeploymentRevisionsRequest,ListApiDeploymentRevisionsResponse> listApiDeploymentRevisionsCallable()
Returns
TypeDescription
UnaryCallable<ListApiDeploymentRevisionsRequest,ListApiDeploymentRevisionsResponse>

listApiDeploymentRevisionsPagedCallable()

public UnaryCallable<ListApiDeploymentRevisionsRequest,RegistryClient.ListApiDeploymentRevisionsPagedResponse> listApiDeploymentRevisionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListApiDeploymentRevisionsRequest,ListApiDeploymentRevisionsPagedResponse>

listApiDeploymentsCallable()

public UnaryCallable<ListApiDeploymentsRequest,ListApiDeploymentsResponse> listApiDeploymentsCallable()
Returns
TypeDescription
UnaryCallable<ListApiDeploymentsRequest,ListApiDeploymentsResponse>

listApiDeploymentsPagedCallable()

public UnaryCallable<ListApiDeploymentsRequest,RegistryClient.ListApiDeploymentsPagedResponse> listApiDeploymentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListApiDeploymentsRequest,ListApiDeploymentsPagedResponse>

listApiSpecRevisionsCallable()

public UnaryCallable<ListApiSpecRevisionsRequest,ListApiSpecRevisionsResponse> listApiSpecRevisionsCallable()
Returns
TypeDescription
UnaryCallable<ListApiSpecRevisionsRequest,ListApiSpecRevisionsResponse>

listApiSpecRevisionsPagedCallable()

public UnaryCallable<ListApiSpecRevisionsRequest,RegistryClient.ListApiSpecRevisionsPagedResponse> listApiSpecRevisionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListApiSpecRevisionsRequest,ListApiSpecRevisionsPagedResponse>

listApiSpecsCallable()

public UnaryCallable<ListApiSpecsRequest,ListApiSpecsResponse> listApiSpecsCallable()
Returns
TypeDescription
UnaryCallable<ListApiSpecsRequest,ListApiSpecsResponse>

listApiSpecsPagedCallable()

public UnaryCallable<ListApiSpecsRequest,RegistryClient.ListApiSpecsPagedResponse> listApiSpecsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListApiSpecsRequest,ListApiSpecsPagedResponse>

listApiVersionsCallable()

public UnaryCallable<ListApiVersionsRequest,ListApiVersionsResponse> listApiVersionsCallable()
Returns
TypeDescription
UnaryCallable<ListApiVersionsRequest,ListApiVersionsResponse>

listApiVersionsPagedCallable()

public UnaryCallable<ListApiVersionsRequest,RegistryClient.ListApiVersionsPagedResponse> listApiVersionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListApiVersionsRequest,ListApiVersionsPagedResponse>

listApisCallable()

public UnaryCallable<ListApisRequest,ListApisResponse> listApisCallable()
Returns
TypeDescription
UnaryCallable<ListApisRequest,ListApisResponse>

listApisPagedCallable()

public UnaryCallable<ListApisRequest,RegistryClient.ListApisPagedResponse> listApisPagedCallable()
Returns
TypeDescription
UnaryCallable<ListApisRequest,ListApisPagedResponse>

listArtifactsCallable()

public UnaryCallable<ListArtifactsRequest,ListArtifactsResponse> listArtifactsCallable()
Returns
TypeDescription
UnaryCallable<ListArtifactsRequest,ListArtifactsResponse>

listArtifactsPagedCallable()

public UnaryCallable<ListArtifactsRequest,RegistryClient.ListArtifactsPagedResponse> listArtifactsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListArtifactsRequest,ListArtifactsPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

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

replaceArtifactCallable()

public UnaryCallable<ReplaceArtifactRequest,Artifact> replaceArtifactCallable()
Returns
TypeDescription
UnaryCallable<ReplaceArtifactRequest,Artifact>

rollbackApiDeploymentCallable()

public UnaryCallable<RollbackApiDeploymentRequest,ApiDeployment> rollbackApiDeploymentCallable()
Returns
TypeDescription
UnaryCallable<RollbackApiDeploymentRequest,ApiDeployment>

rollbackApiSpecCallable()

public UnaryCallable<RollbackApiSpecRequest,ApiSpec> rollbackApiSpecCallable()
Returns
TypeDescription
UnaryCallable<RollbackApiSpecRequest,ApiSpec>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

tagApiDeploymentRevisionCallable()

public UnaryCallable<TagApiDeploymentRevisionRequest,ApiDeployment> tagApiDeploymentRevisionCallable()
Returns
TypeDescription
UnaryCallable<TagApiDeploymentRevisionRequest,ApiDeployment>

tagApiSpecRevisionCallable()

public UnaryCallable<TagApiSpecRevisionRequest,ApiSpec> tagApiSpecRevisionCallable()
Returns
TypeDescription
UnaryCallable<TagApiSpecRevisionRequest,ApiSpec>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateApiCallable()

public UnaryCallable<UpdateApiRequest,Api> updateApiCallable()
Returns
TypeDescription
UnaryCallable<UpdateApiRequest,Api>

updateApiDeploymentCallable()

public UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment> updateApiDeploymentCallable()
Returns
TypeDescription
UnaryCallable<UpdateApiDeploymentRequest,ApiDeployment>

updateApiSpecCallable()

public UnaryCallable<UpdateApiSpecRequest,ApiSpec> updateApiSpecCallable()
Returns
TypeDescription
UnaryCallable<UpdateApiSpecRequest,ApiSpec>

updateApiVersionCallable()

public UnaryCallable<UpdateApiVersionRequest,ApiVersion> updateApiVersionCallable()
Returns
TypeDescription
UnaryCallable<UpdateApiVersionRequest,ApiVersion>