Builder

public abstract class Builder

Builder for CachedContentUsageMetadata.

Constructors

Functions

Link copied to clipboard
public abstract CachedContentUsageMetadata.Builder audioDurationSeconds(Integer audioDurationSeconds)
Setter for audioDurationSeconds.
Link copied to clipboard
Link copied to clipboard
Clears the value of audioDurationSeconds field.
Link copied to clipboard
@CanIgnoreReturnValue()
public CachedContentUsageMetadata.Builder clearImageCount()
Clears the value of imageCount field.
Link copied to clipboard
@CanIgnoreReturnValue()
public CachedContentUsageMetadata.Builder clearTextCount()
Clears the value of textCount field.
Link copied to clipboard
Clears the value of totalTokenCount field.
Link copied to clipboard
Clears the value of videoDurationSeconds field.
Link copied to clipboard
Setter for imageCount.
Link copied to clipboard
Setter for textCount.
Link copied to clipboard
Setter for totalTokenCount.
Link copied to clipboard
public abstract CachedContentUsageMetadata.Builder videoDurationSeconds(Integer videoDurationSeconds)
Setter for videoDurationSeconds.