- 1.50.0 (latest)
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.9
- 1.1.1
- 0.5.0
- 0.4.0
The interfaces provided are listed below, along with usage samples.
======================= ArtifactRegistryClient =======================
Service Description: The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts from different package management systems.
The resources managed by this API are:
- Repositories, which group packages and their data.
- Packages, which group versions and their tags.
- Versions, which are specific forms of a package.
- Tags, which represent alternative names for versions.
- Files, which contain content and are optionally associated with a Package or Version.
Sample for ArtifactRegistryClient:
try (ArtifactRegistryClient artifactRegistryClient = ArtifactRegistryClient.create()) {
String name = "name3373707";
Repository response = artifactRegistryClient.getRepository(name);
}
Classes
ArtifactRegistryClient
Service Description: The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts from different package management systems.
The resources managed by this API are:
- Repositories, which group packages and their data.
- Packages, which group versions and their tags.
- Versions, which are specific forms of a package.
- Tags, which represent alternative names for versions.
- Files, which contain content and are optionally associated with a Package or Version.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
try (ArtifactRegistryClient artifactRegistryClient = ArtifactRegistryClient.create()) {
String name = "name3373707";
Repository response = artifactRegistryClient.getRepository(name);
}
Note: close() needs to be called on the ArtifactRegistryClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
The surface of this class includes several types of Java methods for each of the API's methods:
- A "flattened" method. With this type of method, the fields of the request type have been converted into function parameters. It may be the case that not all fields are available as parameters, and not every API method will have a flattened method entry point.
- A "request object" method. This type of method only takes one parameter, a request object, which must be constructed before the call. Not every API method will have a request object method.
- A "callable" method. This type of method takes no parameters and returns an immutable API callable object, which can be used to initiate calls to the service.
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of ArtifactRegistrySettings to create(). For example:
To customize credentials:
ArtifactRegistrySettings artifactRegistrySettings =
ArtifactRegistrySettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
ArtifactRegistryClient artifactRegistryClient =
ArtifactRegistryClient.create(artifactRegistrySettings);
To customize the endpoint:
ArtifactRegistrySettings artifactRegistrySettings =
ArtifactRegistrySettings.newBuilder().setEndpoint(myEndpoint).build();
ArtifactRegistryClient artifactRegistryClient =
ArtifactRegistryClient.create(artifactRegistrySettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
ArtifactRegistryClient.ListFilesFixedSizeCollection
ArtifactRegistryClient.ListFilesPage
ArtifactRegistryClient.ListFilesPagedResponse
ArtifactRegistryClient.ListPackagesFixedSizeCollection
ArtifactRegistryClient.ListPackagesPage
ArtifactRegistryClient.ListPackagesPagedResponse
ArtifactRegistryClient.ListRepositoriesFixedSizeCollection
ArtifactRegistryClient.ListRepositoriesPage
ArtifactRegistryClient.ListRepositoriesPagedResponse
ArtifactRegistryClient.ListTagsFixedSizeCollection
ArtifactRegistryClient.ListTagsPage
ArtifactRegistryClient.ListTagsPagedResponse
ArtifactRegistryClient.ListVersionsFixedSizeCollection
ArtifactRegistryClient.ListVersionsPage
ArtifactRegistryClient.ListVersionsPagedResponse
ArtifactRegistryGrpc
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts
from different package management systems.
The resources managed by this API are:
* Repositories, which group packages and their data.
* Packages, which group versions and their tags.
* Versions, which are specific forms of a package.
* Tags, which represent alternative names for versions.
* Files, which contain content and are optionally associated with a Package
or Version.
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts
from different package management systems.
The resources managed by this API are:
* Repositories, which group packages and their data.
* Packages, which group versions and their tags.
* Versions, which are specific forms of a package.
* Tags, which represent alternative names for versions.
* Files, which contain content and are optionally associated with a Package
or Version.
ArtifactRegistryGrpc.ArtifactRegistryFutureStub
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts
from different package management systems.
The resources managed by this API are:
* Repositories, which group packages and their data.
* Packages, which group versions and their tags.
* Versions, which are specific forms of a package.
* Tags, which represent alternative names for versions.
* Files, which contain content and are optionally associated with a Package
or Version.
ArtifactRegistryGrpc.ArtifactRegistryImplBase
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts
from different package management systems.
The resources managed by this API are:
* Repositories, which group packages and their data.
* Packages, which group versions and their tags.
* Versions, which are specific forms of a package.
* Tags, which represent alternative names for versions.
* Files, which contain content and are optionally associated with a Package
or Version.
ArtifactRegistryGrpc.ArtifactRegistryStub
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts
from different package management systems.
The resources managed by this API are:
* Repositories, which group packages and their data.
* Packages, which group versions and their tags.
* Versions, which are specific forms of a package.
* Tags, which represent alternative names for versions.
* Files, which contain content and are optionally associated with a Package
or Version.
ArtifactRegistrySettings
Settings class to configure an instance of ArtifactRegistryClient.
The default instance has everything set to sensible defaults:
- The default service address (artifactregistry.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getRepository to 30 seconds:
ArtifactRegistrySettings.Builder artifactRegistrySettingsBuilder =
ArtifactRegistrySettings.newBuilder();
artifactRegistrySettingsBuilder
.getRepositorySettings()
.setRetrySettings(
artifactRegistrySettingsBuilder
.getRepositorySettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ArtifactRegistrySettings artifactRegistrySettings = artifactRegistrySettingsBuilder.build();
ArtifactRegistrySettings.Builder
Builder for ArtifactRegistrySettings.
CreateRepositoryRequest
The request to create a new repository.
Protobuf type google.devtools.artifactregistry.v1beta2.CreateRepositoryRequest
CreateRepositoryRequest.Builder
The request to create a new repository.
Protobuf type google.devtools.artifactregistry.v1beta2.CreateRepositoryRequest
CreateTagRequest
The request to create a new tag.
Protobuf type google.devtools.artifactregistry.v1beta2.CreateTagRequest
CreateTagRequest.Builder
The request to create a new tag.
Protobuf type google.devtools.artifactregistry.v1beta2.CreateTagRequest
DeletePackageRequest
The request to delete a package.
Protobuf type google.devtools.artifactregistry.v1beta2.DeletePackageRequest
DeletePackageRequest.Builder
The request to delete a package.
Protobuf type google.devtools.artifactregistry.v1beta2.DeletePackageRequest
DeleteRepositoryRequest
The request to delete a repository.
Protobuf type google.devtools.artifactregistry.v1beta2.DeleteRepositoryRequest
DeleteRepositoryRequest.Builder
The request to delete a repository.
Protobuf type google.devtools.artifactregistry.v1beta2.DeleteRepositoryRequest
DeleteTagRequest
The request to delete a tag.
Protobuf type google.devtools.artifactregistry.v1beta2.DeleteTagRequest
DeleteTagRequest.Builder
The request to delete a tag.
Protobuf type google.devtools.artifactregistry.v1beta2.DeleteTagRequest
DeleteVersionRequest
The request to delete a version.
Protobuf type google.devtools.artifactregistry.v1beta2.DeleteVersionRequest
DeleteVersionRequest.Builder
The request to delete a version.
Protobuf type google.devtools.artifactregistry.v1beta2.DeleteVersionRequest
File
Files store content that is potentially associated with Packages or Versions.
Protobuf type google.devtools.artifactregistry.v1beta2.File
File.Builder
Files store content that is potentially associated with Packages or Versions.
Protobuf type google.devtools.artifactregistry.v1beta2.File
FileProto
GetFileRequest
The request to retrieve a file.
Protobuf type google.devtools.artifactregistry.v1beta2.GetFileRequest
GetFileRequest.Builder
The request to retrieve a file.
Protobuf type google.devtools.artifactregistry.v1beta2.GetFileRequest
GetPackageRequest
The request to retrieve a package.
Protobuf type google.devtools.artifactregistry.v1beta2.GetPackageRequest
GetPackageRequest.Builder
The request to retrieve a package.
Protobuf type google.devtools.artifactregistry.v1beta2.GetPackageRequest
GetRepositoryRequest
The request to retrieve a repository.
Protobuf type google.devtools.artifactregistry.v1beta2.GetRepositoryRequest
GetRepositoryRequest.Builder
The request to retrieve a repository.
Protobuf type google.devtools.artifactregistry.v1beta2.GetRepositoryRequest
GetTagRequest
The request to retrieve a tag.
Protobuf type google.devtools.artifactregistry.v1beta2.GetTagRequest
GetTagRequest.Builder
The request to retrieve a tag.
Protobuf type google.devtools.artifactregistry.v1beta2.GetTagRequest
GetVersionRequest
The request to retrieve a version.
Protobuf type google.devtools.artifactregistry.v1beta2.GetVersionRequest
GetVersionRequest.Builder
The request to retrieve a version.
Protobuf type google.devtools.artifactregistry.v1beta2.GetVersionRequest
Hash
A hash of file content.
Protobuf type google.devtools.artifactregistry.v1beta2.Hash
Hash.Builder
A hash of file content.
Protobuf type google.devtools.artifactregistry.v1beta2.Hash
ListFilesRequest
The request to list files.
Protobuf type google.devtools.artifactregistry.v1beta2.ListFilesRequest
ListFilesRequest.Builder
The request to list files.
Protobuf type google.devtools.artifactregistry.v1beta2.ListFilesRequest
ListFilesResponse
The response from listing files.
Protobuf type google.devtools.artifactregistry.v1beta2.ListFilesResponse
ListFilesResponse.Builder
The response from listing files.
Protobuf type google.devtools.artifactregistry.v1beta2.ListFilesResponse
ListPackagesRequest
The request to list packages.
Protobuf type google.devtools.artifactregistry.v1beta2.ListPackagesRequest
ListPackagesRequest.Builder
The request to list packages.
Protobuf type google.devtools.artifactregistry.v1beta2.ListPackagesRequest
ListPackagesResponse
The response from listing packages.
Protobuf type google.devtools.artifactregistry.v1beta2.ListPackagesResponse
ListPackagesResponse.Builder
The response from listing packages.
Protobuf type google.devtools.artifactregistry.v1beta2.ListPackagesResponse
ListRepositoriesRequest
The request to list repositories.
Protobuf type google.devtools.artifactregistry.v1beta2.ListRepositoriesRequest
ListRepositoriesRequest.Builder
The request to list repositories.
Protobuf type google.devtools.artifactregistry.v1beta2.ListRepositoriesRequest
ListRepositoriesResponse
The response from listing repositories.
Protobuf type google.devtools.artifactregistry.v1beta2.ListRepositoriesResponse
ListRepositoriesResponse.Builder
The response from listing repositories.
Protobuf type google.devtools.artifactregistry.v1beta2.ListRepositoriesResponse
ListTagsRequest
The request to list tags.
Protobuf type google.devtools.artifactregistry.v1beta2.ListTagsRequest
ListTagsRequest.Builder
The request to list tags.
Protobuf type google.devtools.artifactregistry.v1beta2.ListTagsRequest
ListTagsResponse
The response from listing tags.
Protobuf type google.devtools.artifactregistry.v1beta2.ListTagsResponse
ListTagsResponse.Builder
The response from listing tags.
Protobuf type google.devtools.artifactregistry.v1beta2.ListTagsResponse
ListVersionsRequest
The request to list versions.
Protobuf type google.devtools.artifactregistry.v1beta2.ListVersionsRequest
ListVersionsRequest.Builder
The request to list versions.
Protobuf type google.devtools.artifactregistry.v1beta2.ListVersionsRequest
ListVersionsResponse
The response from listing versions.
Protobuf type google.devtools.artifactregistry.v1beta2.ListVersionsResponse
ListVersionsResponse.Builder
The response from listing versions.
Protobuf type google.devtools.artifactregistry.v1beta2.ListVersionsResponse
OperationMetadata
Metadata type for longrunning-operations, currently empty.
Protobuf type google.devtools.artifactregistry.v1beta2.OperationMetadata
OperationMetadata.Builder
Metadata type for longrunning-operations, currently empty.
Protobuf type google.devtools.artifactregistry.v1beta2.OperationMetadata
Package
Packages are named collections of versions.
Protobuf type google.devtools.artifactregistry.v1beta2.Package
Package.Builder
Packages are named collections of versions.
Protobuf type google.devtools.artifactregistry.v1beta2.Package
PackageProto
Repository
A Repository for storing artifacts with a specific format.
Protobuf type google.devtools.artifactregistry.v1beta2.Repository
Repository.Builder
A Repository for storing artifacts with a specific format.
Protobuf type google.devtools.artifactregistry.v1beta2.Repository
RepositoryProto
ServiceProto
SettingsProto
Tag
Tags point to a version and represent an alternative name that can be used
to access the version.
Protobuf type google.devtools.artifactregistry.v1beta2.Tag
Tag.Builder
Tags point to a version and represent an alternative name that can be used
to access the version.
Protobuf type google.devtools.artifactregistry.v1beta2.Tag
TagProto
UpdateRepositoryRequest
The request to update a repository.
Protobuf type google.devtools.artifactregistry.v1beta2.UpdateRepositoryRequest
UpdateRepositoryRequest.Builder
The request to update a repository.
Protobuf type google.devtools.artifactregistry.v1beta2.UpdateRepositoryRequest
UpdateTagRequest
The request to create or update a tag.
Protobuf type google.devtools.artifactregistry.v1beta2.UpdateTagRequest
UpdateTagRequest.Builder
The request to create or update a tag.
Protobuf type google.devtools.artifactregistry.v1beta2.UpdateTagRequest
Version
The body of a version resource. A version resource represents a
collection of components, such as files and other data. This may correspond
to a version in many package management schemes.
Protobuf type google.devtools.artifactregistry.v1beta2.Version
Version.Builder
The body of a version resource. A version resource represents a
collection of components, such as files and other data. This may correspond
to a version in many package management schemes.
Protobuf type google.devtools.artifactregistry.v1beta2.Version
VersionProto
Interfaces
CreateRepositoryRequestOrBuilder
CreateTagRequestOrBuilder
DeletePackageRequestOrBuilder
DeleteRepositoryRequestOrBuilder
DeleteTagRequestOrBuilder
DeleteVersionRequestOrBuilder
FileOrBuilder
GetFileRequestOrBuilder
GetPackageRequestOrBuilder
GetRepositoryRequestOrBuilder
GetTagRequestOrBuilder
GetVersionRequestOrBuilder
HashOrBuilder
ListFilesRequestOrBuilder
ListFilesResponseOrBuilder
ListPackagesRequestOrBuilder
ListPackagesResponseOrBuilder
ListRepositoriesRequestOrBuilder
ListRepositoriesResponseOrBuilder
ListTagsRequestOrBuilder
ListTagsResponseOrBuilder
ListVersionsRequestOrBuilder
ListVersionsResponseOrBuilder
OperationMetadataOrBuilder
PackageOrBuilder
RepositoryOrBuilder
TagOrBuilder
UpdateRepositoryRequestOrBuilder
UpdateTagRequestOrBuilder
VersionOrBuilder
Enums
Hash.HashType
The algorithm used to compute the hash.
Protobuf enum google.devtools.artifactregistry.v1beta2.Hash.HashType
Repository.Format
A package format.
Protobuf enum google.devtools.artifactregistry.v1beta2.Repository.Format
VersionView
The view, which determines what version information is returned in a
response.
Protobuf enum google.devtools.artifactregistry.v1beta2.VersionView