Interface GcpCredentialsOrBuilder (0.4.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the serviceAccountIdTokens.