Builder

public final class Builder

A builder for UrlContextResultStep.

Functions

Link copied to clipboard
public final UrlContextResultStep.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
public final UrlContextResultStep build()

Returns an immutable instance of UrlContextResultStep.

Link copied to clipboard
public final UrlContextResultStep.Builder callId(JsonField<String> callId)

Sets Builder.callId to an arbitrary JSON value.

Required. ID to match the ID from the function call block.

Link copied to clipboard
public final UrlContextResultStep.Builder isError(JsonField<Boolean> isError)

Sets Builder.isError to an arbitrary JSON value.

Whether the URL context resulted in an error.

Link copied to clipboard
public final UrlContextResultStep.Builder putAdditionalProperty(String key, JsonValue value)
Link copied to clipboard
public final UrlContextResultStep.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard

Sets Builder.result to an arbitrary JSON value.

Required. The results of the URL context.

Link copied to clipboard
public final UrlContextResultStep.Builder signature(JsonField<String> signature)

Sets Builder.signature to an arbitrary JSON value.

A signature hash for backend validation.

Link copied to clipboard
public final UrlContextResultStep.Builder type(JsonValue type)

Sets the field to an arbitrary JSON value.