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 ) -> strReturns a fully-qualified apt_artifact string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.attachment_path
attachment_path( project: str, location: str, repository: str, attachment: str ) -> strReturns a fully-qualified attachment string.
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.AsyncOperationDeletes multiple versions across a repository.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.AsyncOperationCreates an attachment.
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.AsyncOperationCreates a repository.
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.RuleCreates a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.create_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.TagCreates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.create_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.AsyncOperationDeletes an attachment.
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.AsyncOperationDeletes a file and all of its content.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_file
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.AsyncOperationDeletes a package and all of its versions and tags.
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.AsyncOperationDeletes a repository and all of its contents.
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]]] = () ) -> NoneDeletes a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_rule
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]]] = () ) -> NoneDeletes a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.delete_tag
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.AsyncOperationDeletes a version and all of its content.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.docker_image_path
docker_image_path( project: str, location: str, repository: str, docker_image: str ) -> strReturns a fully-qualified docker_image string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.file_path
file_path(project: str, location: str, repository: str, file: str) -> strReturns a fully-qualified file string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.file_path
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.
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.
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.
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.AttachmentGets an 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.DockerImageGets a docker image.
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.FileGets a file.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_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.PolicyGets the IAM policy for a given resource.
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.LocationGets information about a location.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_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.MavenArtifactGets a maven artifact.
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, )Return the API endpoint and client cert source for mutual TLS.
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.NpmPackageGets a npm package.
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.OperationGets the latest state of a long-running 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.PackageGets a package.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_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.ProjectSettingsRetrieves the Settings for the Project.
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.PythonPackageGets a python package.
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.RepositoryGets a 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.RuleGets a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_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.TagGets a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_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 ]Returns an appropriate transport class.
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.VersionGets a version.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.get_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.VPCSCConfigRetrieves the VPCSC Config for the Project.
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.AsyncOperationImports Apt artifacts.
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.AsyncOperationImports Yum (RPM) artifacts.
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 )Lists attachments.
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 )Lists docker images.
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 )Lists files.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_files
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.ListLocationsResponseLists information about the supported locations for this service.
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 )Lists maven artifacts.
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 )Lists npm packages.
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 )Lists packages.
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 )Lists python packages.
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 )Lists repositories.
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 )Lists rules.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_rules
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 )Lists tags.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.list_tags
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 )Lists versions.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.maven_artifact_path
maven_artifact_path( project: str, location: str, repository: str, maven_artifact: str ) -> strReturns a fully-qualified maven_artifact string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.npm_package_path
npm_package_path( project: str, location: str, repository: str, npm_package: str ) -> strReturns a fully-qualified npm_package string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.package_path
package_path(project: str, location: str, repository: str, package: str) -> strReturns a fully-qualified package string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.package_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_apt_artifact_path
parse_apt_artifact_path(path: str) -> typing.Dict[str, str]Parses a apt_artifact path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]Parses a attachment path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_docker_image_path
parse_docker_image_path(path: str) -> typing.Dict[str, str]Parses a docker_image path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_file_path
parse_file_path(path: str) -> typing.Dict[str, str]Parses a file path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_maven_artifact_path
parse_maven_artifact_path(path: str) -> typing.Dict[str, str]Parses a maven_artifact path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_npm_package_path
parse_npm_package_path(path: str) -> typing.Dict[str, str]Parses a npm_package path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_package_path
parse_package_path(path: str) -> typing.Dict[str, str]Parses a package path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_project_settings_path
parse_project_settings_path(path: str) -> typing.Dict[str, str]Parses a project_settings path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_python_package_path
parse_python_package_path(path: str) -> typing.Dict[str, str]Parses a python_package path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_rule_path
parse_rule_path(path: str) -> typing.Dict[str, str]Parses a rule path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_tag_path
parse_tag_path(path: str) -> typing.Dict[str, str]Parses a tag path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_version_path
parse_version_path(path: str) -> typing.Dict[str, str]Parses a version path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_vpcsc_config_path
parse_vpcsc_config_path(path: str) -> typing.Dict[str, str]Parses a vpcsc_config path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.parse_yum_artifact_path
parse_yum_artifact_path(path: str) -> typing.Dict[str, str]Parses a yum_artifact path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.project_settings_path
project_settings_path(project: str) -> strReturns a fully-qualified project_settings string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.python_package_path
python_package_path( project: str, location: str, repository: str, python_package: str ) -> strReturns a fully-qualified python_package string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.rule_path
rule_path(project: str, location: str, repository: str, rule: str) -> strReturns a fully-qualified rule string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.rule_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
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.PolicyUpdates the IAM policy for a given resource.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.tag_path
tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> strReturns a fully-qualified tag string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.tag_path
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.TestIamPermissionsResponseTests if the caller has a list of permissions on a resource.
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.FileUpdates a file.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_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.PackageUpdates a 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.ProjectSettingsUpdates the Settings for the Project.
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.RepositoryUpdates a 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.RuleUpdates a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_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.TagUpdates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_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.VersionUpdates a 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.VPCSCConfigUpdates the VPCSC Config for the Project.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.version_path
version_path( project: str, location: str, repository: str, package: str, version: str ) -> strReturns a fully-qualified version string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.version_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.vpcsc_config_path
vpcsc_config_path(project: str, location: str) -> strReturns a fully-qualified vpcsc_config string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.yum_artifact_path
yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> strReturns a fully-qualified yum_artifact string.
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 = Instantiates the artifact registry client.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.exit
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.apt_artifact_path
apt_artifact_path( project: str, location: str, repository: str, apt_artifact: str ) -> strReturns a fully-qualified apt_artifact string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.apt_artifact_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.attachment_path
attachment_path( project: str, location: str, repository: str, attachment: str ) -> strReturns a fully-qualified attachment string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.attachment_path
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.OperationDeletes multiple versions across a repository.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.OperationCreates an attachment.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_attachment
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.OperationCreates a repository.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_repository
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.RuleCreates a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_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.TagCreates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_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.OperationDeletes an attachment.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_attachment
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.OperationDeletes a file and all of its content.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_file
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.OperationDeletes a package and all of its versions and tags.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_package
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.OperationDeletes a repository and all of its contents.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_repository
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]]] = () ) -> NoneDeletes a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_rule
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]]] = () ) -> NoneDeletes a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_tag
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.OperationDeletes a version and all of its content.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.delete_version
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.docker_image_path
docker_image_path( project: str, location: str, repository: str, docker_image: str ) -> strReturns a fully-qualified docker_image string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.docker_image_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.file_path
file_path(project: str, location: str, repository: str, file: str) -> strReturns a fully-qualified file string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.file_path
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.
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.
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.
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.AttachmentGets an attachment.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.DockerImageGets a docker image.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_docker_image
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.FileGets a file.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.PolicyGets the IAM policy for a given resource.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_iam_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.LocationGets information about a location.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.MavenArtifactGets a maven artifact.
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, )Deprecated.
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.NpmPackageGets a npm package.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_npm_package
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.OperationGets the latest state of a long-running operation.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.PackageGets a package.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.ProjectSettingsRetrieves the Settings for the Project.
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.PythonPackageGets a python package.
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.RepositoryGets a repository.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.RuleGets a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.TagGets a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.VersionGets a version.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_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.VPCSCConfigRetrieves the VPCSC Config for the Project.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_vpcsc_config
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.OperationImports Apt artifacts.
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.OperationImports Yum (RPM) artifacts.
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 )Lists attachments.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_attachments
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 )Lists docker images.
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.ListFilesPagerLists files.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_files
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.ListLocationsResponseLists 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 )Lists maven artifacts.
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 )Lists npm packages.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_npm_packages
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 )Lists packages.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_packages
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 )Lists python packages.
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 )Lists repositories.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_repositories
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.ListRulesPagerLists rules.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_rules
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.ListTagsPagerLists tags.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_tags
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 )Lists versions.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_versions
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.maven_artifact_path
maven_artifact_path( project: str, location: str, repository: str, maven_artifact: str ) -> strReturns a fully-qualified maven_artifact string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.npm_package_path
npm_package_path( project: str, location: str, repository: str, npm_package: str ) -> strReturns a fully-qualified npm_package string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.npm_package_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.package_path
package_path(project: str, location: str, repository: str, package: str) -> strReturns a fully-qualified package string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.package_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_apt_artifact_path
parse_apt_artifact_path(path: str) -> typing.Dict[str, str]Parses a apt_artifact path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_attachment_path
parse_attachment_path(path: str) -> typing.Dict[str, str]Parses a attachment path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_docker_image_path
parse_docker_image_path(path: str) -> typing.Dict[str, str]Parses a docker_image path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_file_path
parse_file_path(path: str) -> typing.Dict[str, str]Parses a file path into its component segments.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_file_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_maven_artifact_path
parse_maven_artifact_path(path: str) -> typing.Dict[str, str]Parses a maven_artifact path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_npm_package_path
parse_npm_package_path(path: str) -> typing.Dict[str, str]Parses a npm_package path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_package_path
parse_package_path(path: str) -> typing.Dict[str, str]Parses a package path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_project_settings_path
parse_project_settings_path(path: str) -> typing.Dict[str, str]Parses a project_settings path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_python_package_path
parse_python_package_path(path: str) -> typing.Dict[str, str]Parses a python_package path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_rule_path
parse_rule_path(path: str) -> typing.Dict[str, str]Parses a rule path into its component segments.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_rule_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_tag_path
parse_tag_path(path: str) -> typing.Dict[str, str]Parses a tag path into its component segments.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_tag_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_version_path
parse_version_path(path: str) -> typing.Dict[str, str]Parses a version path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_vpcsc_config_path
parse_vpcsc_config_path(path: str) -> typing.Dict[str, str]Parses a vpcsc_config path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.parse_yum_artifact_path
parse_yum_artifact_path(path: str) -> typing.Dict[str, str]Parses a yum_artifact path into its component segments.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.project_settings_path
project_settings_path(project: str) -> strReturns a fully-qualified project_settings string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.python_package_path
python_package_path( project: str, location: str, repository: str, python_package: str ) -> strReturns a fully-qualified python_package string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.repository_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.rule_path
rule_path(project: str, location: str, repository: str, rule: str) -> strReturns a fully-qualified rule string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.rule_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
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.PolicyUpdates the IAM policy for a given resource.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.set_iam_policy
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.tag_path
tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> strReturns a fully-qualified tag string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.tag_path
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.TestIamPermissionsResponseTests if the caller has a list of permissions on a resource.
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.FileUpdates a file.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_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.PackageUpdates a package.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_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.ProjectSettingsUpdates the Settings for the Project.
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.RepositoryUpdates a repository.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_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.RuleUpdates a rule.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_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.TagUpdates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_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.VersionUpdates a version.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_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.VPCSCConfigUpdates the VPCSC Config for the Project.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.version_path
version_path( project: str, location: str, repository: str, package: str, version: str ) -> strReturns a fully-qualified version string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.version_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.vpcsc_config_path
vpcsc_config_path(project: str, location: str) -> strReturns a fully-qualified vpcsc_config string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.vpcsc_config_path
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.yum_artifact_path
yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> strReturns a fully-qualified yum_artifact string.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.yum_artifact_path
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListAttachmentsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListAttachmentsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListDockerImagesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListDockerImagesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListFilesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListFilesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListMavenArtifactsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListMavenArtifactsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListNpmPackagesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListNpmPackagesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPackagesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPackagesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPythonPackagesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListPythonPackagesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRulesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRulesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListTagsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListTagsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListVersionsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListVersionsPager
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 = Instantiates the artifact registry async client.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.apt_artifact_path
apt_artifact_path( project: str, location: str, repository: str, apt_artifact: str ) -> strReturns a fully-qualified apt_artifact string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.AsyncOperationCreates a repository.
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.TagCreates a 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.AsyncOperationDeletes a package and all of its versions and tags.
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.AsyncOperationDeletes a repository and all of its contents.
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]]] = () ) -> NoneDeletes a tag.
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.AsyncOperationDeletes a version and all of its content.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.file_path
file_path(project: str, location: str, repository: str, file: str) -> strReturns a fully-qualified file string.
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.
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.
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.
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.FileGets a 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.PolicyGets the IAM policy for a given resource.
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.LocationGets information about a 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, )Return the API endpoint and client cert source for mutual TLS.
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.PackageGets a 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.ProjectSettingsRetrieves the Settings for the Project.
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.RepositoryGets a 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.TagGets a tag.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.get_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 ]Returns an appropriate transport class.
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.VersionGets a 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.AsyncOperationImports Apt artifacts.
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.AsyncOperationImports Yum (RPM) artifacts.
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 )Lists files.
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.ListLocationsResponseLists information about the supported locations for this service.
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 )Lists packages.
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 )Lists repositories.
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 )Lists tags.
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 )Lists versions.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_apt_artifact_path
parse_apt_artifact_path(path: str) -> typing.Dict[str, str]Parses a apt_artifact path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_file_path
parse_file_path(path: str) -> typing.Dict[str, str]Parses a file path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_project_settings_path
parse_project_settings_path(path: str) -> typing.Dict[str, str]Parses a project_settings path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_tag_path
parse_tag_path(path: str) -> typing.Dict[str, str]Parses a tag path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_version_path
parse_version_path(path: str) -> typing.Dict[str, str]Parses a version path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.parse_yum_artifact_path
parse_yum_artifact_path(path: str) -> typing.Dict[str, str]Parses a yum_artifact path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.project_settings_path
project_settings_path(project: str) -> strReturns a fully-qualified project_settings string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
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.PolicyUpdates the IAM policy for a given resource.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.tag_path
tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> strReturns a fully-qualified tag string.
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.TestIamPermissionsResponseTests if the caller has a list of permissions on a resource.
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.ProjectSettingsUpdates the Settings for the Project.
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.RepositoryUpdates a 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.TagUpdates a tag.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.version_path
version_path( project: str, location: str, repository: str, package: str, version: str ) -> strReturns a fully-qualified version string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.yum_artifact_path
yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> strReturns a fully-qualified yum_artifact string.
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 = Instantiates the artifact registry client.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.exit
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.apt_artifact_path
apt_artifact_path( project: str, location: str, repository: str, apt_artifact: str ) -> strReturns a fully-qualified apt_artifact string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.OperationCreates a repository.
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.TagCreates a tag.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.create_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.OperationDeletes a package and all of its versions and tags.
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.OperationDeletes a repository and all of its contents.
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]]] = () ) -> NoneDeletes a tag.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.delete_tag
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.OperationDeletes a version and all of its content.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.file_path
file_path(project: str, location: str, repository: str, file: str) -> strReturns a fully-qualified file string.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.file_path
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.
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.
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.
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.FileGets a file.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_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.PolicyGets the IAM policy for a given resource.
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.LocationGets information about a location.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_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, )Deprecated.
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.PackageGets a package.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_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.ProjectSettingsRetrieves the Settings for the Project.
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.RepositoryGets a 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.TagGets a tag.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_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.VersionGets a version.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.get_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.OperationImports Apt artifacts.
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.OperationImports Yum (RPM) artifacts.
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 )Lists files.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_files
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.ListLocationsResponseLists information about the supported locations for this service.
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 )Lists packages.
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 )Lists repositories.
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 )Lists tags.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.list_tags
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 )Lists versions.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_apt_artifact_path
parse_apt_artifact_path(path: str) -> typing.Dict[str, str]Parses a apt_artifact path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_file_path
parse_file_path(path: str) -> typing.Dict[str, str]Parses a file path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_project_settings_path
parse_project_settings_path(path: str) -> typing.Dict[str, str]Parses a project_settings path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_tag_path
parse_tag_path(path: str) -> typing.Dict[str, str]Parses a tag path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_version_path
parse_version_path(path: str) -> typing.Dict[str, str]Parses a version path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.parse_yum_artifact_path
parse_yum_artifact_path(path: str) -> typing.Dict[str, str]Parses a yum_artifact path into its component segments.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.project_settings_path
project_settings_path(project: str) -> strReturns a fully-qualified project_settings string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
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.PolicyUpdates the IAM policy for a given resource.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.tag_path
tag_path( project: str, location: str, repository: str, package: str, tag: str ) -> strReturns a fully-qualified tag string.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.tag_path
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.TestIamPermissionsResponseTests if the caller has a list of permissions on a resource.
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.ProjectSettingsUpdates the Settings for the Project.
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.RepositoryUpdates a 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.TagUpdates a tag.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.update_tag
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.version_path
version_path( project: str, location: str, repository: str, package: str, version: str ) -> strReturns a fully-qualified version string.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.version_path
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.yum_artifact_path
yum_artifact_path( project: str, location: str, repository: str, yum_artifact: str ) -> strReturns a fully-qualified yum_artifact string.
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListFilesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListFilesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListPackagesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListPackagesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListRepositoriesAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListRepositoriesPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListTagsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListTagsPager
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]]] = () )Instantiates the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListVersionsAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListVersionsPager