Package Methods (0.6.1)

Summary of entries of Methods for inventory.

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient

KeyDashboardServiceAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.kms_inventory_v1.services.key_dashboard_service.transports.base.KeyDashboardServiceTransport,
            typing.Callable[
                [...],
                google.cloud.kms_inventory_v1.services.key_dashboard_service.transports.base.KeyDashboardServiceTransport,
            ],
        ]
    ] = "grpc_asyncio",
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
    client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the key dashboard service async client.

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.common_location_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.crypto_key_path

crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.crypto_key_version_path

crypto_key_version_path(
    project: str, location: str, key_ring: str, crypto_key: str, crypto_key_version: str
) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.from_service_account_file

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

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

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.from_service_account_file

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.from_service_account_info

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

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

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.from_service_account_info

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.from_service_account_json

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

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

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.from_service_account_json

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.get_mtls_endpoint_and_cert_source

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.kms_inventory_v1.services.key_dashboard_service.transports.base.KeyDashboardServiceTransport
]

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.list_crypto_keys

list_crypto_keys(
    request: typing.Optional[
        typing.Union[
            google.cloud.kms_inventory_v1.types.key_dashboard_service.ListCryptoKeysRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.kms_inventory_v1.services.key_dashboard_service.pagers.ListCryptoKeysAsyncPager
)

Returns cryptographic keys managed by Cloud KMS in a given Cloud project.

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.list_crypto_keys

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.parse_common_folder_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.parse_common_location_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.parse_common_organization_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.parse_common_project_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.parse_crypto_key_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceAsyncClient.parse_crypto_key_version_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient

KeyDashboardServiceClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.kms_inventory_v1.services.key_dashboard_service.transports.base.KeyDashboardServiceTransport,
            typing.Callable[
                [...],
                google.cloud.kms_inventory_v1.services.key_dashboard_service.transports.base.KeyDashboardServiceTransport,
            ],
        ]
    ] = None,
    client_options: typing.Optional[
        typing.Union[google.api_core.client_options.ClientOptions, dict]
    ] = None,
    client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)

Instantiates the key dashboard service client.

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.common_location_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.crypto_key_path

crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.crypto_key_version_path

crypto_key_version_path(
    project: str, location: str, key_ring: str, crypto_key: str, crypto_key_version: str
) -> str

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.from_service_account_file

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

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

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.from_service_account_file

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.from_service_account_info

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

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

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.from_service_account_info

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.from_service_account_json

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

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

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.from_service_account_json

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.get_mtls_endpoint_and_cert_source

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.list_crypto_keys

list_crypto_keys(
    request: typing.Optional[
        typing.Union[
            google.cloud.kms_inventory_v1.types.key_dashboard_service.ListCryptoKeysRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.kms_inventory_v1.services.key_dashboard_service.pagers.ListCryptoKeysPager
)

Returns cryptographic keys managed by Cloud KMS in a given Cloud project.

See more: google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.list_crypto_keys

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.parse_common_billing_account_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.parse_common_folder_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.parse_common_location_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.parse_common_organization_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.parse_common_project_path

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

google.cloud.kms_inventory_v1.services.key_dashboard_service.KeyDashboardServiceClient.parse_crypto_key_path

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