Package Methods (0.3.0)

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

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 = 

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 new CloudControl with type Custom under 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 new Framework with type Custom under 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 single Custom CloudControl, 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 single Custom Framework, including all its minor 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 all CloudControls (both Built-in and Custom) available within 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 all Frameworks (both Built-in and Custom) available within a given 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.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 new CloudControl with type Custom under 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 new Framework with type Custom under 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 single Custom CloudControl, 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 single Custom Framework, including all its minor 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 all CloudControls (both Built-in and Custom) available within 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 all Frameworks (both Built-in and Custom) available within a given 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.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

Creates a new FrameworkDeployment in a given parent resource.

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

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.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 new FrameworkDeployment 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 )

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 )

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]]] = () )