Class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase
-
- All Implemented Interfaces:
public final class SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.BuilderA builder for Browserbase.
public final classSessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation
-
Method Summary
-
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("browserbase")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()
-
geolocation
final Optional<SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation> geolocation()
-
_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.
-
_geolocation
final JsonField<SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Geolocation> _geolocation()
Returns the raw JSON value of geolocation.
Unlike geolocation, 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.Browserbase.Builder toBuilder()
-
validate
final SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase validate()
-
builder
final static SessionStartParams.BrowserbaseSessionCreateParams.Proxies.ProxyConfig.Browserbase.Builder builder()
Returns a mutable builder for constructing an instance of Browserbase.
-
-
-
-