public interface ReportDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels as key value pairs
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels as key value pairs
|
Map<String,String> |
getLabelsMap()
Labels as key value pairs
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels as key value pairs
|
String |
getLabelsOrThrow(String key)
Labels as key value pairs
|
String |
getName()
Name of resource.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of resource.
|
ReportDetail.Metrics |
getReportMetrics()
Metrics of the report.
|
ReportDetail.MetricsOrBuilder |
getReportMetricsOrBuilder()
Metrics of the report.
|
String |
getReportPathPrefix()
Prefix of the object name of each report's shard.
|
com.google.protobuf.ByteString |
getReportPathPrefixBytes()
Prefix of the object name of each report's shard.
|
long |
getShardsCount()
Total shards generated for the report.
|
com.google.protobuf.Timestamp |
getSnapshotTime()
The snapshot time.
|
com.google.protobuf.TimestampOrBuilder |
getSnapshotTimeOrBuilder()
The snapshot time.
|
com.google.rpc.Status |
getStatus()
Status of the ReportDetail.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Status of the ReportDetail.
|
com.google.type.DateTime |
getTargetDatetime()
The date for which report is generated.
|
com.google.type.DateTimeOrBuilder |
getTargetDatetimeOrBuilder()
The date for which report is generated.
|
boolean |
hasReportMetrics()
Metrics of the report.
|
boolean |
hasSnapshotTime()
The snapshot time.
|
boolean |
hasStatus()
Status of the ReportDetail.
|
boolean |
hasTargetDatetime()
The date for which report is generated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of resource. It will be of form projects/<project>/locations/<location>/reportConfigs/<report-config-id>/reportDetails/<report-detail-id>.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of resource. It will be of form projects/<project>/locations/<location>/reportConfigs/<report-config-id>/reportDetails/<report-detail-id>.
string name = 1;boolean hasSnapshotTime()
The snapshot time. All the report data is referenced at this point of time.
.google.protobuf.Timestamp snapshot_time = 2;com.google.protobuf.Timestamp getSnapshotTime()
The snapshot time. All the report data is referenced at this point of time.
.google.protobuf.Timestamp snapshot_time = 2;com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()
The snapshot time. All the report data is referenced at this point of time.
.google.protobuf.Timestamp snapshot_time = 2;String getReportPathPrefix()
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_`.
string report_path_prefix = 8;com.google.protobuf.ByteString getReportPathPrefixBytes()
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_`.
string report_path_prefix = 8;long getShardsCount()
Total shards generated for the report.
int64 shards_count = 9;boolean hasStatus()
Status of the ReportDetail.
.google.rpc.Status status = 4;com.google.rpc.Status getStatus()
Status of the ReportDetail.
.google.rpc.Status status = 4;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Status of the ReportDetail.
.google.rpc.Status status = 4;int getLabelsCount()
Labels as key value pairs
map<string, string> labels = 5;boolean containsLabels(String key)
Labels as key value pairs
map<string, string> labels = 5;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels as key value pairs
map<string, string> labels = 5;String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs
map<string, string> labels = 5;String getLabelsOrThrow(String key)
Labels as key value pairs
map<string, string> labels = 5;boolean hasTargetDatetime()
The date for which report is generated. The time part of target_datetime will be zero till we support multiple reports per day.
.google.type.DateTime target_datetime = 6;com.google.type.DateTime getTargetDatetime()
The date for which report is generated. The time part of target_datetime will be zero till we support multiple reports per day.
.google.type.DateTime target_datetime = 6;com.google.type.DateTimeOrBuilder getTargetDatetimeOrBuilder()
The date for which report is generated. The time part of target_datetime will be zero till we support multiple reports per day.
.google.type.DateTime target_datetime = 6;boolean hasReportMetrics()
Metrics of the report.
.google.cloud.storageinsights.v1.ReportDetail.Metrics report_metrics = 7;ReportDetail.Metrics getReportMetrics()
Metrics of the report.
.google.cloud.storageinsights.v1.ReportDetail.Metrics report_metrics = 7;ReportDetail.MetricsOrBuilder getReportMetricsOrBuilder()
Metrics of the report.
.google.cloud.storageinsights.v1.ReportDetail.Metrics report_metrics = 7;Copyright © 2024 Google LLC. All rights reserved.