Class BetaManagedAgentsFileResourceParams
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileResourceParamsMount a file uploaded via the Files API into the session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsFileResourceParams.BuilderA builder for BetaManagedAgentsFileResourceParams.
public final classBetaManagedAgentsFileResourceParams.Type
-
Method Summary
Modifier and Type Method Description final StringfileId()ID of a previously uploaded file. final BetaManagedAgentsFileResourceParams.Typetype()final Optional<String>mountPath()Mount path in the container. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<BetaManagedAgentsFileResourceParams.Type>_type()Returns the raw JSON value of type. final JsonField<String>_mountPath()Returns the raw JSON value of mountPath. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsFileResourceParams.BuildertoBuilder()final BetaManagedAgentsFileResourceParamsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsFileResourceParams.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResourceParams. -
-
Method Detail
-
type
final BetaManagedAgentsFileResourceParams.Type type()
-
mountPath
final Optional<String> mountPath()
Mount path in the container. Defaults to
/mnt/session/uploads/<file_id>.
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsFileResourceParams.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_mountPath
final JsonField<String> _mountPath()
Returns the raw JSON value of mountPath.
Unlike mountPath, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsFileResourceParams.Builder toBuilder()
-
validate
final BetaManagedAgentsFileResourceParams validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsFileResourceParams.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResourceParams.
The following fields are required:
.fileId() .type()
-
-
-
-