artifactregistry

package
v0.0.0-...-8cf5692 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Overview

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

View Source
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

View Source
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 deprecated

func RegisterArtifactRegistryServer(s *grpc.Server, srv ArtifactRegistryServer)

Deprecated: Please use funcs in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

Types

type AptArtifact deprecated

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 deprecated

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 deprecated

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 deprecated

func NewArtifactRegistryClient(cc grpc.ClientConnInterface) ArtifactRegistryClient

Deprecated: Please use funcs in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ArtifactRegistryServer deprecated

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 deprecated

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 deprecated

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 deprecated

type DeletePackageRequest = src.DeletePackageRequest

The request to delete a package.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type DeleteRepositoryRequest deprecated

type DeleteRepositoryRequest = src.DeleteRepositoryRequest

The request to delete a repository.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type DeleteTagRequest deprecated

type DeleteTagRequest = src.DeleteTagRequest

The request to delete a tag.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type DeleteVersionRequest deprecated

type DeleteVersionRequest = src.DeleteVersionRequest

The request to delete a version.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type DockerImage deprecated

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 deprecated

type File = src.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 deprecated

type GetDockerImageRequest = src.GetDockerImageRequest

The request to get docker images.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type GetFileRequest deprecated

type GetFileRequest = src.GetFileRequest

The request to retrieve a file.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type GetPackageRequest deprecated

type GetPackageRequest = src.GetPackageRequest

The request to retrieve a package.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type GetProjectSettingsRequest deprecated

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 deprecated

type GetRepositoryRequest = src.GetRepositoryRequest

The request to retrieve a repository.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type GetTagRequest deprecated

type GetTagRequest = src.GetTagRequest

The request to retrieve a tag.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type GetVersionRequest deprecated

type GetVersionRequest = src.GetVersionRequest

The request to retrieve a version.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type Hash deprecated

type Hash = src.Hash

A hash of file content.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type Hash_HashType deprecated

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 deprecated

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 deprecated

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 deprecated

type ImportAptArtifactsMetadata = src.ImportAptArtifactsMetadata

The operation metadata for importing artifacts.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ImportAptArtifactsRequest deprecated

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 deprecated

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 deprecated

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 deprecated

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 deprecated

type ImportYumArtifactsMetadata = src.ImportYumArtifactsMetadata

The operation metadata for importing artifacts.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ImportYumArtifactsRequest deprecated

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 deprecated

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 deprecated

type ListDockerImagesRequest = src.ListDockerImagesRequest

The request to list docker images.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListDockerImagesResponse deprecated

type ListDockerImagesResponse = src.ListDockerImagesResponse

The response from listing docker images.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListFilesRequest deprecated

type ListFilesRequest = src.ListFilesRequest

The request to list files.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListFilesResponse deprecated

type ListFilesResponse = src.ListFilesResponse

The response from listing files.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListPackagesRequest deprecated

type ListPackagesRequest = src.ListPackagesRequest

The request to list packages.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListPackagesResponse deprecated

type ListPackagesResponse = src.ListPackagesResponse

The response from listing packages.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListRepositoriesRequest deprecated

type ListRepositoriesRequest = src.ListRepositoriesRequest

The request to list repositories.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListRepositoriesResponse deprecated

type ListRepositoriesResponse = src.ListRepositoriesResponse

The response from listing repositories.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListTagsRequest deprecated

type ListTagsRequest = src.ListTagsRequest

The request to list tags.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListTagsResponse deprecated

type ListTagsResponse = src.ListTagsResponse

The response from listing tags.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListVersionsRequest deprecated

type ListVersionsRequest = src.ListVersionsRequest

The request to list versions.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ListVersionsResponse deprecated

type ListVersionsResponse = src.ListVersionsResponse

The response from listing versions.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type OperationMetadata deprecated

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 deprecated

type Package = src.Package

Packages are named collections of versions.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type ProjectSettings deprecated

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 deprecated

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 deprecated

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 deprecated

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 deprecated

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 deprecated

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 deprecated

type Tag = src.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 deprecated

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 deprecated

type UpdateProjectSettingsRequest = src.UpdateProjectSettingsRequest

Sets the settings of the project.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type UpdateRepositoryRequest deprecated

type UpdateRepositoryRequest = src.UpdateRepositoryRequest

The request to update a repository.

Deprecated: Please use types in: cloud.google.com/go/artifactregistry/apiv1/artifactregistrypb

type UpdateTagRequest deprecated

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 deprecated

type Version = src.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 deprecated

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 deprecated

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 deprecated

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL