Class ArtifactRegistryStub (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
Constructors
public ArtifactRegistryStub()
Methods
public abstract void close()
public UnaryCallable<CreateRepositoryRequest,Operation> createRepositoryCallable()
Returns
public OperationCallable<CreateRepositoryRequest,Repository,OperationMetadata> createRepositoryOperationCallable()
Returns
public UnaryCallable<CreateTagRequest,Tag> createTagCallable()
Returns
public UnaryCallable<DeletePackageRequest,Operation> deletePackageCallable()
Returns
public OperationCallable<DeletePackageRequest,Empty,OperationMetadata> deletePackageOperationCallable()
Returns
public UnaryCallable<DeleteRepositoryRequest,Operation> deleteRepositoryCallable()
Returns
public OperationCallable<DeleteRepositoryRequest,Empty,OperationMetadata> deleteRepositoryOperationCallable()
Returns
public UnaryCallable<DeleteTagRequest,Empty> deleteTagCallable()
Returns
public UnaryCallable<DeleteVersionRequest,Operation> deleteVersionCallable()
Returns
public OperationCallable<DeleteVersionRequest,Empty,OperationMetadata> deleteVersionOperationCallable()
Returns
public UnaryCallable<GetFileRequest,File> getFileCallable()
Returns
public OperationsStub getHttpJsonOperationsStub()
Returns
public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
public OperationsStub getOperationsStub()
Returns
public UnaryCallable<GetPackageRequest,Package> getPackageCallable()
Returns
public UnaryCallable<GetProjectSettingsRequest,ProjectSettings> getProjectSettingsCallable()
Returns
public UnaryCallable<GetRepositoryRequest,Repository> getRepositoryCallable()
Returns
public UnaryCallable<GetTagRequest,Tag> getTagCallable()
Returns
public UnaryCallable<GetVersionRequest,Version> getVersionCallable()
Returns
public UnaryCallable<ImportAptArtifactsRequest,Operation> importAptArtifactsCallable()
Returns
public OperationCallable<ImportAptArtifactsRequest,ImportAptArtifactsResponse,ImportAptArtifactsMetadata> importAptArtifactsOperationCallable()
Returns
public UnaryCallable<ImportYumArtifactsRequest,Operation> importYumArtifactsCallable()
Returns
public OperationCallable<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata> importYumArtifactsOperationCallable()
Returns
public UnaryCallable<ListFilesRequest,ListFilesResponse> listFilesCallable()
Returns
listFilesPagedCallable()
public UnaryCallable<ListFilesRequest,ArtifactRegistryClient.ListFilesPagedResponse> listFilesPagedCallable()
Returns
public UnaryCallable<ListPackagesRequest,ListPackagesResponse> listPackagesCallable()
Returns
listPackagesPagedCallable()
public UnaryCallable<ListPackagesRequest,ArtifactRegistryClient.ListPackagesPagedResponse> listPackagesPagedCallable()
Returns
public UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> listRepositoriesCallable()
Returns
listRepositoriesPagedCallable()
public UnaryCallable<ListRepositoriesRequest,ArtifactRegistryClient.ListRepositoriesPagedResponse> listRepositoriesPagedCallable()
Returns
public UnaryCallable<ListTagsRequest,ListTagsResponse> listTagsCallable()
Returns
listTagsPagedCallable()
public UnaryCallable<ListTagsRequest,ArtifactRegistryClient.ListTagsPagedResponse> listTagsPagedCallable()
Returns
public UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
Returns
listVersionsPagedCallable()
public UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse> listVersionsPagedCallable()
Returns
public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type | Description |
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
public UnaryCallable<UpdateProjectSettingsRequest,ProjectSettings> updateProjectSettingsCallable()
Returns
public UnaryCallable<UpdateRepositoryRequest,Repository> updateRepositoryCallable()
Returns
public UnaryCallable<UpdateTagRequest,Tag> updateTagCallable()
Returns
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-04 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-10-04 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-04 UTC."]]