Class BetaManagedAgentsFileResourceConfig
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileResourceConfigA file mounted into each session's container.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsFileResourceConfig.BuilderA builder for BetaManagedAgentsFileResourceConfig.
public final classBetaManagedAgentsFileResourceConfig.Type
-
Method Summary
Modifier and Type Method Description final StringfileId()ID of a previously uploaded file. final BetaManagedAgentsFileResourceConfig.Typetype()final Optional<String>mountPath()Mount path in the container. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<BetaManagedAgentsFileResourceConfig.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 BetaManagedAgentsFileResourceConfig.BuildertoBuilder()final BetaManagedAgentsFileResourceConfigvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsFileResourceConfig.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResourceConfig. -
-
Method Detail
-
type
final BetaManagedAgentsFileResourceConfig.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<BetaManagedAgentsFileResourceConfig.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 BetaManagedAgentsFileResourceConfig.Builder toBuilder()
-
validate
final BetaManagedAgentsFileResourceConfig 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 BetaManagedAgentsFileResourceConfig.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsFileResourceConfig.
The following fields are required:
.fileId() .type()
-
-
-
-