Summary of entries of Methods for storageinsights.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient
StorageInsightsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.storageinsights_v1.services.storage_insights.transports.base.StorageInsightsTransport, typing.Callable[[...], google.cloud.storageinsights_v1.services.storage_insights.transports.base.StorageInsightsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = Instantiates the storage insights async client.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.create_dataset_config
create_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.CreateDatasetConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, dataset_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.DatasetConfig ] = None, dataset_config_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 dataset configuration in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.create_report_config
create_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.CreateReportConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, report_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.ReportConfig ] = 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.storageinsights_v1.types.storageinsights.ReportConfigCreates a new ReportConfig in a given project and location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.dataset_config_path
dataset_config_path(project: str, location: str, dataset_config: str) -> strReturns a fully-qualified dataset_config string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.delete_dataset_config
delete_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.DeleteDatasetConfigRequest, 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 dataset configuration in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.delete_report_config
delete_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.DeleteReportConfigRequest, 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 single ReportConfig.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.get_dataset_config
get_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.GetDatasetConfigRequest, 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.storageinsights_v1.types.storageinsights.DatasetConfigGets the dataset configuration in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.get_location
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.get_operation
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.get_report_config
get_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.GetReportConfigRequest, 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.storageinsights_v1.types.storageinsights.ReportConfigGets details of a single ReportConfig.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.get_report_detail
get_report_detail( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.GetReportDetailRequest, 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.storageinsights_v1.types.storageinsights.ReportDetailGets details of a single ReportDetail.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.storageinsights_v1.services.storage_insights.transports.base.StorageInsightsTransport ]Returns an appropriate transport class.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.link_dataset
link_dataset( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.LinkDatasetRequest, 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.AsyncOperationLinks a dataset to BigQuery in a given project for a given location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.link_dataset
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.list_dataset_configs
list_dataset_configs( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsRequest, 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.storageinsights_v1.services.storage_insights.pagers.ListDatasetConfigsAsyncPager )Lists the dataset configurations in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.list_locations
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.list_operations
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.list_report_configs
list_report_configs( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsRequest, 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.storageinsights_v1.services.storage_insights.pagers.ListReportConfigsAsyncPager )Lists ReportConfigs in a given project and location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.list_report_details
list_report_details( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsRequest, 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.storageinsights_v1.services.storage_insights.pagers.ListReportDetailsAsyncPager )Lists ReportDetails in a given project and location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.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.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.parse_dataset_config_path
parse_dataset_config_path(path: str) -> typing.Dict[str, str]Parses a dataset_config path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.parse_report_config_path
parse_report_config_path(path: str) -> typing.Dict[str, str]Parses a report_config path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.parse_report_detail_path
parse_report_detail_path(path: str) -> typing.Dict[str, str]Parses a report_detail path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.report_config_path
report_config_path(project: str, location: str, report_config: str) -> strReturns a fully-qualified report_config string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.report_detail_path
report_detail_path( project: str, location: str, report_config: str, report_detail: str ) -> strReturns a fully-qualified report_detail string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.unlink_dataset
unlink_dataset( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.UnlinkDatasetRequest, 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.AsyncOperationUnlinks a dataset from BigQuery in a given project for a given location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.unlink_dataset
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.update_dataset_config
update_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.UpdateDatasetConfigRequest, dict, ] ] = None, *, dataset_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.DatasetConfig ] = 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.api_core.operation_async.AsyncOperationUpdates a dataset configuration in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsAsyncClient.update_report_config
update_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.UpdateReportConfigRequest, dict, ] ] = None, *, report_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.ReportConfig ] = 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.storageinsights_v1.types.storageinsights.ReportConfigUpdates the parameters of a single ReportConfig.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient
StorageInsightsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.storageinsights_v1.services.storage_insights.transports.base.StorageInsightsTransport, typing.Callable[[...], google.cloud.storageinsights_v1.services.storage_insights.transports.base.StorageInsightsTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = Instantiates the storage insights client.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.exit
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.cancel_operation
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_folder_path
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_location_path
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.common_project_path
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.create_dataset_config
create_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.CreateDatasetConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, dataset_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.DatasetConfig ] = None, dataset_config_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 dataset configuration in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.create_report_config
create_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.CreateReportConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, report_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.ReportConfig ] = 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.storageinsights_v1.types.storageinsights.ReportConfigCreates a new ReportConfig in a given project and location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.create_report_config
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.dataset_config_path
dataset_config_path(project: str, location: str, dataset_config: str) -> strReturns a fully-qualified dataset_config string.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.dataset_config_path
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.delete_dataset_config
delete_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.DeleteDatasetConfigRequest, 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 dataset configuration in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.delete_operation
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.delete_report_config
delete_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.DeleteReportConfigRequest, 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 single ReportConfig.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.delete_report_config
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_dataset_config
get_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.GetDatasetConfigRequest, 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.storageinsights_v1.types.storageinsights.DatasetConfigGets the dataset configuration in a given project for a given location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_dataset_config
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_location
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_operation
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_report_config
get_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.GetReportConfigRequest, 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.storageinsights_v1.types.storageinsights.ReportConfigGets details of a single ReportConfig.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_report_config
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_report_detail
get_report_detail( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.GetReportDetailRequest, 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.storageinsights_v1.types.storageinsights.ReportDetailGets details of a single ReportDetail.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.get_report_detail
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.link_dataset
link_dataset( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.LinkDatasetRequest, 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.OperationLinks a dataset to BigQuery in a given project for a given location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.link_dataset
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_dataset_configs
list_dataset_configs( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsRequest, 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.storageinsights_v1.services.storage_insights.pagers.ListDatasetConfigsPager )Lists the dataset configurations in a given project for a given location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_dataset_configs
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_locations
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_operations
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_report_configs
list_report_configs( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsRequest, 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.storageinsights_v1.services.storage_insights.pagers.ListReportConfigsPager )Lists ReportConfigs in a given project and location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_report_configs
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_report_details
list_report_details( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsRequest, 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.storageinsights_v1.services.storage_insights.pagers.ListReportDetailsPager )Lists ReportDetails in a given project and location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.list_report_details
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.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.storageinsights_v1.services.storage_insights.StorageInsightsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.parse_dataset_config_path
parse_dataset_config_path(path: str) -> typing.Dict[str, str]Parses a dataset_config path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.parse_report_config_path
parse_report_config_path(path: str) -> typing.Dict[str, str]Parses a report_config path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.parse_report_detail_path
parse_report_detail_path(path: str) -> typing.Dict[str, str]Parses a report_detail path into its component segments.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.report_config_path
report_config_path(project: str, location: str, report_config: str) -> strReturns a fully-qualified report_config string.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.report_config_path
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.report_detail_path
report_detail_path( project: str, location: str, report_config: str, report_detail: str ) -> strReturns a fully-qualified report_detail string.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.report_detail_path
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.unlink_dataset
unlink_dataset( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.UnlinkDatasetRequest, 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.OperationUnlinks a dataset from BigQuery in a given project for a given location.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.unlink_dataset
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.update_dataset_config
update_dataset_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.UpdateDatasetConfigRequest, dict, ] ] = None, *, dataset_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.DatasetConfig ] = 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.api_core.operation.OperationUpdates a dataset configuration in a given project for a given location.
google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.update_report_config
update_report_config( request: typing.Optional[ typing.Union[ google.cloud.storageinsights_v1.types.storageinsights.UpdateReportConfigRequest, dict, ] ] = None, *, report_config: typing.Optional[ google.cloud.storageinsights_v1.types.storageinsights.ReportConfig ] = 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.storageinsights_v1.types.storageinsights.ReportConfigUpdates the parameters of a single ReportConfig.
See more: google.cloud.storageinsights_v1.services.storage_insights.StorageInsightsClient.update_report_config
google.cloud.storageinsights_v1.services.storage_insights.pagers.ListDatasetConfigsAsyncPager
ListDatasetConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsResponse ], ], request: google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsRequest, response: google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsResponse, *, 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.storageinsights_v1.services.storage_insights.pagers.ListDatasetConfigsAsyncPager
google.cloud.storageinsights_v1.services.storage_insights.pagers.ListDatasetConfigsPager
ListDatasetConfigsPager( method: typing.Callable[ [...], google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsResponse, ], request: google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsRequest, response: google.cloud.storageinsights_v1.types.storageinsights.ListDatasetConfigsResponse, *, 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.storageinsights_v1.services.storage_insights.pagers.ListDatasetConfigsPager
google.cloud.storageinsights_v1.services.storage_insights.pagers.ListReportConfigsAsyncPager
ListReportConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsResponse ], ], request: google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsRequest, response: google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsResponse, *, 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.storageinsights_v1.services.storage_insights.pagers.ListReportConfigsAsyncPager
google.cloud.storageinsights_v1.services.storage_insights.pagers.ListReportConfigsPager
ListReportConfigsPager( method: typing.Callable[ [...], google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsResponse, ], request: google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsRequest, response: google.cloud.storageinsights_v1.types.storageinsights.ListReportConfigsResponse, *, 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.storageinsights_v1.services.storage_insights.pagers.ListReportConfigsPager
google.cloud.storageinsights_v1.services.storage_insights.pagers.ListReportDetailsAsyncPager
ListReportDetailsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsResponse ], ], request: google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsRequest, response: google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsResponse, *, 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.storageinsights_v1.services.storage_insights.pagers.ListReportDetailsAsyncPager
google.cloud.storageinsights_v1.services.storage_insights.pagers.ListReportDetailsPager
ListReportDetailsPager( method: typing.Callable[ [...], google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsResponse, ], request: google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsRequest, response: google.cloud.storageinsights_v1.types.storageinsights.ListReportDetailsResponse, *, 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.storageinsights_v1.services.storage_insights.pagers.ListReportDetailsPager