Package com.google.genai.types
Class ListCachedContentsConfig.Builder
-
- All Implemented Interfaces:
public abstract class ListCachedContentsConfig.BuilderBuilder for ListCachedContentsConfig.
-
-
Constructor Summary
Constructors Constructor Description ListCachedContentsConfig.Builder()
-
Method Summary
Modifier and Type Method Description abstract ListCachedContentsConfig.BuilderhttpOptions(HttpOptions httpOptions)Setter for httpOptions. ListCachedContentsConfig.BuilderhttpOptions(HttpOptions.Builder httpOptionsBuilder)Setter for httpOptions builder. ListCachedContentsConfig.BuilderclearHttpOptions()Clears the value of httpOptions field. abstract ListCachedContentsConfig.BuilderpageSize(Integer pageSize)Setter for pageSize. ListCachedContentsConfig.BuilderclearPageSize()Clears the value of pageSize field. abstract ListCachedContentsConfig.BuilderpageToken(String pageToken)Setter for pageToken. ListCachedContentsConfig.BuilderclearPageToken()Clears the value of pageToken field. abstract ListCachedContentsConfigbuild()-
-
Method Detail
-
httpOptions
abstract ListCachedContentsConfig.Builder httpOptions(HttpOptions httpOptions)
Setter for httpOptions.
httpOptions: Used to override HTTP request options.
-
httpOptions
@CanIgnoreReturnValue() ListCachedContentsConfig.Builder httpOptions(HttpOptions.Builder httpOptionsBuilder)
Setter for httpOptions builder.
httpOptions: Used to override HTTP request options.
-
clearHttpOptions
@CanIgnoreReturnValue() ListCachedContentsConfig.Builder clearHttpOptions()
Clears the value of httpOptions field.
-
pageSize
abstract ListCachedContentsConfig.Builder pageSize(Integer pageSize)
Setter for pageSize.
pageSize:
-
clearPageSize
@CanIgnoreReturnValue() ListCachedContentsConfig.Builder clearPageSize()
Clears the value of pageSize field.
-
pageToken
abstract ListCachedContentsConfig.Builder pageToken(String pageToken)
Setter for pageToken.
pageToken:
-
clearPageToken
@CanIgnoreReturnValue() ListCachedContentsConfig.Builder clearPageToken()
Clears the value of pageToken field.
-
build
abstract ListCachedContentsConfig build()
-
-
-
-