Class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External.BuilderA builder for External.
-
Method Summary
-
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("external")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
domainPattern
final Optional<String> domainPattern()
-
_server
final JsonField<String> _server()
Returns the raw JSON value of server.
Unlike server, this method doesn't throw if the JSON field has an unexpected type.
-
_domainPattern
final JsonField<String> _domainPattern()
Returns the raw JSON value of domainPattern.
Unlike domainPattern, this method doesn't throw if the JSON field has an unexpected type.
-
_password
final JsonField<String> _password()
Returns the raw JSON value of password.
Unlike password, this method doesn't throw if the JSON field has an unexpected type.
-
_username
final JsonField<String> _username()
Returns the raw JSON value of username.
Unlike username, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External.Builder toBuilder()
-
validate
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External validate()
-
builder
final static SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External.Builder builder()
Returns a mutable builder for constructing an instance of External.
The following fields are required:
.server()
-
-
-
-