Google

public final class Google extends CreateConnectorRequest

Class representing a Google connector creation request.

Constructors

Link copied to clipboard
public CreateConnectorRequest.Google CreateConnectorRequest.Google(@Json(name = "settings") GoogleCreateConnectorSettings settings, @Json(name = "scope") List<String> scope)

Types

Link copied to clipboard
public final class Builder

Builder for Google connector creation requests.

Properties

Link copied to clipboard
private final AuthProvider provider

The provider type

Link copied to clipboard
private final List<String> scope

The Google OAuth scopes

Link copied to clipboard

The Google OAuth provider credentials and settings

Functions

Link copied to clipboard
public final AuthProvider getProvider()

The provider type

Link copied to clipboard
public final List<String> getScope()

The Google OAuth scopes

Link copied to clipboard

The Google OAuth provider credentials and settings