Interface QueryAuthProvidersResponseOrBuilder (0.1.0)

public interface QueryAuthProvidersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthProviderNames(int index)

public abstract String getAuthProviderNames(int index)

The unique list of auth_provider resource names used by the workload.

repeated string auth_provider_names = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The authProviderNames at the given index.

getAuthProviderNamesBytes(int index)

public abstract ByteString getAuthProviderNamesBytes(int index)

The unique list of auth_provider resource names used by the workload.

repeated string auth_provider_names = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the authProviderNames at the given index.

getAuthProviderNamesCount()

public abstract int getAuthProviderNamesCount()

The unique list of auth_provider resource names used by the workload.

repeated string auth_provider_names = 1;

Returns
Type Description
int

The count of authProviderNames.

getAuthProviderNamesList()

public abstract List<String> getAuthProviderNamesList()

The unique list of auth_provider resource names used by the workload.

repeated string auth_provider_names = 1;

Returns
Type Description
List<String>

A list containing the authProviderNames.

getNextPageToken()

public abstract String getNextPageToken()

A token identifying a page of results the server should return. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.