Uses of Class
com.google.container.v1.Jwk
-
Packages that use Jwk Package Description com.google.container.v1 -
-
Uses of Jwk in com.google.container.v1
Methods in com.google.container.v1 that return Jwk Modifier and Type Method Description Jwk
Jwk.Builder. build()
Jwk
Jwk.Builder. buildPartial()
static Jwk
Jwk. getDefaultInstance()
Jwk
Jwk.Builder. getDefaultInstanceForType()
Jwk
Jwk. getDefaultInstanceForType()
Jwk
GetJSONWebKeysResponse.Builder. getKeys(int index)
The public component of the keys used by the cluster to sign token requests.Jwk
GetJSONWebKeysResponse. getKeys(int index)
The public component of the keys used by the cluster to sign token requests.Jwk
GetJSONWebKeysResponseOrBuilder. getKeys(int index)
The public component of the keys used by the cluster to sign token requests.static Jwk
Jwk. parseDelimitedFrom(InputStream input)
static Jwk
Jwk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Jwk
Jwk. parseFrom(byte[] data)
static Jwk
Jwk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Jwk
Jwk. parseFrom(com.google.protobuf.ByteString data)
static Jwk
Jwk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Jwk
Jwk. parseFrom(com.google.protobuf.CodedInputStream input)
static Jwk
Jwk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Jwk
Jwk. parseFrom(InputStream input)
static Jwk
Jwk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Jwk
Jwk. parseFrom(ByteBuffer data)
static Jwk
Jwk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type Jwk Modifier and Type Method Description List<Jwk>
GetJSONWebKeysResponse.Builder. getKeysList()
The public component of the keys used by the cluster to sign token requests.List<Jwk>
GetJSONWebKeysResponse. getKeysList()
The public component of the keys used by the cluster to sign token requests.List<Jwk>
GetJSONWebKeysResponseOrBuilder. getKeysList()
The public component of the keys used by the cluster to sign token requests.com.google.protobuf.Parser<Jwk>
Jwk. getParserForType()
static com.google.protobuf.Parser<Jwk>
Jwk. parser()
Methods in com.google.container.v1 with parameters of type Jwk Modifier and Type Method Description GetJSONWebKeysResponse.Builder
GetJSONWebKeysResponse.Builder. addKeys(int index, Jwk value)
The public component of the keys used by the cluster to sign token requests.GetJSONWebKeysResponse.Builder
GetJSONWebKeysResponse.Builder. addKeys(Jwk value)
The public component of the keys used by the cluster to sign token requests.Jwk.Builder
Jwk.Builder. mergeFrom(Jwk other)
static Jwk.Builder
Jwk. newBuilder(Jwk prototype)
GetJSONWebKeysResponse.Builder
GetJSONWebKeysResponse.Builder. setKeys(int index, Jwk value)
The public component of the keys used by the cluster to sign token requests.Method parameters in com.google.container.v1 with type arguments of type Jwk Modifier and Type Method Description GetJSONWebKeysResponse.Builder
GetJSONWebKeysResponse.Builder. addAllKeys(Iterable<? extends Jwk> values)
The public component of the keys used by the cluster to sign token requests.
-