Package com.google.genai.types
Class ListCachedContentsParameters.Builder
-
- All Implemented Interfaces:
public abstract class ListCachedContentsParameters.BuilderBuilder for ListCachedContentsParameters.
-
-
Constructor Summary
Constructors Constructor Description ListCachedContentsParameters.Builder()
-
Method Summary
Modifier and Type Method Description abstract ListCachedContentsParameters.Builderconfig(ListCachedContentsConfig config)Setter for config. ListCachedContentsParameters.Builderconfig(ListCachedContentsConfig.Builder configBuilder)Setter for config builder. ListCachedContentsParameters.BuilderclearConfig()Clears the value of config field. abstract ListCachedContentsParametersbuild()-
-
Method Detail
-
config
abstract ListCachedContentsParameters.Builder config(ListCachedContentsConfig config)
Setter for config.
config: Configuration that contains optional parameters.
-
config
@CanIgnoreReturnValue() ListCachedContentsParameters.Builder config(ListCachedContentsConfig.Builder configBuilder)
Setter for config builder.
config: Configuration that contains optional parameters.
-
clearConfig
@CanIgnoreReturnValue() ListCachedContentsParameters.Builder clearConfig()
Clears the value of config field.
-
build
abstract ListCachedContentsParameters build()
-
-
-
-