Package com.google.container.v1
Interface GetJSONWebKeysResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetJSONWebKeysResponse
,GetJSONWebKeysResponse.Builder
public interface GetJSONWebKeysResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jwk
getKeys(int index)
The public component of the keys used by the cluster to sign token requests.int
getKeysCount()
The public component of the keys used by the cluster to sign token requests.List<Jwk>
getKeysList()
The public component of the keys used by the cluster to sign token requests.JwkOrBuilder
getKeysOrBuilder(int index)
The public component of the keys used by the cluster to sign token requests.List<? extends JwkOrBuilder>
getKeysOrBuilderList()
The public component of the keys used by the cluster to sign token requests.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeysList
List<Jwk> getKeysList()
The public component of the keys used by the cluster to sign token requests.
repeated .google.container.v1.Jwk keys = 1;
-
getKeys
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;
-
getKeysCount
int getKeysCount()
The public component of the keys used by the cluster to sign token requests.
repeated .google.container.v1.Jwk keys = 1;
-
getKeysOrBuilderList
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;
-
getKeysOrBuilder
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;
-
-