Package Methods (0.4.0)

Summary of entries of Methods for google-cloud-cloudsecuritycompliance.

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient

AuditAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
            ],
        ]
    ] = "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 audit async client.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.create_framework_audit

create_framework_audit(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.CreateFrameworkAuditRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    framework_audit: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAudit
    ] = None,
    framework_audit_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.framework_audit_path

framework_audit_path(project: str, location: str, framework_audit: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.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.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.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.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.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.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.generate_framework_audit_scope_report

generate_framework_audit_scope_report(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest,
            dict,
        ]
    ] = None,
    *,
    scope: typing.Optional[str] = None,
    report_format: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest.Format
    ] = None,
    compliance_framework: 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.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportResponse
)

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.generate_framework_audit_scope_report_response_path

generate_framework_audit_scope_report_response_path(
    project: str, location: str, generate_framework_audit_scope_report_response: str
) -> str

Returns a fully-qualified generate_framework_audit_scope_report_response string.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.generate_framework_audit_scope_report_response_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_framework_audit

get_framework_audit(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.GetFrameworkAuditRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAudit

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.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.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_operation

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport
]

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_framework_audits

list_framework_audits(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
            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.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsAsyncPager
)

Lists the framework audits for a given organization, folder, or project.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_framework_audits

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_framework_audit_path

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

Parses a framework_audit path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_framework_audit_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_generate_framework_audit_scope_report_response_path

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

Parses a generate_framework_audit_scope_report_response path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_generate_framework_audit_scope_report_response_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient

AuditClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
            ],
        ]
    ] = 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
)

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.exit

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.create_framework_audit

create_framework_audit(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.CreateFrameworkAuditRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    framework_audit: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAudit
    ] = None,
    framework_audit_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.framework_audit_path

framework_audit_path(project: str, location: str, framework_audit: str) -> str

Returns a fully-qualified framework_audit string.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.framework_audit_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.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.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.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.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.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.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.generate_framework_audit_scope_report

generate_framework_audit_scope_report(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest,
            dict,
        ]
    ] = None,
    *,
    scope: typing.Optional[str] = None,
    report_format: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest.Format
    ] = None,
    compliance_framework: 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.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportResponse
)

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.generate_framework_audit_scope_report_response_path

generate_framework_audit_scope_report_response_path(
    project: str, location: str, generate_framework_audit_scope_report_response: str
) -> str

Returns a fully-qualified generate_framework_audit_scope_report_response string.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.generate_framework_audit_scope_report_response_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_framework_audit

get_framework_audit(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.GetFrameworkAuditRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAudit

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.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.cloudsecuritycompliance_v1.services.audit.AuditClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_operation

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_framework_audits

list_framework_audits(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
            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.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsPager
)

Lists the framework audits for a given organization, folder, or project.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_framework_audits

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.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.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_billing_account_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_location_path

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

Parse a location path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_location_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_organization_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_framework_audit_path

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

Parses a framework_audit path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_framework_audit_path

google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_generate_framework_audit_scope_report_response_path

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

Parses a generate_framework_audit_scope_report_response path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_generate_framework_audit_scope_report_response_path

google.cloud.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsAsyncPager

ListFrameworkAuditsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsPager

ListFrameworkAuditsPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient

CmEnrollmentServiceAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
            ],
        ]
    ] = "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
)

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.calculate_effective_cm_enrollment

calculate_effective_cm_enrollment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentResponse
)

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.cm_enrollment_path

cm_enrollment_path(organization: str, location: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.from_service_account_file

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.from_service_account_info

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.from_service_account_json

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport
]

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_cm_enrollment_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.update_cm_enrollment

update_cm_enrollment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.UpdateCmEnrollmentRequest,
            dict,
        ]
    ] = None,
    *,
    cm_enrollment: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollment
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollment

Updates the Compliance Manager enrollment for a resource to facilitate an audit.

See more: google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.update_cm_enrollment

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient

CmEnrollmentServiceClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
            ],
        ]
    ] = 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
)

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.calculate_effective_cm_enrollment

calculate_effective_cm_enrollment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentResponse
)

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.cm_enrollment_path

cm_enrollment_path(organization: str, location: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.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.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.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.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.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.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.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.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_cm_enrollment_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.update_cm_enrollment

update_cm_enrollment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.UpdateCmEnrollmentRequest,
            dict,
        ]
    ] = None,
    *,
    cm_enrollment: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollment
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollment

Updates the Compliance Manager enrollment for a resource to facilitate an audit.

See more: google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.update_cm_enrollment

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient

ConfigAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.config.transports.base.ConfigTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.config.transports.base.ConfigTransport,
            ],
        ]
    ] = "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 config async client.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.cloud_control_path

cloud_control_path(organization: str, location: str, cloud_control: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.create_cloud_control

create_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.CreateCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    cloud_control: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl
    ] = None,
    cloud_control_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl

Creates a custom cloud control in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.create_cloud_control

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.create_framework

create_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.CreateFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    framework: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.Framework
    ] = None,
    framework_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.Framework

Creates a custom framework in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.create_framework

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_cloud_control

delete_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.DeleteCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

Deletes a custom cloud control, including all its major and minor revisions.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_cloud_control

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_framework

delete_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.DeleteFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

Deletes a custom framework, including all its major and minor revisions.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_framework

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.framework_path

framework_path(organization: str, location: str, framework: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.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.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.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.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.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.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_cloud_control

get_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.GetCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_framework

get_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.GetFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.Framework

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.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.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_operation

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.cloudsecuritycompliance_v1.services.config.transports.base.ConfigTransport
]

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_cloud_controls

list_cloud_controls(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsRequest,
            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.cloudsecuritycompliance_v1.services.config.pagers.ListCloudControlsAsyncPager
)

Lists the cloud controls (both built-in and custom) that are available in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_cloud_controls

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_frameworks

list_frameworks(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksRequest,
            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.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksAsyncPager
)

Lists the frameworks (both built-in and custom) that are available within the parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_frameworks

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_cloud_control_path

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

Parses a cloud_control path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_cloud_control_path

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_framework_path

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

Parses a framework path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_framework_path

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.update_cloud_control

update_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.UpdateCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    cloud_control: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.update_framework

update_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.UpdateFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    framework: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.Framework
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.Framework

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient

ConfigClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.config.transports.base.ConfigTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.config.transports.base.ConfigTransport,
            ],
        ]
    ] = 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
)

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.exit

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.cloud_control_path

cloud_control_path(organization: str, location: str, cloud_control: str) -> str

Returns a fully-qualified cloud_control string.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.cloud_control_path

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.create_cloud_control

create_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.CreateCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    cloud_control: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl
    ] = None,
    cloud_control_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl

Creates a custom cloud control in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.create_cloud_control

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.create_framework

create_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.CreateFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    framework: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.Framework
    ] = None,
    framework_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.Framework

Creates a custom framework in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.create_framework

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_cloud_control

delete_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.DeleteCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

Deletes a custom cloud control, including all its major and minor revisions.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_cloud_control

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_framework

delete_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.DeleteFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> None

Deletes a custom framework, including all its major and minor revisions.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_framework

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.framework_path

framework_path(organization: str, location: str, framework: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.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.cloudsecuritycompliance_v1.services.config.ConfigClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.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.cloudsecuritycompliance_v1.services.config.ConfigClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.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.cloudsecuritycompliance_v1.services.config.ConfigClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_cloud_control

get_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.GetCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_framework

get_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.GetFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.Framework

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.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.cloudsecuritycompliance_v1.services.config.ConfigClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_operation

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_cloud_controls

list_cloud_controls(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsRequest,
            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.cloudsecuritycompliance_v1.services.config.pagers.ListCloudControlsPager
)

Lists the cloud controls (both built-in and custom) that are available in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_cloud_controls

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_frameworks

list_frameworks(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksRequest,
            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.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksPager

Lists the frameworks (both built-in and custom) that are available within the parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_frameworks

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_cloud_control_path

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

Parses a cloud_control path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_cloud_control_path

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.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.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_billing_account_path

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_organization_path

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

Parse a organization path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_organization_path

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_framework_path

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

Parses a framework path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_framework_path

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.update_cloud_control

update_cloud_control(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.UpdateCloudControlRequest,
            dict,
        ]
    ] = None,
    *,
    cloud_control: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.CloudControl

google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.update_framework

update_framework(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.config.UpdateFrameworkRequest,
            dict,
        ]
    ] = None,
    *,
    framework: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.common.Framework
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.Framework

google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListCloudControlsAsyncPager

ListCloudControlsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.config.pagers.ListCloudControlsPager

ListCloudControlsPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksAsyncPager

ListFrameworksAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksResponse,
    *,
    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.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksPager

ListFrameworksPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksResponse,
    *,
    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.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient

DeploymentAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.deployment.transports.base.DeploymentTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.deployment.transports.base.DeploymentTransport,
            ],
        ]
    ] = "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
)

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.cloud_control_deployment_path

cloud_control_deployment_path(
    organization: str, location: str, cloud_control_deployment: str
) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.cloud_control_path

cloud_control_path(organization: str, location: str, cloud_control: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.create_framework_deployment

create_framework_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.CreateFrameworkDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    framework_deployment: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.deployment.FrameworkDeployment
    ] = None,
    framework_deployment_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.delete_framework_deployment

delete_framework_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.DeleteFrameworkDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.framework_deployment_path

framework_deployment_path(
    organization: str, location: str, framework_deployment: str
) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.get_cloud_control_deployment

get_cloud_control_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.GetCloudControlDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.deployment.CloudControlDeployment

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.get_framework_deployment

get_framework_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.GetFrameworkDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.deployment.FrameworkDeployment

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.cloudsecuritycompliance_v1.services.deployment.transports.base.DeploymentTransport
]

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.list_cloud_control_deployments

list_cloud_control_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsRequest,
            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.cloudsecuritycompliance_v1.services.deployment.pagers.ListCloudControlDeploymentsAsyncPager
)

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.list_framework_deployments

list_framework_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsRequest,
            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.cloudsecuritycompliance_v1.services.deployment.pagers.ListFrameworkDeploymentsAsyncPager
)

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_cloud_control_deployment_path

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

Parses a cloud_control_deployment path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_cloud_control_deployment_path

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_cloud_control_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_framework_deployment_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient

DeploymentClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.deployment.transports.base.DeploymentTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.deployment.transports.base.DeploymentTransport,
            ],
        ]
    ] = 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
)

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.exit

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.cloud_control_deployment_path

cloud_control_deployment_path(
    organization: str, location: str, cloud_control_deployment: str
) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.cloud_control_path

cloud_control_path(organization: str, location: str, cloud_control: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.create_framework_deployment

create_framework_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.CreateFrameworkDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    framework_deployment: typing.Optional[
        google.cloud.cloudsecuritycompliance_v1.types.deployment.FrameworkDeployment
    ] = None,
    framework_deployment_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation

Creates a framework deployment in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.create_framework_deployment

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.delete_framework_deployment

delete_framework_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.DeleteFrameworkDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.Operation

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.framework_deployment_path

framework_deployment_path(
    organization: str, location: str, framework_deployment: str
) -> str

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.get_cloud_control_deployment

get_cloud_control_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.GetCloudControlDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.deployment.CloudControlDeployment

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.get_framework_deployment

get_framework_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.GetFrameworkDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.deployment.FrameworkDeployment

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.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.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.get_operation

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_cloud_control_deployments

list_cloud_control_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsRequest,
            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.cloudsecuritycompliance_v1.services.deployment.pagers.ListCloudControlDeploymentsPager
)

Lists the cloud conrol deployments in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_cloud_control_deployments

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_framework_deployments

list_framework_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsRequest,
            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.cloudsecuritycompliance_v1.services.deployment.pagers.ListFrameworkDeploymentsPager
)

Lists the framework deployments in a given parent resource.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_framework_deployments

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_cloud_control_deployment_path

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

Parses a cloud_control_deployment path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_cloud_control_deployment_path

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_cloud_control_path

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

Parses a cloud_control path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_cloud_control_path

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_framework_deployment_path

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

Parses a framework_deployment path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_framework_deployment_path

google.cloud.cloudsecuritycompliance_v1.services.deployment.pagers.ListCloudControlDeploymentsAsyncPager

ListCloudControlDeploymentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.deployment.pagers.ListCloudControlDeploymentsPager

ListCloudControlDeploymentsPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.deployment.pagers.ListFrameworkDeploymentsAsyncPager

ListFrameworkDeploymentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.deployment.pagers.ListFrameworkDeploymentsPager

ListFrameworkDeploymentsPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsResponse,
    *,
    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.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient

MonitoringAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
            ],
        ]
    ] = "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
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.aggregate_framework_compliance_report

aggregate_framework_compliance_report(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportResponse
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.control_compliance_summary_path

control_compliance_summary_path(
    project: str,
    location: str,
    framework_compliance_report: str,
    control_compliance_summary: str,
) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.fetch_framework_compliance_report

fetch_framework_compliance_report(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.FetchFrameworkComplianceReportRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.monitoring.FrameworkComplianceReport

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.finding_summary_path

finding_summary_path(project: str, location: str, finding_summary: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.framework_compliance_report_path

framework_compliance_report_path(
    project: str, location: str, framework_compliance_report: str
) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.framework_compliance_summary_path

framework_compliance_summary_path(
    project: str, location: str, framework_compliance_summary: str
) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport
]

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_control_compliance_summaries

list_control_compliance_summaries(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
            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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesAsyncPager
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_finding_summaries

list_finding_summaries(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
            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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesAsyncPager
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_framework_compliance_summaries

list_framework_compliance_summaries(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
            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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesAsyncPager
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_control_compliance_summary_path

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

Parses a control_compliance_summary path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_control_compliance_summary_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_finding_summary_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_framework_compliance_report_path

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

Parses a framework_compliance_report path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_framework_compliance_report_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_framework_compliance_summary_path

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

Parses a framework_compliance_summary path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_framework_compliance_summary_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient

MonitoringClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
            typing.Callable[
                [...],
                google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
            ],
        ]
    ] = 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
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.exit

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.aggregate_framework_compliance_report

aggregate_framework_compliance_report(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportResponse
)

Gets the aggregated compliance report over time for a given scope.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.aggregate_framework_compliance_report

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.cancel_operation

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_project_path

common_project_path(project: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.control_compliance_summary_path

control_compliance_summary_path(
    project: str,
    location: str,
    framework_compliance_report: str,
    control_compliance_summary: str,
) -> str

Returns a fully-qualified control_compliance_summary string.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.control_compliance_summary_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = 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]]] = ()
) -> None

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.fetch_framework_compliance_report

fetch_framework_compliance_report(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.FetchFrameworkComplianceReportRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.monitoring.FrameworkComplianceReport

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.finding_summary_path

finding_summary_path(project: str, location: str, finding_summary: str) -> str

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.framework_compliance_report_path

framework_compliance_report_path(
    project: str, location: str, framework_compliance_report: str
) -> str

Returns a fully-qualified framework_compliance_report string.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.framework_compliance_report_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.framework_compliance_summary_path

framework_compliance_summary_path(
    project: str, location: str, framework_compliance_summary: str
) -> str

Returns a fully-qualified framework_compliance_summary string.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.framework_compliance_summary_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.from_service_account_file

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.from_service_account_info

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.from_service_account_json

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.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.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_operation

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_control_compliance_summaries

list_control_compliance_summaries(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
            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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesPager
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_finding_summaries

list_finding_summaries(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
            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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesPager
)

Lists the finding summary by category for a given scope.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_finding_summaries

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_framework_compliance_summaries

list_framework_compliance_summaries(
    request: typing.Optional[
        typing.Union[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
            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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesPager
)

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_locations

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_operations

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_common_billing_account_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_common_folder_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_common_location_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_common_organization_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_common_project_path

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

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_control_compliance_summary_path

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

Parses a control_compliance_summary path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_control_compliance_summary_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_finding_summary_path

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

Parses a finding_summary path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_finding_summary_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_framework_compliance_report_path

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

Parses a framework_compliance_report path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_framework_compliance_report_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_framework_compliance_summary_path

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

Parses a framework_compliance_summary path into its component segments.

See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_framework_compliance_summary_path

google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesAsyncPager

ListControlComplianceSummariesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse,
    *,
    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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesPager

ListControlComplianceSummariesPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse,
    *,
    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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesAsyncPager

ListFindingSummariesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse,
    *,
    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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesPager

ListFindingSummariesPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse,
    *,
    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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesAsyncPager

ListFrameworkComplianceSummariesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse
        ],
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse,
    *,
    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.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesPager

ListFrameworkComplianceSummariesPager(
    method: typing.Callable[
        [...],
        google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse,
    ],
    request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
    response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse,
    *,
    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]]] = ()
)