Builder
A builder for UrlContextResultStep.
Functions
Link copied to clipboard
public final UrlContextResultStep.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Adds a single Result to Builder.result.
Link copied to clipboard
Returns an immutable instance of UrlContextResultStep.
Link copied to clipboard
Sets Builder.callId to an arbitrary JSON value.
Required. ID to match the ID from the function call block.
Link copied to clipboard
Sets Builder.isError to an arbitrary JSON value.
Whether the URL context resulted in an error.
Link copied to clipboard
Link copied to clipboard
public final UrlContextResultStep.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final UrlContextResultStep.Builder result(JsonField<List<UrlContextResultStep.Result>> result)
Sets Builder.result to an arbitrary JSON value.
Required. The results of the URL context.
Link copied to clipboard
Sets Builder.signature to an arbitrary JSON value.
A signature hash for backend validation.
Link copied to clipboard
Sets the field to an arbitrary JSON value.