Class ArtifactRegistryStub

public abstract class ArtifactRegistryStub implements BackgroundResource

Base stub class for the ArtifactRegistry service API.

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

Inheritance

java.lang.Object > ArtifactRegistryStub

Implements

BackgroundResource

Constructors

ArtifactRegistryStub()

public ArtifactRegistryStub()

Methods

close()

public abstract void close()

createRepositoryCallable()

public UnaryCallable<CreateRepositoryRequest,Operation> createRepositoryCallable()
Returns

createRepositoryOperationCallable()

public OperationCallable<CreateRepositoryRequest,Repository,OperationMetadata> createRepositoryOperationCallable()
Returns

createTagCallable()

public UnaryCallable<CreateTagRequest,Tag> createTagCallable()
Returns

deletePackageCallable()

public UnaryCallable<DeletePackageRequest,Operation> deletePackageCallable()
Returns

deletePackageOperationCallable()

public OperationCallable<DeletePackageRequest,Empty,OperationMetadata> deletePackageOperationCallable()
Returns

deleteRepositoryCallable()

public UnaryCallable<DeleteRepositoryRequest,Operation> deleteRepositoryCallable()
Returns

deleteRepositoryOperationCallable()

public OperationCallable<DeleteRepositoryRequest,Empty,OperationMetadata> deleteRepositoryOperationCallable()
Returns

deleteTagCallable()

public UnaryCallable<DeleteTagRequest,Empty> deleteTagCallable()
Returns

deleteVersionCallable()

public UnaryCallable<DeleteVersionRequest,Operation> deleteVersionCallable()
Returns

deleteVersionOperationCallable()

public OperationCallable<DeleteVersionRequest,Empty,OperationMetadata> deleteVersionOperationCallable()
Returns

getFileCallable()

public UnaryCallable<GetFileRequest,File> getFileCallable()
Returns

getIamPolicyCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getPackageCallable()

public UnaryCallable<GetPackageRequest,Package> getPackageCallable()
Returns

getRepositoryCallable()

public UnaryCallable<GetRepositoryRequest,Repository> getRepositoryCallable()
Returns

getTagCallable()

public UnaryCallable<GetTagRequest,Tag> getTagCallable()
Returns

getVersionCallable()

public UnaryCallable<GetVersionRequest,Version> getVersionCallable()
Returns

listFilesCallable()

public UnaryCallable<ListFilesRequest,ListFilesResponse> listFilesCallable()
Returns

listFilesPagedCallable()

public UnaryCallable<ListFilesRequest,ArtifactRegistryClient.ListFilesPagedResponse> listFilesPagedCallable()
Returns

listPackagesCallable()

public UnaryCallable<ListPackagesRequest,ListPackagesResponse> listPackagesCallable()
Returns

listPackagesPagedCallable()

public UnaryCallable<ListPackagesRequest,ArtifactRegistryClient.ListPackagesPagedResponse> listPackagesPagedCallable()
Returns

listRepositoriesCallable()

public UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> listRepositoriesCallable()
Returns

listRepositoriesPagedCallable()

public UnaryCallable<ListRepositoriesRequest,ArtifactRegistryClient.ListRepositoriesPagedResponse> listRepositoriesPagedCallable()
Returns

listTagsCallable()

public UnaryCallable<ListTagsRequest,ListTagsResponse> listTagsCallable()
Returns

listTagsPagedCallable()

public UnaryCallable<ListTagsRequest,ArtifactRegistryClient.ListTagsPagedResponse> listTagsPagedCallable()
Returns

listVersionsCallable()

public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
Returns

listVersionsPagedCallable()

public UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse> listVersionsPagedCallable()
Returns

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateRepositoryCallable()

public UnaryCallable<UpdateRepositoryRequest,Repository> updateRepositoryCallable()
Returns

updateTagCallable()

public UnaryCallable<UpdateTagRequest,Tag> updateTagCallable()
Returns