- 0.63.0 (latest)
 - 0.61.0
 - 0.60.0
 - 0.59.0
 - 0.58.0
 - 0.57.0
 - 0.55.0
 - 0.53.0
 - 0.52.0
 - 0.49.0
 - 0.48.0
 - 0.47.0
 - 0.45.0
 - 0.44.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public interface ReportConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels as key value pairs
 map<string, string> labels = 10;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. [Output only] Create time stamp
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. [Output only] Create time stamp
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getCsvOptions()
public abstract CSVOptions getCsvOptions()Options for CSV formatted reports.
 .google.cloud.storageinsights.v1.CSVOptions csv_options = 6;
| Returns | |
|---|---|
| Type | Description | 
CSVOptions | 
        The csvOptions.  | 
      
getCsvOptionsOrBuilder()
public abstract CSVOptionsOrBuilder getCsvOptionsOrBuilder()Options for CSV formatted reports.
 .google.cloud.storageinsights.v1.CSVOptions csv_options = 6;
| Returns | |
|---|---|
| Type | Description | 
CSVOptionsOrBuilder | 
        |
getDisplayName()
public abstract String getDisplayName()User provided display name which can be empty and limited to 256 characters that is editable.
 string display_name = 11;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()User provided display name which can be empty and limited to 256 characters that is editable.
 string display_name = 11;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getFrequencyOptions()
public abstract FrequencyOptions getFrequencyOptions()The frequency of report generation.
 .google.cloud.storageinsights.v1.FrequencyOptions frequency_options = 5;
| Returns | |
|---|---|
| Type | Description | 
FrequencyOptions | 
        The frequencyOptions.  | 
      
getFrequencyOptionsOrBuilder()
public abstract FrequencyOptionsOrBuilder getFrequencyOptionsOrBuilder()The frequency of report generation.
 .google.cloud.storageinsights.v1.FrequencyOptions frequency_options = 5;
| Returns | |
|---|---|
| Type | Description | 
FrequencyOptionsOrBuilder | 
        |
getLabels()
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsCount()
public abstract int getLabelsCount()Labels as key value pairs
 map<string, string> labels = 10;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels as key value pairs
 map<string, string> labels = 10;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels as key value pairs
 map<string, string> labels = 10;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels as key value pairs
 map<string, string> labels = 10;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getName()
public abstract String getName()name of resource. It will be of form projects/<project>/locations/<location>/reportConfigs/<report-config-id>.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()name of resource. It will be of form projects/<project>/locations/<location>/reportConfigs/<report-config-id>.
 string name = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getObjectMetadataReportOptions()
public abstract ObjectMetadataReportOptions getObjectMetadataReportOptions()Report for exporting object metadata.
 
 .google.cloud.storageinsights.v1.ObjectMetadataReportOptions object_metadata_report_options = 8;
 
| Returns | |
|---|---|
| Type | Description | 
ObjectMetadataReportOptions | 
        The objectMetadataReportOptions.  | 
      
getObjectMetadataReportOptionsOrBuilder()
public abstract ObjectMetadataReportOptionsOrBuilder getObjectMetadataReportOptionsOrBuilder()Report for exporting object metadata.
 
 .google.cloud.storageinsights.v1.ObjectMetadataReportOptions object_metadata_report_options = 8;
 
| Returns | |
|---|---|
| Type | Description | 
ObjectMetadataReportOptionsOrBuilder | 
        |
getParquetOptions()
public abstract ParquetOptions getParquetOptions()Options for Parquet formatted reports.
 .google.cloud.storageinsights.v1.ParquetOptions parquet_options = 7;
| Returns | |
|---|---|
| Type | Description | 
ParquetOptions | 
        The parquetOptions.  | 
      
getParquetOptionsOrBuilder()
public abstract ParquetOptionsOrBuilder getParquetOptionsOrBuilder()Options for Parquet formatted reports.
 .google.cloud.storageinsights.v1.ParquetOptions parquet_options = 7;
| Returns | |
|---|---|
| Type | Description | 
ParquetOptionsOrBuilder | 
        |
getReportFormatCase()
public abstract ReportConfig.ReportFormatCase getReportFormatCase()| Returns | |
|---|---|
| Type | Description | 
ReportConfig.ReportFormatCase | 
        |
getReportKindCase()
public abstract ReportConfig.ReportKindCase getReportKindCase()| Returns | |
|---|---|
| Type | Description | 
ReportConfig.ReportKindCase | 
        |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. [Output only] Update time stamp
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. [Output only] Update time stamp
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. [Output only] Create time stamp
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasCsvOptions()
public abstract boolean hasCsvOptions()Options for CSV formatted reports.
 .google.cloud.storageinsights.v1.CSVOptions csv_options = 6;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the csvOptions field is set.  | 
      
hasFrequencyOptions()
public abstract boolean hasFrequencyOptions()The frequency of report generation.
 .google.cloud.storageinsights.v1.FrequencyOptions frequency_options = 5;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the frequencyOptions field is set.  | 
      
hasObjectMetadataReportOptions()
public abstract boolean hasObjectMetadataReportOptions()Report for exporting object metadata.
 
 .google.cloud.storageinsights.v1.ObjectMetadataReportOptions object_metadata_report_options = 8;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the objectMetadataReportOptions field is set.  | 
      
hasParquetOptions()
public abstract boolean hasParquetOptions()Options for Parquet formatted reports.
 .google.cloud.storageinsights.v1.ParquetOptions parquet_options = 7;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the parquetOptions field is set.  | 
      
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. [Output only] Update time stamp
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  |