View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaEstimateDataSizeResponse (google_api_discovery_engine v0.16.0)

Response of the EstimateDataSize request. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.

Attributes

  • dataSizeBytes (type: String.t, default: nil) - Data size in terms of bytes.
  • documentCount (type: String.t, default: nil) - Total number of documents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaEstimateDataSizeResponse{
    dataSizeBytes: String.t() | nil,
    documentCount: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.