public interface GetJSONWebKeysResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.container.v1.Jwk keys = 1;
| Name | Description |
| index | int |
| Type | Description |
| Jwk |
getKeysCount()
public abstract int getKeysCount()The public component of the keys used by the cluster to sign token requests.
repeated .google.container.v1.Jwk keys = 1;
| 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.container.v1.Jwk keys = 1;
| 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.container.v1.Jwk keys = 1;
| Name | Description |
| index | int |
| 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.container.v1.Jwk keys = 1;
| Type | Description |
| List<? extends com.google.container.v1.JwkOrBuilder> |