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
) -> 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