Class BetaManagedAgentsFileDocumentSource.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsFileDocumentSource.BuilderA builder for BetaManagedAgentsFileDocumentSource.
-
-
Method Summary
-
-
Method Detail
-
fileId
final BetaManagedAgentsFileDocumentSource.Builder fileId(String fileId)
ID of a previously uploaded file.
-
fileId
final BetaManagedAgentsFileDocumentSource.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 BetaManagedAgentsFileDocumentSource.Builder type(BetaManagedAgentsFileDocumentSource.Type type)
-
type
final BetaManagedAgentsFileDocumentSource.Builder type(JsonField<BetaManagedAgentsFileDocumentSource.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.
-
additionalProperties
final BetaManagedAgentsFileDocumentSource.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsFileDocumentSource.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsFileDocumentSource.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsFileDocumentSource.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsFileDocumentSource.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsFileDocumentSource build()
Returns an immutable instance of BetaManagedAgentsFileDocumentSource.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.fileId() .type()
-
-
-
-