Class BetaManagedAgentsPlainTextDocumentSource
-
- All Implemented Interfaces:
public final class BetaManagedAgentsPlainTextDocumentSourcePlain text document content.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsPlainTextDocumentSource.BuilderA builder for BetaManagedAgentsPlainTextDocumentSource.
public final classBetaManagedAgentsPlainTextDocumentSource.MediaTypeMIME type of the text content. Must be "text/plain".
public final classBetaManagedAgentsPlainTextDocumentSource.Type
-
Method Summary
-
-
Method Detail
-
mediaType
final BetaManagedAgentsPlainTextDocumentSource.MediaType mediaType()
MIME type of the text content. Must be "text/plain".
-
type
final BetaManagedAgentsPlainTextDocumentSource.Type type()
-
_data
final JsonField<String> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_mediaType
final JsonField<BetaManagedAgentsPlainTextDocumentSource.MediaType> _mediaType()
Returns the raw JSON value of mediaType.
Unlike mediaType, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsPlainTextDocumentSource.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 BetaManagedAgentsPlainTextDocumentSource.Builder toBuilder()
-
validate
final BetaManagedAgentsPlainTextDocumentSource 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 BetaManagedAgentsPlainTextDocumentSource.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsPlainTextDocumentSource.
The following fields are required:
.data() .mediaType() .type()
-
-
-
-