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
Returns a fully-qualified cloud_control string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.cloud_control_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_location_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_organization_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_project_path
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 single CloudControl for a given 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 single framework for a given 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 CloudControl.
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 Framework.
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
Deletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.framework_path
framework_path(organization: str, location: str, framework: str) -> str
Returns a fully-qualified framework string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.framework_path
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
Gets details of a single CloudControl.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_cloud_control
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
Gets details of a single Framework.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_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
Gets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_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.
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
]
Returns an appropriate transport class.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.get_transport_class
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 CloudControls in a given organization.
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 Frameworks in a given organization.
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]
Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.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.config.ConfigAsyncClient.parse_common_location_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.parse_common_project_path
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
Updates a single CloudControl.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.update_cloud_control
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
Updates a single Framework.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.update_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 =
Instantiates the config client.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient
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
Returns a fully-qualified billing_account string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_billing_account_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_location_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_organization_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.common_project_path
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 single CloudControl for a given 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 single framework for a given 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 CloudControl.
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 Framework.
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
Deletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.framework_path
framework_path(organization: str, location: str, framework: str) -> str
Returns a fully-qualified framework string.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.framework_path
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
Gets details of a single CloudControl.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_cloud_control
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
Gets details of a single Framework.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_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
Gets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_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,
)
Deprecated.
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 CloudControls in a given organization.
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 Frameworks in a given organization.
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.
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.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.config.ConfigClient.parse_common_location_path
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]
Parse a project path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.parse_common_project_path
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
Updates a single CloudControl.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.update_cloud_control
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
Updates a single Framework.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.update_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]]] = ()
)
Instantiates the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListCloudControlsAsyncPager
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListCloudControlsPager
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]]] = ()
)
Instantiates the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksAsyncPager
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksPager
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 =
Instantiates the deployment async client.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient
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
Returns a fully-qualified cloud_control_deployment string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.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.deployment.DeploymentAsyncClient.cloud_control_path
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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 project and location.
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
Deletes a single FrameworkDeployment.
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
Deletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.framework_deployment_path
framework_deployment_path(
organization: str, location: str, framework_deployment: str
) -> str
Returns a fully-qualified framework_deployment string.
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.
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.
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.
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
Gets details of a single 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
Gets details of a single 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
Gets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.get_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,
)
Return the API endpoint and client cert source for mutual TLS.
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
Gets the latest state of a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.get_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
]
Returns an appropriate transport class.
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
)
Lists CloudControlDeployments under a given parent.
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
)
Lists FrameworkDeployments in a given parent and location.
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.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_cloud_control_path
parse_cloud_control_path(path: str) -> typing.Dict[str, str]
Parses a cloud_control path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.parse_framework_deployment_path
parse_framework_deployment_path(path: str) -> typing.Dict[str, str]
Parses a framework_deployment path into its component segments.
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 =
Instantiates the deployment client.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient
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
Returns a fully-qualified cloud_control_deployment string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.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.deployment.DeploymentClient.cloud_control_path
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_location_path
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_project_path
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 project and location.
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
Deletes a single FrameworkDeployment.
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
Deletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.framework_deployment_path
framework_deployment_path(
organization: str, location: str, framework_deployment: str
) -> str
Returns a fully-qualified framework_deployment string.
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.
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.
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.
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
Gets details of a single 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
Gets details of a single 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
Gets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.get_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,
)
Deprecated.
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 CloudControlDeployments under a given parent.
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 FrameworkDeployments in a given parent and location.
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.
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.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
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.
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]]] = ()
)
Instantiates the pager.
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.pagers.ListCloudControlDeploymentsPager
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]]] = ()
)
Instantiates the pager.
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.pagers.ListFrameworkDeploymentsPager