Interface GcpCredentialsOrBuilder (0.29.0)

public interface GcpCredentialsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getServiceAccountIdTokens(int index)

public abstract String getServiceAccountIdTokens(int index)

Same as id_tokens, but as a string.

repeated string service_account_id_tokens = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The serviceAccountIdTokens at the given index.

getServiceAccountIdTokensBytes(int index)

public abstract ByteString getServiceAccountIdTokensBytes(int index)

Same as id_tokens, but as a string.

repeated string service_account_id_tokens = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the serviceAccountIdTokens at the given index.

getServiceAccountIdTokensCount()

public abstract int getServiceAccountIdTokensCount()

Same as id_tokens, but as a string.

repeated string service_account_id_tokens = 2;

Returns
Type Description
int

The count of serviceAccountIdTokens.

getServiceAccountIdTokensList()

public abstract List<String> getServiceAccountIdTokensList()

Same as id_tokens, but as a string.

repeated string service_account_id_tokens = 2;

Returns
Type Description
List<String>

A list containing the serviceAccountIdTokens.