Class BetaManagedAgentsFileResourceConfig.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileResourceConfig.BuilderA builder for BetaManagedAgentsFileResourceConfig.
-
-
Method Summary
-
-
Method Detail
-
fileId
final BetaManagedAgentsFileResourceConfig.Builder fileId(String fileId)
ID of a previously uploaded file.
-
fileId
final BetaManagedAgentsFileResourceConfig.Builder fileId(JsonField<String> fileId)
Sets Builder.fileId to an arbitrary JSON value.
You should usually call Builder.fileId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsFileResourceConfig.Builder type(BetaManagedAgentsFileResourceConfig.Type type)
-
type
final BetaManagedAgentsFileResourceConfig.Builder type(JsonField<BetaManagedAgentsFileResourceConfig.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
mountPath
final BetaManagedAgentsFileResourceConfig.Builder mountPath(String mountPath)
Mount path in the container. Defaults to
/mnt/session/uploads/<file_id>.
-
mountPath
final BetaManagedAgentsFileResourceConfig.Builder mountPath(Optional<String> mountPath)
Alias for calling Builder.mountPath with
mountPath.orElse(null).
-
mountPath
final BetaManagedAgentsFileResourceConfig.Builder mountPath(JsonField<String> mountPath)
Sets Builder.mountPath to an arbitrary JSON value.
You should usually call Builder.mountPath with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsFileResourceConfig.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsFileResourceConfig.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsFileResourceConfig.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsFileResourceConfig.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsFileResourceConfig.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsFileResourceConfig build()
Returns an immutable instance of BetaManagedAgentsFileResourceConfig.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.fileId() .type()
-
-
-
-