Summary of entries of Methods for artifactregistry.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient
ArtifactRegistryAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.artifactregistry_v1.services.artifact_registry.transports.base.ArtifactRegistryTransport, typing.Callable[[...], google.cloud.artifactregistry_v1.services.artifact_registry.transports.base.ArtifactRegistryTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the artifact registry async client.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.apt_artifact_path
apt_artifact_path(
project: str, location: str, repository: str, apt_artifact: str
) -> str
Returns a fully-qualified apt_artifact 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes multiple versions across a repository.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates a repository.
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.tag.Tag
Creates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.create_tag
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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes a repository and all of its contents.
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, str]] = ()
) -> None
Deletes 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes 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
) -> str
Returns 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) -> str
Returns 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_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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.DockerImage
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.file.File
Gets 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets 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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.MavenArtifact
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.NpmPackage
Gets 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.package.Package
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings
Retrieves 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.PythonPackage
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.repository.Repository
Gets a repository.
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.tag.Tag
Gets 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() -> (
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.version.Version
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig
Retrieves 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Imports 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Imports Yum (RPM) artifacts.
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists 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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesAsyncPager
)
Lists repositories.
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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
) -> str
Returns 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
) -> str
Returns 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) -> str
Returns 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_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_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) -> str
Returns 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
) -> str
Returns a fully-qualified python_package string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.repository_path
repository_path(project: str, location: str, repository: str) -> str
Returns a fully-qualified repository string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> str
Returns 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Updates 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
) -> str
Returns 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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests if the caller has a list of permissions on a resource.
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings
Updates 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.repository.Repository
Updates a repository.
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.tag.Tag
Updates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryAsyncClient.update_tag
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig
Updates 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
) -> str
Returns 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) -> str
Returns 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
) -> str
Returns 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
) -> str
Returns 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.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, str]] = ()
) -> google.api_core.operation.Operation
Deletes multiple versions across a repository.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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, str]] = ()
) -> google.api_core.operation.Operation
Creates a repository.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_repository
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.tag.Tag
Creates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.create_tag
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, str]] = ()
) -> google.api_core.operation.Operation
Deletes 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes 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_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, str]] = ()
) -> None
Deletes 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes 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
) -> str
Returns 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) -> str
Returns 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_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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.DockerImage
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.file.File
Gets 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets 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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.MavenArtifact
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.NpmPackage
Gets 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, str]] = ()
) -> google.longrunning.operations_pb2.Operation
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.package.Package
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings
Retrieves 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.artifact.PythonPackage
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.repository.Repository
Gets a repository.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.get_repository
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.tag.Tag
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.version.Version
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig
Retrieves 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, str]] = ()
) -> google.api_core.operation.Operation
Imports 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, str]] = ()
) -> google.api_core.operation.Operation
Imports Yum (RPM) artifacts.
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, str]] = ()
) -> (
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, str]] = ()
) -> google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListFilesPager
Lists 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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists information about the supported locations for this service.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_locations
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.list_maven_artifacts
list_maven_artifacts(
request: typing.Optional[
typing.Union[
google.cloud.artifactregistry_v1.types.artifact.ListMavenArtifactsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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_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, str]] = ()
) -> google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListTagsPager
Lists 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, str]] = ()
) -> (
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
) -> str
Returns 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
) -> str
Returns 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) -> str
Returns 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_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_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) -> str
Returns 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
) -> str
Returns a fully-qualified python_package string.
google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.repository_path
repository_path(project: str, location: str, repository: str) -> str
Returns 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.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> str
Returns 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Updates 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
) -> str
Returns 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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests if the caller has a list of permissions on a resource.
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.settings.ProjectSettings
Updates 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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.repository.Repository
Updates a repository.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_repository
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.tag.Tag
Updates a tag.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.ArtifactRegistryClient.update_tag
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, str]] = ()
) -> google.cloud.artifactregistry_v1.types.vpcsc_config.VPCSCConfig
Updates 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
) -> str
Returns 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) -> str
Returns 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
) -> str
Returns 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.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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.artifactregistry_v1.services.artifact_registry.pagers.ListRepositoriesPager
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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
) -> str
Returns 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) -> str
Returns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Creates 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag
Creates 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes 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, str]] = ()
) -> None
Deletes 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Deletes 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) -> str
Returns 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.file.File
Gets 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets 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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.package.Package
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings
Retrieves 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag
Gets 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() -> (
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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.version.Version
Gets 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Imports 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation
Imports 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, str]] = ()
) -> (
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists 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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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) -> str
Returns a fully-qualified project_settings string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.repository_path
repository_path(project: str, location: str, repository: str) -> str
Returns 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Updates 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
) -> str
Returns 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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings
Updates 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository
Updates 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag
Updates a tag.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryAsyncClient.version_path
version_path(
project: str, location: str, repository: str, package: str, version: str
) -> str
Returns 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
) -> str
Returns 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
) -> str
Returns 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) -> str
Returns a fully-qualified billing_account string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.common_project_path
common_project_path(project: str) -> str
Returns 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, str]] = ()
) -> google.api_core.operation.Operation
Creates 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag
Creates 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes 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, str]] = ()
) -> None
Deletes 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, str]] = ()
) -> google.api_core.operation.Operation
Deletes 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) -> str
Returns 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.file.File
Gets 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Gets 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, str]] = ()
) -> google.cloud.location.locations_pb2.Location
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.package.Package
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings
Retrieves 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag
Gets 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.version.Version
Gets 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, str]] = ()
) -> google.api_core.operation.Operation
Imports 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, str]] = ()
) -> google.api_core.operation.Operation
Imports 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, str]] = ()
) -> (
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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse
Lists 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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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, str]] = ()
) -> (
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) -> str
Returns a fully-qualified project_settings string.
google.cloud.artifactregistry_v1beta2.services.artifact_registry.ArtifactRegistryClient.repository_path
repository_path(project: str, location: str, repository: str) -> str
Returns 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy
Updates 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
) -> str
Returns 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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Tests 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.settings.ProjectSettings
Updates 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.repository.Repository
Updates 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, str]] = ()
) -> google.cloud.artifactregistry_v1beta2.types.tag.Tag
Updates 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
) -> str
Returns 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
) -> str
Returns 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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
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, str]] = ()
)
Instantiate the pager.
See more: google.cloud.artifactregistry_v1beta2.services.artifact_registry.pagers.ListVersionsPager