Interface FinishOAuthRequest.GoogleOAuthParamsOrBuilder (0.44.0)

public static interface FinishOAuthRequest.GoogleOAuthParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScopes(int index)

public abstract String getScopes(int index)

Required. The scopes returned by Google OAuth flow.

repeated string scopes = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The scopes at the given index.

getScopesBytes(int index)

public abstract ByteString getScopesBytes(int index)

Required. The scopes returned by Google OAuth flow.

repeated string scopes = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the scopes at the given index.

getScopesCount()

public abstract int getScopesCount()

Required. The scopes returned by Google OAuth flow.

repeated string scopes = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of scopes.

getScopesList()

public abstract List<String> getScopesList()

Required. The scopes returned by Google OAuth flow.

repeated string scopes = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<String>

A list containing the scopes.

getTicket()

public abstract String getTicket()

Required. The ticket to be used for post processing the callback from Google OAuth flow.

string ticket = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The ticket.

getTicketBytes()

public abstract ByteString getTicketBytes()

Required. The ticket to be used for post processing the callback from Google OAuth flow.

string ticket = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for ticket.

getVersionInfo()

public abstract String getVersionInfo()

Optional. The version info returned by Google OAuth flow.

string version_info = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The versionInfo.

getVersionInfoBytes()

public abstract ByteString getVersionInfoBytes()

Optional. The version info returned by Google OAuth flow.

string version_info = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for versionInfo.