Interface ReportConfigOrBuilder (0.30.0)

public interface ReportConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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() (deprecated)

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.