Interface AzureJsonWebKeysOrBuilder (0.42.0)

public interface AzureJsonWebKeysOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeys(int index)

public abstract Jwk getKeys(int index)

The public component of the keys used by the cluster to sign token requests.

repeated .google.cloud.gkemulticloud.v1.Jwk keys = 1;

Parameter
Name Description
index int
Returns
Type Description
Jwk

getKeysCount()

public abstract int getKeysCount()

The public component of the keys used by the cluster to sign token requests.

repeated .google.cloud.gkemulticloud.v1.Jwk keys = 1;

Returns
Type Description
int

getKeysList()

public abstract List<Jwk> getKeysList()

The public component of the keys used by the cluster to sign token requests.

repeated .google.cloud.gkemulticloud.v1.Jwk keys = 1;

Returns
Type Description
List<Jwk>

getKeysOrBuilder(int index)

public abstract JwkOrBuilder getKeysOrBuilder(int index)

The public component of the keys used by the cluster to sign token requests.

repeated .google.cloud.gkemulticloud.v1.Jwk keys = 1;

Parameter
Name Description
index int
Returns
Type Description
JwkOrBuilder

getKeysOrBuilderList()

public abstract List<? extends JwkOrBuilder> getKeysOrBuilderList()

The public component of the keys used by the cluster to sign token requests.

repeated .google.cloud.gkemulticloud.v1.Jwk keys = 1;

Returns
Type Description
List<? extends com.google.cloud.gkemulticloud.v1.JwkOrBuilder>