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