Class BetaManagedAgentsUrlDocumentSource.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsUrlDocumentSource.BuilderA builder for BetaManagedAgentsUrlDocumentSource.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsUrlDocumentSource.Builder type(BetaManagedAgentsUrlDocumentSource.Type type)
-
type
final BetaManagedAgentsUrlDocumentSource.Builder type(JsonField<BetaManagedAgentsUrlDocumentSource.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.
-
url
final BetaManagedAgentsUrlDocumentSource.Builder url(String url)
URL of the document to fetch.
-
url
final BetaManagedAgentsUrlDocumentSource.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsUrlDocumentSource.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsUrlDocumentSource.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsUrlDocumentSource.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsUrlDocumentSource.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsUrlDocumentSource.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsUrlDocumentSource build()
Returns an immutable instance of BetaManagedAgentsUrlDocumentSource.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type() .url()
-
-
-
-