Interface Binding.AuthProviderBindingOrBuilder (0.2.0)

public static interface Binding.AuthProviderBindingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthProvider()

public abstract String getAuthProvider()

Required. The resource name of the target AuthProvider. Format:

  • projects/{project}/locations/{location}/authProviders/{auth_provider}

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

Returns
Type Description
String

The authProvider.

getAuthProviderBytes()

public abstract ByteString getAuthProviderBytes()

Required. The resource name of the target AuthProvider. Format:

  • projects/{project}/locations/{location}/authProviders/{auth_provider}

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

Returns
Type Description
ByteString

The bytes for authProvider.

getContinueUri()

public abstract String getContinueUri()

Optional. The continue URI of the AuthProvider. The URI is used to reauthenticate the user and finalize the managed OAuth flow.

string continue_uri = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The continueUri.

getContinueUriBytes()

public abstract ByteString getContinueUriBytes()

Optional. The continue URI of the AuthProvider. The URI is used to reauthenticate the user and finalize the managed OAuth flow.

string continue_uri = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for continueUri.

getScopes(int index)

public abstract String getScopes(int index)

Optional. The list of OAuth2 scopes of the AuthProvider.

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

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)

Optional. The list of OAuth2 scopes of the AuthProvider.

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

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()

Optional. The list of OAuth2 scopes of the AuthProvider.

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

Returns
Type Description
int

The count of scopes.

getScopesList()

public abstract List<String> getScopesList()

Optional. The list of OAuth2 scopes of the AuthProvider.

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

Returns
Type Description
List<String>

A list containing the scopes.