Interface FinishOAuthRequestOrBuilder (0.44.0)

public interface FinishOAuthRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountConnector()

public abstract String getAccountConnector()

Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.

string account_connector = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The accountConnector.

getAccountConnectorBytes()

public abstract ByteString getAccountConnectorBytes()

Required. The resource name of the AccountConnector in the format projects/*/locations/*/accountConnectors/*.

string account_connector = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for accountConnector.

getGoogleOauthParams()

public abstract FinishOAuthRequest.GoogleOAuthParams getGoogleOauthParams()

The params returned by Google OAuth flow redirects.

.google.cloud.developerconnect.v1.FinishOAuthRequest.GoogleOAuthParams google_oauth_params = 3;

Returns
Type Description
FinishOAuthRequest.GoogleOAuthParams

The googleOauthParams.

getGoogleOauthParamsOrBuilder()

public abstract FinishOAuthRequest.GoogleOAuthParamsOrBuilder getGoogleOauthParamsOrBuilder()

The params returned by Google OAuth flow redirects.

.google.cloud.developerconnect.v1.FinishOAuthRequest.GoogleOAuthParams google_oauth_params = 3;

Returns
Type Description
FinishOAuthRequest.GoogleOAuthParamsOrBuilder

getOauthParams()

public abstract FinishOAuthRequest.OAuthParams getOauthParams()

The params returned by non-Google OAuth 2.0 flow redirect.

.google.cloud.developerconnect.v1.FinishOAuthRequest.OAuthParams oauth_params = 2;

Returns
Type Description
FinishOAuthRequest.OAuthParams

The oauthParams.

getOauthParamsOrBuilder()

public abstract FinishOAuthRequest.OAuthParamsOrBuilder getOauthParamsOrBuilder()

The params returned by non-Google OAuth 2.0 flow redirect.

.google.cloud.developerconnect.v1.FinishOAuthRequest.OAuthParams oauth_params = 2;

Returns
Type Description
FinishOAuthRequest.OAuthParamsOrBuilder

getParamsCase()

public abstract FinishOAuthRequest.ParamsCase getParamsCase()
Returns
Type Description
FinishOAuthRequest.ParamsCase

hasGoogleOauthParams()

public abstract boolean hasGoogleOauthParams()

The params returned by Google OAuth flow redirects.

.google.cloud.developerconnect.v1.FinishOAuthRequest.GoogleOAuthParams google_oauth_params = 3;

Returns
Type Description
boolean

Whether the googleOauthParams field is set.

hasOauthParams()

public abstract boolean hasOauthParams()

The params returned by non-Google OAuth 2.0 flow redirect.

.google.cloud.developerconnect.v1.FinishOAuthRequest.OAuthParams oauth_params = 2;

Returns
Type Description
boolean

Whether the oauthParams field is set.