Package com.google.genai.types
Class DeleteCachedContentParameters.Builder
java.lang.Object
com.google.genai.types.DeleteCachedContentParameters.Builder
- Enclosing class:
- DeleteCachedContentParameters
Builder for DeleteCachedContentParameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DeleteCachedContentParametersbuild()Clears the value of config field.Clears the value of name field.config(DeleteCachedContentConfig config) Setter for config.config(DeleteCachedContentConfig.Builder configBuilder) Setter for config builder.Setter for name.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Setter for name.name: The server-generated resource name of the cached content.
-
clearName
Clears the value of name field. -
config
Setter for config.config: Optional parameters for the request.
-
config
@CanIgnoreReturnValue public DeleteCachedContentParameters.Builder config(DeleteCachedContentConfig.Builder configBuilder) Setter for config builder.config: Optional parameters for the request.
-
clearConfig
Clears the value of config field. -
build
-