Class BetaManagedAgentsFileDocumentSource
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileDocumentSourceDocument referenced by file ID.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsFileDocumentSource.BuilderA builder for BetaManagedAgentsFileDocumentSource.
public final classBetaManagedAgentsFileDocumentSource.Type
-
Method Summary
Modifier and Type Method Description final StringfileId()ID of a previously uploaded file. final BetaManagedAgentsFileDocumentSource.Typetype()final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<BetaManagedAgentsFileDocumentSource.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsFileDocumentSource.BuildertoBuilder()final BetaManagedAgentsFileDocumentSourcevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsFileDocumentSource.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsFileDocumentSource. -
-
Method Detail
-
type
final BetaManagedAgentsFileDocumentSource.Type type()
-
_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<BetaManagedAgentsFileDocumentSource.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsFileDocumentSource.Builder toBuilder()
-
validate
final BetaManagedAgentsFileDocumentSource 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 BetaManagedAgentsFileDocumentSource.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsFileDocumentSource.
The following fields are required:
.fileId() .type()
-
-
-
-