Interface ListAuthTokensResponseOrBuilder (0.41.0)

public interface ListAuthTokensResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAuthTokens(int index)

public abstract AuthToken getAuthTokens(int index)

A list of auth tokens in the project.

repeated .google.cloud.memorystore.v1.AuthToken auth_tokens = 1;

Parameter
Name Description
index int
Returns
Type Description
AuthToken

getAuthTokensCount()

public abstract int getAuthTokensCount()

A list of auth tokens in the project.

repeated .google.cloud.memorystore.v1.AuthToken auth_tokens = 1;

Returns
Type Description
int

getAuthTokensList()

public abstract List<AuthToken> getAuthTokensList()

A list of auth tokens in the project.

repeated .google.cloud.memorystore.v1.AuthToken auth_tokens = 1;

Returns
Type Description
List<AuthToken>

getAuthTokensOrBuilder(int index)

public abstract AuthTokenOrBuilder getAuthTokensOrBuilder(int index)

A list of auth tokens in the project.

repeated .google.cloud.memorystore.v1.AuthToken auth_tokens = 1;

Parameter
Name Description
index int
Returns
Type Description
AuthTokenOrBuilder

getAuthTokensOrBuilderList()

public abstract List<? extends AuthTokenOrBuilder> getAuthTokensOrBuilderList()

A list of auth tokens in the project.

repeated .google.cloud.memorystore.v1.AuthToken auth_tokens = 1;

Returns
Type Description
List<? extends com.google.cloud.memorystore.v1.AuthTokenOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public abstract String getUnreachable(int index)

Unordered list. Auth tokens that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public abstract ByteString getUnreachableBytes(int index)

Unordered list. Auth tokens that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public abstract int getUnreachableCount()

Unordered list. Auth tokens that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

Unordered list. Auth tokens that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
List<String>

A list containing the unreachable.