blockingConfidence

public abstract GoogleSearch.Builder blockingConfidence(PhishBlockThreshold blockingConfidence)

Setter for blockingConfidence.

blockingConfidence: Optional. Sites with confidence level chosen &above this value will be blocked from the search results. This field is not supported in Gemini API.


@CanIgnoreReturnValue()
public GoogleSearch.Builder blockingConfidence(PhishBlockThreshold.Known knownType)

Setter for blockingConfidence given a known enum.

blockingConfidence: Optional. Sites with confidence level chosen &above this value will be blocked from the search results. This field is not supported in Gemini API.


@CanIgnoreReturnValue()
public GoogleSearch.Builder blockingConfidence(String blockingConfidence)

Setter for blockingConfidence given a string.

blockingConfidence: Optional. Sites with confidence level chosen &above this value will be blocked from the search results. This field is not supported in Gemini API.