Class: Google::Cloud::DiscoveryEngine::V1::DataStore::BillingEstimation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#structured_data_size::Integer

Returns Data size for structured data in terms of bytes.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:



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