Reference documentation and code samples for the Storage Insights V1 API class Google::Cloud::StorageInsights::V1::ReportConfig.
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
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Create time stamp
#csv_options
def csv_options() -> ::Google::Cloud::StorageInsights::V1::CSVOptions
-
(::Google::Cloud::StorageInsights::V1::CSVOptions) — Options for CSV formatted reports.
Note: The following fields are mutually exclusive:
csv_options
,parquet_options
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#csv_options=
def csv_options=(value) -> ::Google::Cloud::StorageInsights::V1::CSVOptions
-
value (::Google::Cloud::StorageInsights::V1::CSVOptions) — Options for CSV formatted reports.
Note: The following fields are mutually exclusive:
csv_options
,parquet_options
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::StorageInsights::V1::CSVOptions) — Options for CSV formatted reports.
Note: The following fields are mutually exclusive:
csv_options
,parquet_options
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#display_name
def display_name() -> ::String
- (::String) — User provided display name which can be empty and limited to 256 characters that is editable.
#display_name=
def display_name=(value) -> ::String
- value (::String) — User provided display name which can be empty and limited to 256 characters that is editable.
- (::String) — User provided display name which can be empty and limited to 256 characters that is editable.
#frequency_options
def frequency_options() -> ::Google::Cloud::StorageInsights::V1::FrequencyOptions
- (::Google::Cloud::StorageInsights::V1::FrequencyOptions) — The frequency of report generation.
#frequency_options=
def frequency_options=(value) -> ::Google::Cloud::StorageInsights::V1::FrequencyOptions
- value (::Google::Cloud::StorageInsights::V1::FrequencyOptions) — The frequency of report generation.
- (::Google::Cloud::StorageInsights::V1::FrequencyOptions) — The frequency of report generation.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs
- (::Google::Protobuf::Map{::String => ::String}) — Labels as key value pairs
#name
def name() -> ::String
- (::String) — name of resource. It will be of form projects/
#name=
def name=(value) -> ::String
- value (::String) — name of resource. It will be of form projects/
- (::String) — name of resource. It will be of form projects/
#object_metadata_report_options
def object_metadata_report_options() -> ::Google::Cloud::StorageInsights::V1::ObjectMetadataReportOptions
- (::Google::Cloud::StorageInsights::V1::ObjectMetadataReportOptions) — Report for exporting object metadata.
#object_metadata_report_options=
def object_metadata_report_options=(value) -> ::Google::Cloud::StorageInsights::V1::ObjectMetadataReportOptions
- value (::Google::Cloud::StorageInsights::V1::ObjectMetadataReportOptions) — Report for exporting object metadata.
- (::Google::Cloud::StorageInsights::V1::ObjectMetadataReportOptions) — Report for exporting object metadata.
#parquet_options
def parquet_options() -> ::Google::Cloud::StorageInsights::V1::ParquetOptions
-
(::Google::Cloud::StorageInsights::V1::ParquetOptions) — Options for Parquet formatted reports.
Note: The following fields are mutually exclusive:
parquet_options
,csv_options
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#parquet_options=
def parquet_options=(value) -> ::Google::Cloud::StorageInsights::V1::ParquetOptions
-
value (::Google::Cloud::StorageInsights::V1::ParquetOptions) — Options for Parquet formatted reports.
Note: The following fields are mutually exclusive:
parquet_options
,csv_options
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::StorageInsights::V1::ParquetOptions) — Options for Parquet formatted reports.
Note: The following fields are mutually exclusive:
parquet_options
,csv_options
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. [Output only] Update time stamp