package artifactregistry
import "google.golang.org/genproto/googleapis/devtools/artifactregistry/v1"
Package artifactregistry aliases all exported identifiers in package "cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb".
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterArtifactRegistryServer(s *grpc.Server, srv ArtifactRegistryServer)
- type AptArtifact
- type AptArtifact_PackageType
- type ArtifactRegistryClient
- type ArtifactRegistryServer
- type CreateRepositoryRequest
- type CreateTagRequest
- type DeletePackageRequest
- type DeleteRepositoryRequest
- type DeleteTagRequest
- type DeleteVersionRequest
- type DockerImage
- type File
- type GetDockerImageRequest
- type GetFileRequest
- type GetPackageRequest
- type GetProjectSettingsRequest
- type GetRepositoryRequest
- type GetTagRequest
- type GetVersionRequest
- type Hash
- type Hash_HashType
- type ImportAptArtifactsErrorInfo
- type ImportAptArtifactsErrorInfo_GcsSource
- type ImportAptArtifactsGcsSource
- type ImportAptArtifactsMetadata
- type ImportAptArtifactsRequest
- type ImportAptArtifactsRequest_GcsSource
- type ImportAptArtifactsResponse
- type ImportYumArtifactsErrorInfo
- type ImportYumArtifactsErrorInfo_GcsSource
- type ImportYumArtifactsGcsSource
- type ImportYumArtifactsMetadata
- type ImportYumArtifactsRequest
- type ImportYumArtifactsRequest_GcsSource
- type ImportYumArtifactsResponse
- type ListDockerImagesRequest
- type ListDockerImagesResponse
- type ListFilesRequest
- type ListFilesResponse
- type ListPackagesRequest
- type ListPackagesResponse
- type ListRepositoriesRequest
- type ListRepositoriesResponse
- type ListTagsRequest
- type ListTagsResponse
- type ListVersionsRequest
- type ListVersionsResponse
- type OperationMetadata
- type Package
- type ProjectSettings
- type ProjectSettings_RedirectionState
- type Repository
- type Repository_Format
- type Repository_MavenConfig
- type Repository_MavenRepositoryConfig
- type Repository_MavenRepositoryConfig_VersionPolicy
- type Tag
- type UnimplementedArtifactRegistryServer
- type UpdateProjectSettingsRequest
- type UpdateRepositoryRequest
- type UpdateTagRequest
- type Version
- type VersionView
- type YumArtifact
- type YumArtifact_PackageType
Constants ¶
const ( AptArtifact_BINARY = src.AptArtifact_BINARY AptArtifact_PACKAGE_TYPE_UNSPECIFIED = src.AptArtifact_PACKAGE_TYPE_UNSPECIFIED AptArtifact_SOURCE = src.AptArtifact_SOURCE Hash_HASH_TYPE_UNSPECIFIED = src.Hash_HASH_TYPE_UNSPECIFIED Hash_MD5 = src.Hash_MD5 Hash_SHA256 = src.Hash_SHA256 ProjectSettings_REDIRECTION_FROM_GCR_IO_DISABLED = src.ProjectSettings_REDIRECTION_FROM_GCR_IO_DISABLED ProjectSettings_REDIRECTION_FROM_GCR_IO_ENABLED = src.ProjectSettings_REDIRECTION_FROM_GCR_IO_ENABLED ProjectSettings_REDIRECTION_FROM_GCR_IO_FINALIZED = src.ProjectSettings_REDIRECTION_FROM_GCR_IO_FINALIZED ProjectSettings_REDIRECTION_STATE_UNSPECIFIED = src.ProjectSettings_REDIRECTION_STATE_UNSPECIFIED Repository_APT = src.Repository_APT Repository_DOCKER = src.Repository_DOCKER Repository_FORMAT_UNSPECIFIED = src.Repository_FORMAT_UNSPECIFIED Repository_MAVEN = src.Repository_MAVEN Repository_MavenRepositoryConfig_RELEASE = src.Repository_MavenRepositoryConfig_RELEASE Repository_MavenRepositoryConfig_SNAPSHOT = src.Repository_MavenRepositoryConfig_SNAPSHOT Repository_MavenRepositoryConfig_VERSION_POLICY_UNSPECIFIED = src.Repository_MavenRepositoryConfig_VERSION_POLICY_UNSPECIFIED Repository_NPM = src.Repository_NPM Repository_PYTHON = src.Repository_PYTHON Repository_YUM = src.Repository_YUM VersionView_BASIC = src.VersionView_BASIC VersionView_FULL = src.VersionView_FULL VersionView_VERSION_VIEW_UNSPECIFIED = src.VersionView_VERSION_VIEW_UNSPECIFIED YumArtifact_BINARY = src.YumArtifact_BINARY YumArtifact_PACKAGE_TYPE_UNSPECIFIED = src.YumArtifact_PACKAGE_TYPE_UNSPECIFIED YumArtifact_SOURCE = src.YumArtifact_SOURCE )
Deprecated: Please use consts in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
Variables ¶
var ( AptArtifact_PackageType_name = src.AptArtifact_PackageType_name AptArtifact_PackageType_value = src.AptArtifact_PackageType_value File_google_devtools_artifactregistry_v1_apt_artifact_proto = src.File_google_devtools_artifactregistry_v1_apt_artifact_proto File_google_devtools_artifactregistry_v1_artifact_proto = src.File_google_devtools_artifactregistry_v1_artifact_proto File_google_devtools_artifactregistry_v1_file_proto = src.File_google_devtools_artifactregistry_v1_file_proto File_google_devtools_artifactregistry_v1_package_proto = src.File_google_devtools_artifactregistry_v1_package_proto File_google_devtools_artifactregistry_v1_repository_proto = src.File_google_devtools_artifactregistry_v1_repository_proto File_google_devtools_artifactregistry_v1_service_proto = src.File_google_devtools_artifactregistry_v1_service_proto File_google_devtools_artifactregistry_v1_settings_proto = src.File_google_devtools_artifactregistry_v1_settings_proto File_google_devtools_artifactregistry_v1_tag_proto = src.File_google_devtools_artifactregistry_v1_tag_proto File_google_devtools_artifactregistry_v1_version_proto = src.File_google_devtools_artifactregistry_v1_version_proto File_google_devtools_artifactregistry_v1_yum_artifact_proto = src.File_google_devtools_artifactregistry_v1_yum_artifact_proto Hash_HashType_name = src.Hash_HashType_name Hash_HashType_value = src.Hash_HashType_value ProjectSettings_RedirectionState_name = src.ProjectSettings_RedirectionState_name ProjectSettings_RedirectionState_value = src.ProjectSettings_RedirectionState_value Repository_Format_name = src.Repository_Format_name Repository_Format_value = src.Repository_Format_value Repository_MavenRepositoryConfig_VersionPolicy_name = src.Repository_MavenRepositoryConfig_VersionPolicy_name Repository_MavenRepositoryConfig_VersionPolicy_value = src.Repository_MavenRepositoryConfig_VersionPolicy_value VersionView_name = src.VersionView_name VersionView_value = src.VersionView_value YumArtifact_PackageType_name = src.YumArtifact_PackageType_name YumArtifact_PackageType_value = src.YumArtifact_PackageType_value )
Deprecated: Please use vars in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
Functions ¶
func RegisterArtifactRegistryServer ¶
func RegisterArtifactRegistryServer(s *grpc.Server, srv ArtifactRegistryServer)
Deprecated: Please use funcs in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
Types ¶
type AptArtifact ¶
type AptArtifact = src.AptArtifact
A detailed representation of an Apt artifact. Information in the record is derived from the archive's control file. See https://www.debian.org/doc/debian-policy/ch-controlfields.html
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type AptArtifact_PackageType ¶
type AptArtifact_PackageType = src.AptArtifact_PackageType
Package type is either binary or source.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ArtifactRegistryClient ¶
type ArtifactRegistryClient = src.ArtifactRegistryClient
ArtifactRegistryClient is the client API for ArtifactRegistry service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
func NewArtifactRegistryClient ¶
func NewArtifactRegistryClient(cc grpc.ClientConnInterface) ArtifactRegistryClient
Deprecated: Please use funcs in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ArtifactRegistryServer ¶
type ArtifactRegistryServer = src.ArtifactRegistryServer
ArtifactRegistryServer is the server API for ArtifactRegistry service.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type CreateRepositoryRequest ¶
type CreateRepositoryRequest = src.CreateRepositoryRequest
The request to create a new repository.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type CreateTagRequest ¶
type CreateTagRequest = src.CreateTagRequest
The request to create a new tag.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type DeletePackageRequest ¶
type DeletePackageRequest = src.DeletePackageRequest
The request to delete a package.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type DeleteRepositoryRequest ¶
type DeleteRepositoryRequest = src.DeleteRepositoryRequest
The request to delete a repository.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type DeleteTagRequest ¶
type DeleteTagRequest = src.DeleteTagRequest
The request to delete a tag.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type DeleteVersionRequest ¶
type DeleteVersionRequest = src.DeleteVersionRequest
The request to delete a version.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type DockerImage ¶
type DockerImage = src.DockerImage
DockerImage represents a docker artifact. The following fields are returned as untyped metadata in the Version resource, using camelcase keys (i.e. metadata.imageSizeBytes): * imageSizeBytes * mediaType * buildTime
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type File ¶
Files store content that is potentially associated with Packages or Versions.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type GetDockerImageRequest ¶
type GetDockerImageRequest = src.GetDockerImageRequest
The request to get docker images.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type GetFileRequest ¶
type GetFileRequest = src.GetFileRequest
The request to retrieve a file.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type GetPackageRequest ¶
type GetPackageRequest = src.GetPackageRequest
The request to retrieve a package.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type GetProjectSettingsRequest ¶
type GetProjectSettingsRequest = src.GetProjectSettingsRequest
Gets the redirection status for a project.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type GetRepositoryRequest ¶
type GetRepositoryRequest = src.GetRepositoryRequest
The request to retrieve a repository.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type GetTagRequest ¶
type GetTagRequest = src.GetTagRequest
The request to retrieve a tag.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type GetVersionRequest ¶
type GetVersionRequest = src.GetVersionRequest
The request to retrieve a version.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Hash ¶
A hash of file content.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Hash_HashType ¶
type Hash_HashType = src.Hash_HashType
The algorithm used to compute the hash.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportAptArtifactsErrorInfo ¶
type ImportAptArtifactsErrorInfo = src.ImportAptArtifactsErrorInfo
Error information explaining why a package was not imported.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportAptArtifactsErrorInfo_GcsSource ¶
type ImportAptArtifactsErrorInfo_GcsSource = src.ImportAptArtifactsErrorInfo_GcsSource
type ImportAptArtifactsGcsSource ¶
type ImportAptArtifactsGcsSource = src.ImportAptArtifactsGcsSource
Google Cloud Storage location where the artifacts currently reside.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportAptArtifactsMetadata ¶
type ImportAptArtifactsMetadata = src.ImportAptArtifactsMetadata
The operation metadata for importing artifacts.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportAptArtifactsRequest ¶
type ImportAptArtifactsRequest = src.ImportAptArtifactsRequest
The request to import new apt artifacts.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportAptArtifactsRequest_GcsSource ¶
type ImportAptArtifactsRequest_GcsSource = src.ImportAptArtifactsRequest_GcsSource
type ImportAptArtifactsResponse ¶
type ImportAptArtifactsResponse = src.ImportAptArtifactsResponse
The response message from importing APT artifacts.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportYumArtifactsErrorInfo ¶
type ImportYumArtifactsErrorInfo = src.ImportYumArtifactsErrorInfo
Error information explaining why a package was not imported.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportYumArtifactsErrorInfo_GcsSource ¶
type ImportYumArtifactsErrorInfo_GcsSource = src.ImportYumArtifactsErrorInfo_GcsSource
type ImportYumArtifactsGcsSource ¶
type ImportYumArtifactsGcsSource = src.ImportYumArtifactsGcsSource
Google Cloud Storage location where the artifacts currently reside.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportYumArtifactsMetadata ¶
type ImportYumArtifactsMetadata = src.ImportYumArtifactsMetadata
The operation metadata for importing artifacts.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportYumArtifactsRequest ¶
type ImportYumArtifactsRequest = src.ImportYumArtifactsRequest
The request to import new yum artifacts.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ImportYumArtifactsRequest_GcsSource ¶
type ImportYumArtifactsRequest_GcsSource = src.ImportYumArtifactsRequest_GcsSource
type ImportYumArtifactsResponse ¶
type ImportYumArtifactsResponse = src.ImportYumArtifactsResponse
The response message from importing YUM artifacts.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListDockerImagesRequest ¶
type ListDockerImagesRequest = src.ListDockerImagesRequest
The request to list docker images.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListDockerImagesResponse ¶
type ListDockerImagesResponse = src.ListDockerImagesResponse
The response from listing docker images.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListFilesRequest ¶
type ListFilesRequest = src.ListFilesRequest
The request to list files.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListFilesResponse ¶
type ListFilesResponse = src.ListFilesResponse
The response from listing files.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListPackagesRequest ¶
type ListPackagesRequest = src.ListPackagesRequest
The request to list packages.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListPackagesResponse ¶
type ListPackagesResponse = src.ListPackagesResponse
The response from listing packages.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListRepositoriesRequest ¶
type ListRepositoriesRequest = src.ListRepositoriesRequest
The request to list repositories.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListRepositoriesResponse ¶
type ListRepositoriesResponse = src.ListRepositoriesResponse
The response from listing repositories.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListTagsRequest ¶
type ListTagsRequest = src.ListTagsRequest
The request to list tags.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListTagsResponse ¶
type ListTagsResponse = src.ListTagsResponse
The response from listing tags.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListVersionsRequest ¶
type ListVersionsRequest = src.ListVersionsRequest
The request to list versions.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ListVersionsResponse ¶
type ListVersionsResponse = src.ListVersionsResponse
The response from listing versions.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type OperationMetadata ¶
type OperationMetadata = src.OperationMetadata
Metadata type for longrunning-operations, currently empty.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Package ¶
Packages are named collections of versions.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ProjectSettings ¶
type ProjectSettings = src.ProjectSettings
The Artifact Registry settings that apply to a Project.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type ProjectSettings_RedirectionState ¶
type ProjectSettings_RedirectionState = src.ProjectSettings_RedirectionState
The possible redirection states for legacy repositories.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Repository ¶
type Repository = src.Repository
A Repository for storing artifacts with a specific format.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Repository_Format ¶
type Repository_Format = src.Repository_Format
A package format.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Repository_MavenConfig ¶
type Repository_MavenConfig = src.Repository_MavenConfig
type Repository_MavenRepositoryConfig ¶
type Repository_MavenRepositoryConfig = src.Repository_MavenRepositoryConfig
MavenRepositoryConfig is maven related repository details. Provides additional configuration details for repositories of the maven format type.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Repository_MavenRepositoryConfig_VersionPolicy ¶
type Repository_MavenRepositoryConfig_VersionPolicy = src.Repository_MavenRepositoryConfig_VersionPolicy
VersionPolicy is the version policy for the repository.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type Tag ¶
Tags point to a version and represent an alternative name that can be used to access the version.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type UnimplementedArtifactRegistryServer ¶
type UnimplementedArtifactRegistryServer = src.UnimplementedArtifactRegistryServer
UnimplementedArtifactRegistryServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type UpdateProjectSettingsRequest ¶
type UpdateProjectSettingsRequest = src.UpdateProjectSettingsRequest
Sets the settings of the project.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type UpdateRepositoryRequest ¶
type UpdateRepositoryRequest = src.UpdateRepositoryRequest
The request to update a repository.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type UpdateTagRequest ¶
type UpdateTagRequest = src.UpdateTagRequest
The request to create or update a tag.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type 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.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type VersionView ¶
type VersionView = src.VersionView
The view, which determines what version information is returned in a response.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type YumArtifact ¶
type YumArtifact = src.YumArtifact
A detailed representation of a Yum artifact.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
type YumArtifact_PackageType ¶
type YumArtifact_PackageType = src.YumArtifact_PackageType
Package type is either binary or source.
Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.