Uses of Class
com.google.container.v1beta1.Jwk
-
Packages that use Jwk Package Description com.google.container.v1beta1 -
-
Uses of Jwk in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return Jwk Modifier and Type Method Description JwkJwk.Builder. build()JwkJwk.Builder. buildPartial()static JwkJwk. getDefaultInstance()JwkJwk.Builder. getDefaultInstanceForType()JwkJwk. getDefaultInstanceForType()JwkGetJSONWebKeysResponse.Builder. getKeys(int index)The public component of the keys used by the cluster to sign token requests.JwkGetJSONWebKeysResponse. getKeys(int index)The public component of the keys used by the cluster to sign token requests.JwkGetJSONWebKeysResponseOrBuilder. getKeys(int index)The public component of the keys used by the cluster to sign token requests.static JwkJwk. parseDelimitedFrom(InputStream input)static JwkJwk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwkJwk. parseFrom(byte[] data)static JwkJwk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwkJwk. parseFrom(com.google.protobuf.ByteString data)static JwkJwk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwkJwk. parseFrom(com.google.protobuf.CodedInputStream input)static JwkJwk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwkJwk. parseFrom(InputStream input)static JwkJwk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JwkJwk. parseFrom(ByteBuffer data)static JwkJwk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1beta1 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.v1beta1 with parameters of type Jwk Modifier and Type Method Description GetJSONWebKeysResponse.BuilderGetJSONWebKeysResponse.Builder. addKeys(int index, Jwk value)The public component of the keys used by the cluster to sign token requests.GetJSONWebKeysResponse.BuilderGetJSONWebKeysResponse.Builder. addKeys(Jwk value)The public component of the keys used by the cluster to sign token requests.Jwk.BuilderJwk.Builder. mergeFrom(Jwk other)static Jwk.BuilderJwk. newBuilder(Jwk prototype)GetJSONWebKeysResponse.BuilderGetJSONWebKeysResponse.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.v1beta1 with type arguments of type Jwk Modifier and Type Method Description GetJSONWebKeysResponse.BuilderGetJSONWebKeysResponse.Builder. addAllKeys(Iterable<? extends Jwk> values)The public component of the keys used by the cluster to sign token requests.
-