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
Modifier and Type Method Description final Stringserver()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("external")final Optional<String>domainPattern()final Optional<String>password()final Optional<String>username()final JsonField<String>_server()Returns the raw JSON value of server. final JsonField<String>_domainPattern()Returns the raw JSON value of domainPattern. final JsonField<String>_password()Returns the raw JSON value of password. final JsonField<String>_username()Returns the raw JSON value of username. final Map<String, JsonValue>_additionalProperties()final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External.BuildertoBuilder()final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Externalvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.External.Builderbuilder()Returns a mutable builder for constructing an instance of External. -
-
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()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
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()
-
-
-
-