GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaEstimateDataSizeResponse (google_api_discovery_engine v0.28.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.