Class: Google::Cloud::DiscoveryEngine::V1::DataStore::BillingEstimation
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::DataStore::BillingEstimation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/data_store.rb
Overview
Estimation of data size per data store.
Instance Attribute Summary collapse
-
#structured_data_size ⇒ ::Integer
Data size for structured data in terms of bytes.
-
#structured_data_update_time ⇒ ::Google::Protobuf::Timestamp
Last updated timestamp for structured data.
-
#unstructured_data_size ⇒ ::Integer
Data size for unstructured data in terms of bytes.
-
#unstructured_data_update_time ⇒ ::Google::Protobuf::Timestamp
Last updated timestamp for unstructured data.
-
#website_data_size ⇒ ::Integer
Data size for websites in terms of bytes.
-
#website_data_update_time ⇒ ::Google::Protobuf::Timestamp
Last updated timestamp for websites.
Instance Attribute Details
#structured_data_size ⇒ ::Integer
Returns Data size for structured data in terms of bytes.
116 117 118 119 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 116 class BillingEstimation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#structured_data_update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last updated timestamp for structured data.
116 117 118 119 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 116 class BillingEstimation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unstructured_data_size ⇒ ::Integer
Returns Data size for unstructured data in terms of bytes.
116 117 118 119 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 116 class BillingEstimation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unstructured_data_update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last updated timestamp for unstructured data.
116 117 118 119 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 116 class BillingEstimation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#website_data_size ⇒ ::Integer
Returns Data size for websites in terms of bytes.
116 117 118 119 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 116 class BillingEstimation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#website_data_update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last updated timestamp for websites.
116 117 118 119 |
# File 'proto_docs/google/cloud/discoveryengine/v1/data_store.rb', line 116 class BillingEstimation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |