Package com.google.genai.types
Class GetCachedContentParameters.Builder
java.lang.Object
com.google.genai.types.GetCachedContentParameters.Builder
- Enclosing class:
- GetCachedContentParameters
Builder for GetCachedContentParameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GetCachedContentParametersbuild()Clears the value of config field.Clears the value of name field.abstract GetCachedContentParameters.Builderconfig(GetCachedContentConfig config) Setter for config.config(GetCachedContentConfig.Builder configBuilder) Setter for config builder.abstract GetCachedContentParameters.BuilderSetter 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 GetCachedContentParameters.Builder config(GetCachedContentConfig.Builder configBuilder) Setter for config builder.config: Optional parameters for the request.
-
clearConfig
Clears the value of config field. -
build
-