public static interface DataStore.BillingEstimationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getStructuredDataSize()
Data size for structured data in terms of bytes.
|
com.google.protobuf.Timestamp |
getStructuredDataUpdateTime()
Last updated timestamp for structured data.
|
com.google.protobuf.TimestampOrBuilder |
getStructuredDataUpdateTimeOrBuilder()
Last updated timestamp for structured data.
|
long |
getUnstructuredDataSize()
Data size for unstructured data in terms of bytes.
|
com.google.protobuf.Timestamp |
getUnstructuredDataUpdateTime()
Last updated timestamp for unstructured data.
|
com.google.protobuf.TimestampOrBuilder |
getUnstructuredDataUpdateTimeOrBuilder()
Last updated timestamp for unstructured data.
|
long |
getWebsiteDataSize()
Data size for websites in terms of bytes.
|
com.google.protobuf.Timestamp |
getWebsiteDataUpdateTime()
Last updated timestamp for websites.
|
com.google.protobuf.TimestampOrBuilder |
getWebsiteDataUpdateTimeOrBuilder()
Last updated timestamp for websites.
|
boolean |
hasStructuredDataUpdateTime()
Last updated timestamp for structured data.
|
boolean |
hasUnstructuredDataUpdateTime()
Last updated timestamp for unstructured data.
|
boolean |
hasWebsiteDataUpdateTime()
Last updated timestamp for websites.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStructuredDataSize()
Data size for structured data in terms of bytes.
int64 structured_data_size = 1;long getUnstructuredDataSize()
Data size for unstructured data in terms of bytes.
int64 unstructured_data_size = 2;long getWebsiteDataSize()
Data size for websites in terms of bytes.
int64 website_data_size = 3;boolean hasStructuredDataUpdateTime()
Last updated timestamp for structured data.
.google.protobuf.Timestamp structured_data_update_time = 4;com.google.protobuf.Timestamp getStructuredDataUpdateTime()
Last updated timestamp for structured data.
.google.protobuf.Timestamp structured_data_update_time = 4;com.google.protobuf.TimestampOrBuilder getStructuredDataUpdateTimeOrBuilder()
Last updated timestamp for structured data.
.google.protobuf.Timestamp structured_data_update_time = 4;boolean hasUnstructuredDataUpdateTime()
Last updated timestamp for unstructured data.
.google.protobuf.Timestamp unstructured_data_update_time = 5;com.google.protobuf.Timestamp getUnstructuredDataUpdateTime()
Last updated timestamp for unstructured data.
.google.protobuf.Timestamp unstructured_data_update_time = 5;com.google.protobuf.TimestampOrBuilder getUnstructuredDataUpdateTimeOrBuilder()
Last updated timestamp for unstructured data.
.google.protobuf.Timestamp unstructured_data_update_time = 5;boolean hasWebsiteDataUpdateTime()
Last updated timestamp for websites.
.google.protobuf.Timestamp website_data_update_time = 6;com.google.protobuf.Timestamp getWebsiteDataUpdateTime()
Last updated timestamp for websites.
.google.protobuf.Timestamp website_data_update_time = 6;com.google.protobuf.TimestampOrBuilder getWebsiteDataUpdateTimeOrBuilder()
Last updated timestamp for websites.
.google.protobuf.Timestamp website_data_update_time = 6;Copyright © 2025 Google LLC. All rights reserved.