Package Methods (1.16.1)

Summary of entries of Methods for artifactregistry.

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient

ArtifactRegistryAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.artifactregistry_v1.services.artifact_registry.transports.base.ArtifactRegistryTransport, typing.Callable[[...], google.cloud.artifactregistry_v1.services.artifact_registry.transports.base.ArtifactRegistryTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the artifact registry async client.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.apt_artifact_path

apt_artifact_path( project: str, location: str, repository: str, apt_artifact: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.attachment_path

attachment_path( project: str, location: str, repository: str, attachment: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.batch_delete_versions

batch_delete_versions( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.BatchDeleteVersionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, names: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.create_attachment

create_attachment( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.CreateAttachmentRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, attachment: typing.Optional[ google.cloud.artifactregistry_v1.types.attachment.Attachment ] = None, attachment_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.create_repository

create_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.CreateRepositoryRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, repository: typing.Optional[ google.cloud.artifactregistry_v1.types.repository.Repository ] = None, repository_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.create_rule

create_rule( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.rule.CreateRuleRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, rule: typing.Optional[google.cloud.artifactregistry_v1.types.rule.Rule] = None, rule_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.rule.Rule

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.create_tag

create_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.CreateTagRequest, dict] ] = None, *, parent: typing.Optional[str] = None, tag: typing.Optional[google.cloud.artifactregistry_v1.types.tag.Tag] = None, tag_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.tag.Tag

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_attachment

delete_attachment( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.DeleteAttachmentRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_file

delete_file( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.file.DeleteFileRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_package

delete_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.DeletePackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_repository

delete_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.DeleteRepositoryRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_rule

delete_rule( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.rule.DeleteRuleRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_tag

delete_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.DeleteTagRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_version

delete_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.DeleteVersionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.docker_image_path

docker_image_path( project: str, location: str, repository: str, docker_image: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.file_path

file_path(project: str, location: str, repository: str, file: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_file

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_info

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_json

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_attachment

get_attachment( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.GetAttachmentRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.attachment.Attachment

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_docker_image

get_docker_image( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetDockerImageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.DockerImage

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_file

get_file( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.file.GetFileRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.file.File

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_maven_artifact

get_maven_artifact( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetMavenArtifactRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.MavenArtifact

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_npm_package

get_npm_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetNpmPackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.NpmPackage

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_package

get_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.GetPackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.package.Package

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_project_settings

get_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.settings.GetProjectSettingsRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_python_package

get_python_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetPythonPackageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.PythonPackage

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_repository

get_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.GetRepositoryRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.repository.Repository

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_rule

get_rule( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.rule.GetRuleRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.rule.Rule

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_tag

get_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.GetTagRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.tag.Tag

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.artifactregistry_v1.services.artifact_registry.transports.base.ArtifactRegistryTransport ]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_version

get_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.GetVersionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.version.Version

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_vpcsc_config

get_vpcsc_config( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.vpcsc_config.GetVPCSCConfigRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.import_apt_artifacts

import_apt_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.apt_artifact.ImportAptArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.import_yum_artifacts

import_yum_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.yum_artifact.ImportYumArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_attachments

list_attachments( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListAttachmentsAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_docker_images

list_docker_images( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListDockerImagesAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_files

list_files( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.file.ListFilesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListFilesAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_locations

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_maven_artifacts

list_maven_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListMavenArtifactsAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_npm_packages

list_npm_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListNpmPackagesAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_packages

list_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.ListPackagesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPackagesAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_python_packages

list_python_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPythonPackagesAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_repositories

list_repositories( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.ListRepositoriesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_rules

list_rules( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.rule.ListRulesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRulesAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_tags

list_tags( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.ListTagsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListTagsAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_versions

list_versions( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.ListVersionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListVersionsAsyncPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.maven_artifact_path

maven_artifact_path( project: str, location: str, repository: str, maven_artifact: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.npm_package_path

npm_package_path( project: str, location: str, repository: str, npm_package: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.package_path

package_path(project: str, location: str, repository: str, package: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_apt_artifact_path

parse_apt_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_attachment_path

parse_attachment_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_docker_image_path

parse_docker_image_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_file_path

parse_file_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_maven_artifact_path

parse_maven_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_npm_package_path

parse_npm_package_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_package_path

parse_package_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_project_settings_path

parse_project_settings_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_python_package_path

parse_python_package_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_repository_path

parse_repository_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_rule_path

parse_rule_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_secret_version_path

parse_secret_version_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_tag_path

parse_tag_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_version_path

parse_version_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_vpcsc_config_path

parse_vpcsc_config_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_yum_artifact_path

parse_yum_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.project_settings_path

project_settings_path(project: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.python_package_path

python_package_path( project: str, location: str, repository: str, python_package: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.repository_path

repository_path(project: str, location: str, repository: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.rule_path

rule_path(project: str, location: str, repository: str, rule: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.secret_version_path

secret_version_path(project: str, secret: str, secret_version: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.tag_path

tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests if the caller has a list of permissions on a resource.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.test_iam_permissions

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_file

update_file( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.file.UpdateFileRequest, dict ] ] = None, *, file: typing.Optional[google.cloud.artifactregistry_v1.types.file.File] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.file.File

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_package

update_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.UpdatePackageRequest, dict ] ] = None, *, package: typing.Optional[ google.cloud.artifactregistry_v1.types.package.Package ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.package.Package

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_project_settings

update_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.settings.UpdateProjectSettingsRequest, dict, ] ] = None, *, project_settings: typing.Optional[ google.cloud.artifactregistry_v1.types.settings.ProjectSettings ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_repository

update_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.UpdateRepositoryRequest, dict, ] ] = None, *, repository: typing.Optional[ google.cloud.artifactregistry_v1.types.repository.Repository ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.repository.Repository

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_rule

update_rule( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.rule.UpdateRuleRequest, dict ] ] = None, *, rule: typing.Optional[google.cloud.artifactregistry_v1.types.rule.Rule] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.rule.Rule

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_tag

update_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.UpdateTagRequest, dict] ] = None, *, tag: typing.Optional[google.cloud.artifactregistry_v1.types.tag.Tag] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.tag.Tag

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_version

update_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.UpdateVersionRequest, dict ] ] = None, *, version: typing.Optional[ google.cloud.artifactregistry_v1.types.version.Version ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.version.Version

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_vpcsc_config

update_vpcsc_config( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.vpcsc_config.UpdateVPCSCConfigRequest, dict, ] ] = None, *, vpcsc_config: typing.Optional[ google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.version_path

version_path( project: str, location: str, repository: str, package: str, version: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.vpcsc_config_path

vpcsc_config_path(project: str, location: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.yum_artifact_path

yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient

ArtifactRegistryClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.artifactregistry_v1.services.artifact_registry.transports.base.ArtifactRegistryTransport, typing.Callable[[...], google.cloud.artifactregistry_v1.services.artifact_registry.transports.base.ArtifactRegistryTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.__exit__

__exit__(type, value, traceback)

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.apt_artifact_path

apt_artifact_path( project: str, location: str, repository: str, apt_artifact: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.attachment_path

attachment_path( project: str, location: str, repository: str, attachment: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.batch_delete_versions

batch_delete_versions( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.BatchDeleteVersionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, names: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_project_path

common_project_path(project: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_attachment

create_attachment( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.CreateAttachmentRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, attachment: typing.Optional[ google.cloud.artifactregistry_v1.types.attachment.Attachment ] = None, attachment_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_repository

create_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.CreateRepositoryRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, repository: typing.Optional[ google.cloud.artifactregistry_v1.types.repository.Repository ] = None, repository_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_rule

create_rule( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.rule.CreateRuleRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, rule: typing.Optional[google.cloud.artifactregistry_v1.types.rule.Rule] = None, rule_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.rule.Rule

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_tag

create_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.CreateTagRequest, dict] ] = None, *, parent: typing.Optional[str] = None, tag: typing.Optional[google.cloud.artifactregistry_v1.types.tag.Tag] = None, tag_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.tag.Tag

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_attachment

delete_attachment( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.DeleteAttachmentRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_file

delete_file( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.file.DeleteFileRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_package

delete_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.DeletePackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_repository

delete_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.DeleteRepositoryRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_rule

delete_rule( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.rule.DeleteRuleRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_tag

delete_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.DeleteTagRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_version

delete_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.DeleteVersionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.docker_image_path

docker_image_path( project: str, location: str, repository: str, docker_image: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.file_path

file_path(project: str, location: str, repository: str, file: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.from_service_account_file

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.from_service_account_info

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.from_service_account_json

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_attachment

get_attachment( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.GetAttachmentRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.attachment.Attachment

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_docker_image

get_docker_image( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetDockerImageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.DockerImage

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_file

get_file( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.file.GetFileRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.file.File

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_iam_policy

get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_maven_artifact

get_maven_artifact( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetMavenArtifactRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.MavenArtifact

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_npm_package

get_npm_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetNpmPackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.NpmPackage

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_package

get_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.GetPackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.package.Package

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_project_settings

get_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.settings.GetProjectSettingsRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_python_package

get_python_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.GetPythonPackageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.artifact.PythonPackage

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_repository

get_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.GetRepositoryRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.repository.Repository

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_rule

get_rule( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.rule.GetRuleRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.rule.Rule

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_tag

get_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.GetTagRequest, dict] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.tag.Tag

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_version

get_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.GetVersionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.version.Version

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_vpcsc_config

get_vpcsc_config( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.vpcsc_config.GetVPCSCConfigRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.import_apt_artifacts

import_apt_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.apt_artifact.ImportAptArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.import_yum_artifacts

import_yum_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.yum_artifact.ImportYumArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_attachments

list_attachments( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListAttachmentsPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_docker_images

list_docker_images( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListDockerImagesPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_files

list_files( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.file.ListFilesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListFilesPager

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_locations

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_maven_artifacts

list_maven_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListMavenArtifactsPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_npm_packages

list_npm_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListNpmPackagesPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_packages

list_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.ListPackagesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPackagesPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_python_packages

list_python_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPythonPackagesPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_repositories

list_repositories( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.ListRepositoriesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_rules

list_rules( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.rule.ListRulesRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRulesPager

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_tags

list_tags( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.ListTagsRequest, dict] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListTagsPager

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_versions

list_versions( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.ListVersionsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListVersionsPager )

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.maven_artifact_path

maven_artifact_path( project: str, location: str, repository: str, maven_artifact: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.npm_package_path

npm_package_path( project: str, location: str, repository: str, npm_package: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.package_path

package_path(project: str, location: str, repository: str, package: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_apt_artifact_path

parse_apt_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_attachment_path

parse_attachment_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_docker_image_path

parse_docker_image_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_file_path

parse_file_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_maven_artifact_path

parse_maven_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_npm_package_path

parse_npm_package_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_package_path

parse_package_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_project_settings_path

parse_project_settings_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_python_package_path

parse_python_package_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_repository_path

parse_repository_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_rule_path

parse_rule_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_secret_version_path

parse_secret_version_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_tag_path

parse_tag_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_version_path

parse_version_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_vpcsc_config_path

parse_vpcsc_config_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_yum_artifact_path

parse_yum_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.project_settings_path

project_settings_path(project: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.python_package_path

python_package_path( project: str, location: str, repository: str, python_package: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.repository_path

repository_path(project: str, location: str, repository: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.rule_path

rule_path(project: str, location: str, repository: str, rule: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.secret_version_path

secret_version_path(project: str, secret: str, secret_version: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.set_iam_policy

set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.tag_path

tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests if the caller has a list of permissions on a resource.

See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.test_iam_permissions

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_file

update_file( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.file.UpdateFileRequest, dict ] ] = None, *, file: typing.Optional[google.cloud.artifactregistry_v1.types.file.File] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.file.File

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_package

update_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.package.UpdatePackageRequest, dict ] ] = None, *, package: typing.Optional[ google.cloud.artifactregistry_v1.types.package.Package ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.package.Package

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_project_settings

update_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.settings.UpdateProjectSettingsRequest, dict, ] ] = None, *, project_settings: typing.Optional[ google.cloud.artifactregistry_v1.types.settings.ProjectSettings ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_repository

update_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.repository.UpdateRepositoryRequest, dict, ] ] = None, *, repository: typing.Optional[ google.cloud.artifactregistry_v1.types.repository.Repository ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.repository.Repository

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_rule

update_rule( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.rule.UpdateRuleRequest, dict ] ] = None, *, rule: typing.Optional[google.cloud.artifactregistry_v1.types.rule.Rule] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.rule.Rule

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_tag

update_tag( request: typing.Optional[ typing.Union[google.cloud.artifactregistry_v1.types.tag.UpdateTagRequest, dict] ] = None, *, tag: typing.Optional[google.cloud.artifactregistry_v1.types.tag.Tag] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.tag.Tag

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_version

update_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.version.UpdateVersionRequest, dict ] ] = None, *, version: typing.Optional[ google.cloud.artifactregistry_v1.types.version.Version ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.version.Version

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_vpcsc_config

update_vpcsc_config( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1.types.vpcsc_config.UpdateVPCSCConfigRequest, dict, ] ] = None, *, vpcsc_config: typing.Optional[ google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.version_path

version_path( project: str, location: str, repository: str, package: str, version: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.vpcsc_config_path

vpcsc_config_path(project: str, location: str) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.yum_artifact_path

yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> str

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListAttachmentsAsyncPager

ListAttachmentsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsResponse ], ], request: google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsRequest, response: google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListAttachmentsPager

ListAttachmentsPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsResponse ], request: google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsRequest, response: google.cloud.artifactregistry_v1.types.attachment.ListAttachmentsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListDockerImagesAsyncPager

ListDockerImagesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse ], ], request: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListDockerImagesPager

ListDockerImagesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse ], request: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListFilesAsyncPager

ListFilesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.artifactregistry_v1.types.file.ListFilesResponse], ], request: google.cloud.artifactregistry_v1.types.file.ListFilesRequest, response: google.cloud.artifactregistry_v1.types.file.ListFilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListFilesPager

ListFilesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.file.ListFilesResponse ], request: google.cloud.artifactregistry_v1.types.file.ListFilesRequest, response: google.cloud.artifactregistry_v1.types.file.ListFilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListMavenArtifactsAsyncPager

ListMavenArtifactsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsResponse ], ], request: google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListMavenArtifactsPager

ListMavenArtifactsPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsResponse, ], request: google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListNpmPackagesAsyncPager

ListNpmPackagesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesResponse ], ], request: google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListNpmPackagesPager

ListNpmPackagesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesResponse ], request: google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListNpmPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPackagesAsyncPager

ListPackagesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.package.ListPackagesResponse ], ], request: google.cloud.artifactregistry_v1.types.package.ListPackagesRequest, response: google.cloud.artifactregistry_v1.types.package.ListPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPackagesPager

ListPackagesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.package.ListPackagesResponse ], request: google.cloud.artifactregistry_v1.types.package.ListPackagesRequest, response: google.cloud.artifactregistry_v1.types.package.ListPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPythonPackagesAsyncPager

ListPythonPackagesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesResponse ], ], request: google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPythonPackagesPager

ListPythonPackagesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesResponse, ], request: google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesRequest, response: google.cloud.artifactregistry_v1.types.artifact.ListPythonPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesAsyncPager

ListRepositoriesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse ], ], request: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesRequest, response: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesPager

ListRepositoriesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse, ], request: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesRequest, response: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRulesAsyncPager

ListRulesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.artifactregistry_v1.types.rule.ListRulesResponse], ], request: google.cloud.artifactregistry_v1.types.rule.ListRulesRequest, response: google.cloud.artifactregistry_v1.types.rule.ListRulesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRulesPager

ListRulesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.rule.ListRulesResponse ], request: google.cloud.artifactregistry_v1.types.rule.ListRulesRequest, response: google.cloud.artifactregistry_v1.types.rule.ListRulesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListTagsAsyncPager

ListTagsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[google.cloud.artifactregistry_v1.types.tag.ListTagsResponse], ], request: google.cloud.artifactregistry_v1.types.tag.ListTagsRequest, response: google.cloud.artifactregistry_v1.types.tag.ListTagsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListTagsPager

ListTagsPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.tag.ListTagsResponse ], request: google.cloud.artifactregistry_v1.types.tag.ListTagsRequest, response: google.cloud.artifactregistry_v1.types.tag.ListTagsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListVersionsAsyncPager

ListVersionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1.types.version.ListVersionsResponse ], ], request: google.cloud.artifactregistry_v1.types.version.ListVersionsRequest, response: google.cloud.artifactregistry_v1.types.version.ListVersionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListVersionsPager

ListVersionsPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1.types.version.ListVersionsResponse ], request: google.cloud.artifactregistry_v1.types.version.ListVersionsRequest, response: google.cloud.artifactregistry_v1.types.version.ListVersionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient

ArtifactRegistryAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.artifactregistry_v1beta2.services.artifact_registry.transports.base.ArtifactRegistryTransport, typing.Callable[[...], google.cloud.artifactregistry_v1beta2.services.artifact_registry.transports.base.ArtifactRegistryTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.apt_artifact_path

apt_artifact_path( project: str, location: str, repository: str, apt_artifact: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.create_repository

create_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.CreateRepositoryRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, repository: typing.Optional[ google.cloud.artifactregistry_v1beta2.types.repository.Repository ] = None, repository_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.create_tag

create_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.CreateTagRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tag: typing.Optional[google.cloud.artifactregistry_v1beta2.types.tag.Tag] = None, tag_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.delete_package

delete_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.package.DeletePackageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.delete_repository

delete_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.DeleteRepositoryRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.delete_tag

delete_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.DeleteTagRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.delete_version

delete_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.version.DeleteVersionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.file_path

file_path(project: str, location: str, repository: str, file: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_file

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_info

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.from_service_account_json

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_file

get_file( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.file.GetFileRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.file.File

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_iam_policy

get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_package

get_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.package.GetPackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.package.Package

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_project_settings

get_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.settings.GetProjectSettingsRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_repository

get_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.GetRepositoryRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_tag

get_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.GetTagRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.artifactregistry_v1beta2.services.artifact_registry.transports.base.ArtifactRegistryTransport ]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_version

get_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.version.GetVersionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.version.Version

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.import_apt_artifacts

import_apt_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.apt_artifact.ImportAptArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.import_yum_artifacts

import_yum_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.yum_artifact.ImportYumArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.list_files

list_files( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.file.ListFilesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListFilesAsyncPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.list_locations

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.list_packages

list_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.package.ListPackagesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListPackagesAsyncPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.list_repositories

list_repositories( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListRepositoriesAsyncPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.list_tags

list_tags( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.ListTagsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListTagsAsyncPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.list_versions

list_versions( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.version.ListVersionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListVersionsAsyncPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_apt_artifact_path

parse_apt_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_file_path

parse_file_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_project_settings_path

parse_project_settings_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_repository_path

parse_repository_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_tag_path

parse_tag_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_version_path

parse_version_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_yum_artifact_path

parse_yum_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.project_settings_path

project_settings_path(project: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.repository_path

repository_path(project: str, location: str, repository: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.set_iam_policy

set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.tag_path

tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.update_project_settings

update_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.settings.UpdateProjectSettingsRequest, dict, ] ] = None, *, project_settings: typing.Optional[ google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.update_repository

update_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.UpdateRepositoryRequest, dict, ] ] = None, *, repository: typing.Optional[ google.cloud.artifactregistry_v1beta2.types.repository.Repository ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.update_tag

update_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.UpdateTagRequest, dict ] ] = None, *, tag: typing.Optional[google.cloud.artifactregistry_v1beta2.types.tag.Tag] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.version_path

version_path( project: str, location: str, repository: str, package: str, version: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.yum_artifact_path

yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient

ArtifactRegistryClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.artifactregistry_v1beta2.services.artifact_registry.transports.base.ArtifactRegistryTransport, typing.Callable[[...], google.cloud.artifactregistry_v1beta2.services.artifact_registry.transports.base.ArtifactRegistryTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.__exit__

__exit__(type, value, traceback)

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.apt_artifact_path

apt_artifact_path( project: str, location: str, repository: str, apt_artifact: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_project_path

common_project_path(project: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.create_repository

create_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.CreateRepositoryRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, repository: typing.Optional[ google.cloud.artifactregistry_v1beta2.types.repository.Repository ] = None, repository_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.create_tag

create_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.CreateTagRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tag: typing.Optional[google.cloud.artifactregistry_v1beta2.types.tag.Tag] = None, tag_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.delete_package

delete_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.package.DeletePackageRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.delete_repository

delete_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.DeleteRepositoryRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.delete_tag

delete_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.DeleteTagRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.delete_version

delete_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.version.DeleteVersionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.file_path

file_path(project: str, location: str, repository: str, file: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.from_service_account_file

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.from_service_account_info

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.from_service_account_json

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_file

get_file( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.file.GetFileRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.file.File

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_iam_policy

get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_package

get_package( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.package.GetPackageRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.package.Package

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_project_settings

get_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.settings.GetProjectSettingsRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_repository

get_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.GetRepositoryRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_tag

get_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.GetTagRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_version

get_version( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.version.GetVersionRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.version.Version

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.import_apt_artifacts

import_apt_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.apt_artifact.ImportAptArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.import_yum_artifacts

import_yum_artifacts( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.yum_artifact.ImportYumArtifactsRequest, dict, ] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_files

list_files( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.file.ListFilesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListFilesPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_locations

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_packages

list_packages( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.package.ListPackagesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListPackagesPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_repositories

list_repositories( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListRepositoriesPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_tags

list_tags( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.ListTagsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListTagsPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_versions

list_versions( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.version.ListVersionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListVersionsPager )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_apt_artifact_path

parse_apt_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_file_path

parse_file_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_project_settings_path

parse_project_settings_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_repository_path

parse_repository_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_tag_path

parse_tag_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_version_path

parse_version_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_yum_artifact_path

parse_yum_artifact_path(path: str) -> typing.Dict[str, str]

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.project_settings_path

project_settings_path(project: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.repository_path

repository_path(project: str, location: str, repository: str) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.set_iam_policy

set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.Policy

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.tag_path

tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.test_iam_permissions

test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests if the caller has a list of permissions on a resource.

See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.test_iam_permissions

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.update_project_settings

update_project_settings( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.settings.UpdateProjectSettingsRequest, dict, ] ] = None, *, project_settings: typing.Optional[ google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.update_repository

update_repository( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.repository.UpdateRepositoryRequest, dict, ] ] = None, *, repository: typing.Optional[ google.cloud.artifactregistry_v1beta2.types.repository.Repository ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.update_tag

update_tag( request: typing.Optional[ typing.Union[ google.cloud.artifactregistry_v1beta2.types.tag.UpdateTagRequest, dict ] ] = None, *, tag: typing.Optional[google.cloud.artifactregistry_v1beta2.types.tag.Tag] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.version_path

version_path( project: str, location: str, repository: str, package: str, version: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.yum_artifact_path

yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> str

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListFilesAsyncPager

ListFilesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1beta2.types.file.ListFilesResponse ], ], request: google.cloud.artifactregistry_v1beta2.types.file.ListFilesRequest, response: google.cloud.artifactregistry_v1beta2.types.file.ListFilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListFilesPager

ListFilesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1beta2.types.file.ListFilesResponse ], request: google.cloud.artifactregistry_v1beta2.types.file.ListFilesRequest, response: google.cloud.artifactregistry_v1beta2.types.file.ListFilesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListPackagesAsyncPager

ListPackagesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1beta2.types.package.ListPackagesResponse ], ], request: google.cloud.artifactregistry_v1beta2.types.package.ListPackagesRequest, response: google.cloud.artifactregistry_v1beta2.types.package.ListPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListPackagesPager

ListPackagesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1beta2.types.package.ListPackagesResponse ], request: google.cloud.artifactregistry_v1beta2.types.package.ListPackagesRequest, response: google.cloud.artifactregistry_v1beta2.types.package.ListPackagesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListRepositoriesAsyncPager

ListRepositoriesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesResponse ], ], request: google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesRequest, response: google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListRepositoriesPager

ListRepositoriesPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesResponse, ], request: google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesRequest, response: google.cloud.artifactregistry_v1beta2.types.repository.ListRepositoriesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListTagsAsyncPager

ListTagsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1beta2.types.tag.ListTagsResponse ], ], request: google.cloud.artifactregistry_v1beta2.types.tag.ListTagsRequest, response: google.cloud.artifactregistry_v1beta2.types.tag.ListTagsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListTagsPager

ListTagsPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1beta2.types.tag.ListTagsResponse ], request: google.cloud.artifactregistry_v1beta2.types.tag.ListTagsRequest, response: google.cloud.artifactregistry_v1beta2.types.tag.ListTagsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListVersionsAsyncPager

ListVersionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.artifactregistry_v1beta2.types.version.ListVersionsResponse ], ], request: google.cloud.artifactregistry_v1beta2.types.version.ListVersionsRequest, response: google.cloud.artifactregistry_v1beta2.types.version.ListVersionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListVersionsPager

ListVersionsPager( method: typing.Callable[ [...], google.cloud.artifactregistry_v1beta2.types.version.ListVersionsResponse ], request: google.cloud.artifactregistry_v1beta2.types.version.ListVersionsRequest, response: google.cloud.artifactregistry_v1beta2.types.version.ListVersionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )