Class ReportConfig (0.1.7)

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

Message describing ReportConfig object. ReportConfig is the configuration to generate reports. See https://cloud.google.com/storage/docs/insights/using-inventory-reports#create-config-rest for more details on how to set various fields. Next ID: 12

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
name of resource. It will be of form projects/
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create time stamp
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update time stamp
frequency_options google.cloud.storageinsights_v1.types.FrequencyOptions
The frequency of report generation.
csv_options google.cloud.storageinsights_v1.types.CSVOptions
Options for CSV formatted reports. This field is a member of oneof_ report_format.
parquet_options google.cloud.storageinsights_v1.types.ParquetOptions
Options for Parquet formatted reports. This field is a member of oneof_ report_format.
object_metadata_report_options google.cloud.storageinsights_v1.types.ObjectMetadataReportOptions
Report for exporting object metadata. This field is a member of oneof_ report_kind.
labels MutableMapping[str, str]
Labels as key value pairs
display_name str
User provided display name which can be empty and limited to 256 characters that is editable.

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.