Class BetaManagedAgentsFileResourceParams.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileResourceParams.BuilderA builder for BetaManagedAgentsFileResourceParams.
-
-
Method Summary
-
-
Method Detail
-
fileId
final BetaManagedAgentsFileResourceParams.Builder fileId(String fileId)
ID of a previously uploaded file.
-
fileId
final BetaManagedAgentsFileResourceParams.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 BetaManagedAgentsFileResourceParams.Builder type(BetaManagedAgentsFileResourceParams.Type type)
-
type
final BetaManagedAgentsFileResourceParams.Builder type(JsonField<BetaManagedAgentsFileResourceParams.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 BetaManagedAgentsFileResourceParams.Builder mountPath(String mountPath)
Mount path in the container. Defaults to
/mnt/session/uploads/<file_id>.
-
mountPath
final BetaManagedAgentsFileResourceParams.Builder mountPath(Optional<String> mountPath)
Alias for calling Builder.mountPath with
mountPath.orElse(null).
-
mountPath
final BetaManagedAgentsFileResourceParams.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 BetaManagedAgentsFileResourceParams.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsFileResourceParams.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsFileResourceParams.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsFileResourceParams.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsFileResourceParams.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsFileResourceParams build()
Returns an immutable instance of BetaManagedAgentsFileResourceParams.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.fileId() .type()
-
-
-
-