Summary of entries of Methods for google-cloud-cloudsecuritycompliance.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient
AuditAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the audit async client.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.cancel_operation
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_billing_account_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_location_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_organization_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.common_project_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.create_framework_audit
create_framework_audit(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.CreateFrameworkAuditRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
framework_audit: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAudit
] = None,
framework_audit_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates an audit scope report for a framework.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.create_framework_audit
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.framework_audit_path
framework_audit_path(project: str, location: str, framework_audit: str) -> strReturns a fully-qualified framework_audit string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.framework_audit_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_file
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_info
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.from_service_account_json
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.generate_framework_audit_scope_report
generate_framework_audit_scope_report(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest,
dict,
]
] = None,
*,
scope: typing.Optional[str] = None,
report_format: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest.Format
] = None,
compliance_framework: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportResponse
)Generates an audit scope report for a framework.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.generate_framework_audit_scope_report_response_path
generate_framework_audit_scope_report_response_path(
project: str, location: str, generate_framework_audit_scope_report_response: str
) -> strReturns a fully-qualified generate_framework_audit_scope_report_response string.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_framework_audit
get_framework_audit(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.GetFrameworkAuditRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAuditGets the details for a framework audit.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_framework_audit
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_location
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_operation
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport
]Returns an appropriate transport class.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.get_transport_class
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_framework_audits
list_framework_audits(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsAsyncPager
)Lists the framework audits for a given organization, folder, or project.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_framework_audits
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_locations
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.list_operations
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.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.audit.AuditAsyncClient.parse_common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_common_location_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.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.audit.AuditAsyncClient.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.audit.AuditAsyncClient.parse_common_project_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_framework_audit_path
parse_framework_audit_path(path: str) -> typing.Dict[str, str]Parses a framework_audit path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_framework_audit_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditAsyncClient.parse_generate_framework_audit_scope_report_response_path
parse_generate_framework_audit_scope_report_response_path(
path: str,
) -> typing.Dict[str, str]Parses a generate_framework_audit_scope_report_response path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient
AuditClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.services.audit.transports.base.AuditTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the audit client.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.exit
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.cancel_operation
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_billing_account_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_location_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_organization_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.common_project_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.create_framework_audit
create_framework_audit(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.CreateFrameworkAuditRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
framework_audit: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAudit
] = None,
framework_audit_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates an audit scope report for a framework.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.create_framework_audit
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.framework_audit_path
framework_audit_path(project: str, location: str, framework_audit: str) -> strReturns a fully-qualified framework_audit string.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.framework_audit_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_file
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_info
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.from_service_account_json
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.generate_framework_audit_scope_report
generate_framework_audit_scope_report(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest,
dict,
]
] = None,
*,
scope: typing.Optional[str] = None,
report_format: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportRequest.Format
] = None,
compliance_framework: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.types.audit.GenerateFrameworkAuditScopeReportResponse
)Generates an audit scope report for a framework.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.generate_framework_audit_scope_report_response_path
generate_framework_audit_scope_report_response_path(
project: str, location: str, generate_framework_audit_scope_report_response: str
) -> strReturns a fully-qualified generate_framework_audit_scope_report_response string.
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_framework_audit
get_framework_audit(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.GetFrameworkAuditRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.audit.FrameworkAuditGets the details for a framework audit.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_framework_audit
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_location
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_mtls_endpoint_and_cert_source
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.get_operation
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_framework_audits
list_framework_audits(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsPager
)Lists the framework audits for a given organization, folder, or project.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_framework_audits
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_locations
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.list_operations
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_billing_account_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_location_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_organization_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_common_project_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_framework_audit_path
parse_framework_audit_path(path: str) -> typing.Dict[str, str]Parses a framework_audit path into its component segments.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_framework_audit_path
google.cloud.cloudsecuritycompliance_v1.services.audit.AuditClient.parse_generate_framework_audit_scope_report_response_path
parse_generate_framework_audit_scope_report_response_path(
path: str,
) -> typing.Dict[str, str]Parses a generate_framework_audit_scope_report_response path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsAsyncPager
ListFrameworkAuditsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse
],
],
request: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsAsyncPager
google.cloud.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsPager
ListFrameworkAuditsPager(
method: typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse,
],
request: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.audit.ListFrameworkAuditsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.audit.pagers.ListFrameworkAuditsPager
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient
CmEnrollmentServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the cm enrollment service async client.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.calculate_effective_cm_enrollment
calculate_effective_cm_enrollment(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentResponse
)Calculates the effective Compliance Manager enrollment for a resource.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.cm_enrollment_path
cm_enrollment_path(organization: str, location: str) -> strReturns a fully-qualified cm_enrollment string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cm_enrollment_service.CmEnrollmentServiceAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport
]Returns an appropriate transport class.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_cm_enrollment_path
parse_cm_enrollment_path(path: str) -> typing.Dict[str, str]Parses a cm_enrollment path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cm_enrollment_service.CmEnrollmentServiceAsyncClient.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.cm_enrollment_service.CmEnrollmentServiceAsyncClient.update_cm_enrollment
update_cm_enrollment(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.UpdateCmEnrollmentRequest,
dict,
]
] = None,
*,
cm_enrollment: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollmentUpdates the Compliance Manager enrollment for a resource to facilitate an audit.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient
CmEnrollmentServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.transports.base.CmEnrollmentServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the cm enrollment service client.
See more: google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.calculate_effective_cm_enrollment
calculate_effective_cm_enrollment(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CalculateEffectiveCmEnrollmentResponse
)Calculates the effective Compliance Manager enrollment for a resource.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.cm_enrollment_path
cm_enrollment_path(organization: str, location: str) -> strReturns a fully-qualified cm_enrollment string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_cm_enrollment_path
parse_cm_enrollment_path(path: str) -> typing.Dict[str, str]Parses a cm_enrollment path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.cm_enrollment_service.CmEnrollmentServiceClient.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.cm_enrollment_service.CmEnrollmentServiceClient.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.cm_enrollment_service.CmEnrollmentServiceClient.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.cm_enrollment_service.CmEnrollmentServiceClient.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.cm_enrollment_service.CmEnrollmentServiceClient.update_cm_enrollment
update_cm_enrollment(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.UpdateCmEnrollmentRequest,
dict,
]
] = None,
*,
cm_enrollment: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.cm_enrollment_service.CmEnrollmentUpdates the Compliance Manager enrollment for a resource to facilitate an audit.
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient
ConfigAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.cloudsecuritycompliance_v1.services.config.transports.base.ConfigTransport,
typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.services.config.transports.base.ConfigTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the config async client.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts 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) -> strReturns 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) -> strReturns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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.CloudControlCreates a custom cloud control in a given parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.create_cloud_control
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.create_framework
create_framework(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.CreateFrameworkRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
framework: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.common.Framework
] = None,
framework_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.FrameworkCreates a custom framework in a given parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.create_framework
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_cloud_control
delete_cloud_control(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.DeleteCloudControlRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a custom cloud control, including all its major and minor revisions.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_cloud_control
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_framework
delete_framework(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.DeleteFrameworkRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a custom framework, including all its major and minor revisions.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_framework
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes 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) -> strReturns 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.CloudControlGets details about a cloud control.
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.FrameworkGets details about a 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.LocationGets 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.OperationGets 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 the cloud controls (both built-in and custom) that are available in a given parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_cloud_controls
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_frameworks
list_frameworks(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksAsyncPager
)Lists the frameworks (both built-in and custom) that are available within the parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_frameworks
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists 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.ListOperationsResponseLists 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.CloudControlUpdates a custom cloud control.
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.FrameworkUpdates a custom 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 = 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]]] = ()
) -> NoneStarts 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) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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) -> strReturns 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.CloudControlCreates a custom cloud control in a given parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.create_cloud_control
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.create_framework
create_framework(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.CreateFrameworkRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
framework: typing.Optional[
google.cloud.cloudsecuritycompliance_v1.types.common.Framework
] = None,
framework_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.common.FrameworkCreates a custom framework in a given parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.create_framework
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_cloud_control
delete_cloud_control(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.DeleteCloudControlRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a custom cloud control, including all its major and minor revisions.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_cloud_control
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_framework
delete_framework(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.DeleteFrameworkRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a custom framework, including all its major and minor revisions.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_framework
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes 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) -> strReturns 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.CloudControlGets details about a cloud control.
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.FrameworkGets details about a 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.LocationGets 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.OperationGets the latest state of a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.get_operation
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_cloud_controls
list_cloud_controls(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.ListCloudControlsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListCloudControlsPager
)Lists the cloud controls (both built-in and custom) that are available in a given parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_cloud_controls
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_frameworks
list_frameworks(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.config.ListFrameworksRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.services.config.pagers.ListFrameworksPagerLists the frameworks (both built-in and custom) that are available within the parent resource.
See more: google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_frameworks
google.cloud.cloudsecuritycompliance_v1.services.config.ConfigClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists 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.ListOperationsResponseLists 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.CloudControlUpdates a custom cloud control.
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.FrameworkUpdates a custom 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 = 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]]] = ()
) -> NoneStarts 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
) -> strReturns 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) -> strReturns 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) -> strReturns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns 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) -> strReturns a fully-qualified location string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentAsyncClient.common_project_path
common_project_path(project: str) -> strReturns 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.AsyncOperationCreates a framework deployment in a given parent resource.
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.AsyncOperationDeletes a framework deployment.
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]]] = ()
) -> NoneDeletes 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
) -> strReturns 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.CloudControlDeploymentGets details about a cloud control deployment.
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.FrameworkDeploymentGets details about a framework deployment.
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.LocationGets 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.OperationGets 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 the cloud conrol deployments in a given parent resource.
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 the framework deployments in a given parent resource.
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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 = 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]]] = ()
) -> NoneStarts 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
) -> strReturns 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) -> strReturns 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) -> strReturns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_folder_path
common_folder_path(folder: str) -> strReturns 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) -> strReturns 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) -> strReturns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.common_project_path
common_project_path(project: str) -> strReturns 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.OperationCreates a framework deployment in a given parent resource.
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.OperationDeletes a framework deployment.
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]]] = ()
) -> NoneDeletes 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
) -> strReturns 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.CloudControlDeploymentGets details about a cloud control deployment.
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.FrameworkDeploymentGets details about a framework deployment.
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.LocationGets 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.OperationGets the latest state of a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.get_operation
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_cloud_control_deployments
list_cloud_control_deployments(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.deployment.ListCloudControlDeploymentsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.deployment.pagers.ListCloudControlDeploymentsPager
)Lists the cloud conrol deployments in a given parent resource.
google.cloud.cloudsecuritycompliance_v1.services.deployment.DeploymentClient.list_framework_deployments
list_framework_deployments(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.deployment.ListFrameworkDeploymentsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.deployment.pagers.ListFrameworkDeploymentsPager
)Lists the framework deployments in a given parent resource.
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.ListLocationsResponseLists 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.ListOperationsResponseLists 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
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient
MonitoringAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the monitoring async client.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.aggregate_framework_compliance_report
aggregate_framework_compliance_report(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportResponse
)Gets the aggregated compliance report over time for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.cancel_operation
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.control_compliance_summary_path
control_compliance_summary_path(
project: str,
location: str,
framework_compliance_report: str,
control_compliance_summary: str,
) -> strReturns a fully-qualified control_compliance_summary string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.fetch_framework_compliance_report
fetch_framework_compliance_report(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.FetchFrameworkComplianceReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.monitoring.FrameworkComplianceReportFetches the framework compliance report for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.finding_summary_path
finding_summary_path(project: str, location: str, finding_summary: str) -> strReturns a fully-qualified finding_summary string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.framework_compliance_report_path
framework_compliance_report_path(
project: str, location: str, framework_compliance_report: str
) -> strReturns a fully-qualified framework_compliance_report string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.framework_compliance_summary_path
framework_compliance_summary_path(
project: str, location: str, framework_compliance_summary: str
) -> strReturns a fully-qualified framework_compliance_summary string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_location
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_operation
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport
]Returns an appropriate transport class.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_control_compliance_summaries
list_control_compliance_summaries(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesAsyncPager
)Lists the control compliance summary for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_finding_summaries
list_finding_summaries(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesAsyncPager
)Lists the finding summary by category for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_framework_compliance_summaries
list_framework_compliance_summaries(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesAsyncPager
)Lists the framework compliance summary for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_locations
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.list_operations
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.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.monitoring.MonitoringAsyncClient.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.monitoring.MonitoringAsyncClient.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.monitoring.MonitoringAsyncClient.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.monitoring.MonitoringAsyncClient.parse_control_compliance_summary_path
parse_control_compliance_summary_path(path: str) -> typing.Dict[str, str]Parses a control_compliance_summary path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_finding_summary_path
parse_finding_summary_path(path: str) -> typing.Dict[str, str]Parses a finding_summary path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_framework_compliance_report_path
parse_framework_compliance_report_path(path: str) -> typing.Dict[str, str]Parses a framework_compliance_report path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringAsyncClient.parse_framework_compliance_summary_path
parse_framework_compliance_summary_path(path: str) -> typing.Dict[str, str]Parses a framework_compliance_summary path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient
MonitoringClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.services.monitoring.transports.base.MonitoringTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the monitoring client.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.exit
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.aggregate_framework_compliance_report
aggregate_framework_compliance_report(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.types.monitoring.AggregateFrameworkComplianceReportResponse
)Gets the aggregated compliance report over time for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.cancel_operation
cancel_operation(
request: typing.Optional[
google.longrunning.operations_pb2.CancelOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.cancel_operation
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_folder_path
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_location_path
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.common_project_path
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.control_compliance_summary_path
control_compliance_summary_path(
project: str,
location: str,
framework_compliance_report: str,
control_compliance_summary: str,
) -> strReturns a fully-qualified control_compliance_summary string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.delete_operation
delete_operation(
request: typing.Optional[
google.longrunning.operations_pb2.DeleteOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.delete_operation
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.fetch_framework_compliance_report
fetch_framework_compliance_report(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.FetchFrameworkComplianceReportRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.cloudsecuritycompliance_v1.types.monitoring.FrameworkComplianceReportFetches the framework compliance report for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.finding_summary_path
finding_summary_path(project: str, location: str, finding_summary: str) -> strReturns a fully-qualified finding_summary string.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.finding_summary_path
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.framework_compliance_report_path
framework_compliance_report_path(
project: str, location: str, framework_compliance_report: str
) -> strReturns a fully-qualified framework_compliance_report string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.framework_compliance_summary_path
framework_compliance_summary_path(
project: str, location: str, framework_compliance_summary: str
) -> strReturns a fully-qualified framework_compliance_summary string.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_location
get_location(
request: typing.Optional[
google.cloud.location.locations_pb2.GetLocationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_location
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_operation
get_operation(
request: typing.Optional[
google.longrunning.operations_pb2.GetOperationRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.get_operation
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_control_compliance_summaries
list_control_compliance_summaries(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesPager
)Lists the control compliance summary for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_finding_summaries
list_finding_summaries(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesPager
)Lists the finding summary by category for a given scope.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_finding_summaries
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_framework_compliance_summaries
list_framework_compliance_summaries(
request: typing.Optional[
typing.Union[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesPager
)Lists the framework compliance summary for a given scope.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_locations
list_locations(
request: typing.Optional[
google.cloud.location.locations_pb2.ListLocationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_locations
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_operations
list_operations(
request: typing.Optional[
google.longrunning.operations_pb2.ListOperationsRequest
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.list_operations
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.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.monitoring.MonitoringClient.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.monitoring.MonitoringClient.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.monitoring.MonitoringClient.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.monitoring.MonitoringClient.parse_control_compliance_summary_path
parse_control_compliance_summary_path(path: str) -> typing.Dict[str, str]Parses a control_compliance_summary path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_finding_summary_path
parse_finding_summary_path(path: str) -> typing.Dict[str, str]Parses a finding_summary path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_framework_compliance_report_path
parse_framework_compliance_report_path(path: str) -> typing.Dict[str, str]Parses a framework_compliance_report path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.MonitoringClient.parse_framework_compliance_summary_path
parse_framework_compliance_summary_path(path: str) -> typing.Dict[str, str]Parses a framework_compliance_summary path into its component segments.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesAsyncPager
ListControlComplianceSummariesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse
],
],
request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListControlComplianceSummariesPager
ListControlComplianceSummariesPager(
method: typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse,
],
request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListControlComplianceSummariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesAsyncPager
ListFindingSummariesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse
],
],
request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesAsyncPager
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesPager
ListFindingSummariesPager(
method: typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse,
],
request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFindingSummariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFindingSummariesPager
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesAsyncPager
ListFrameworkComplianceSummariesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse
],
],
request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
google.cloud.cloudsecuritycompliance_v1.services.monitoring.pagers.ListFrameworkComplianceSummariesPager
ListFrameworkComplianceSummariesPager(
method: typing.Callable[
[...],
google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse,
],
request: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesRequest,
response: google.cloud.cloudsecuritycompliance_v1.types.monitoring.ListFrameworkComplianceSummariesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.