Package Methods (1.22.0)

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 = google.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the artifact registry async client.

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

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

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

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

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

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

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

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

common_billing_account_path(billing_account: str) -> str

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

common_folder_path(folder: str) -> str

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

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

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

common_organization_path(organization: str) -> str

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

common_project_path(project: str) -> str

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

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

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

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

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

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

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

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