Known

public enum Known

Enum representing the known values for UrlRetrievalStatus.

Entries

Link copied to clipboard

Default value. This value is unused.

Link copied to clipboard

The URL was retrieved successfully.

Link copied to clipboard

The URL retrieval failed.

Link copied to clipboard

Url retrieval is failed because the content is behind paywall. This enum value is not supported in Vertex AI.

Link copied to clipboard

Url retrieval is failed because the content is unsafe. This enum value is not supported in Vertex AI.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.