Class ReportDetail (0.1.7)

ReportDetail(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing ReportDetail object. ReportDetail represents metadata of generated reports for a ReportConfig. Next ID: 10

Attributes

NameDescription
name str
Name of resource. It will be of form projects/
snapshot_time google.protobuf.timestamp_pb2.Timestamp
The snapshot time. All the report data is referenced at this point of time.
report_path_prefix str
Prefix of the object name of each report's shard. This will have full prefix except the "extension" and "shard_id". For example, if the destination_path is {{report-config-id}}/dt={{datetime}}, the shard object name would be gs://my-insights/1A34-F2E456-12B456-1C3D/dt=2022-05-20T06:35/1A34-F2E456-12B456-1C3D_2022-05-20T06:35_5.csv and the value of report_path_prefix field would be gs://my-insights/1A34-F2E456-12B456-1C3D/dt=2022-05-20T06:35/1A34-F2E456-12B456-1C3D_2022-05-20T06:35_.
shards_count int
Total shards generated for the report.
status google.rpc.status_pb2.Status
Status of the ReportDetail.
labels MutableMapping[str, str]
Labels as key value pairs
target_datetime google.type.datetime_pb2.DateTime
The date for which report is generated. The time part of target_datetime will be zero till we support multiple reports per day.
report_metrics google.cloud.storageinsights_v1.types.ReportDetail.Metrics
Metrics of the report.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Metrics

Metrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Different metrics associated with the generated report.