Uses of Class
com.google.container.v1.GetJSONWebKeysResponse
-
Packages that use GetJSONWebKeysResponse Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of GetJSONWebKeysResponse in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return GetJSONWebKeysResponse Modifier and Type Method Description GetJSONWebKeysResponseClusterManagerClient. getJSONWebKeys(GetJSONWebKeysRequest request)Gets the public component of the cluster signing keys in JSON Web Key format.Methods in com.google.cloud.container.v1 that return types with arguments of type GetJSONWebKeysResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerClient. getJSONWebKeysCallable()Gets the public component of the cluster signing keys in JSON Web Key format.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerSettings.Builder. getJSONWebKeysSettings()Returns the builder for the settings used for calls to getJSONWebKeys.com.google.api.gax.rpc.UnaryCallSettings<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerSettings. getJSONWebKeysSettings()Returns the object with the settings used for calls to getJSONWebKeys. -
Uses of GetJSONWebKeysResponse in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type GetJSONWebKeysResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerStub. getJSONWebKeysCallable()com.google.api.gax.rpc.UnaryCallable<GetJSONWebKeysRequest,GetJSONWebKeysResponse>GrpcClusterManagerStub. getJSONWebKeysCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerStubSettings.Builder. getJSONWebKeysSettings()Returns the builder for the settings used for calls to getJSONWebKeys.com.google.api.gax.rpc.UnaryCallSettings<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerStubSettings. getJSONWebKeysSettings()Returns the object with the settings used for calls to getJSONWebKeys. -
Uses of GetJSONWebKeysResponse in com.google.container.v1
Methods in com.google.container.v1 that return GetJSONWebKeysResponse Modifier and Type Method Description GetJSONWebKeysResponseGetJSONWebKeysResponse.Builder. build()GetJSONWebKeysResponseGetJSONWebKeysResponse.Builder. buildPartial()static GetJSONWebKeysResponseGetJSONWebKeysResponse. getDefaultInstance()GetJSONWebKeysResponseGetJSONWebKeysResponse.Builder. getDefaultInstanceForType()GetJSONWebKeysResponseGetJSONWebKeysResponse. getDefaultInstanceForType()GetJSONWebKeysResponseClusterManagerGrpc.ClusterManagerBlockingStub. getJSONWebKeys(GetJSONWebKeysRequest request)Gets the public component of the cluster signing keys in JSON Web Key format.static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseDelimitedFrom(InputStream input)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(byte[] data)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(com.google.protobuf.ByteString data)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(InputStream input)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(ByteBuffer data)static GetJSONWebKeysResponseGetJSONWebKeysResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 that return types with arguments of type GetJSONWebKeysResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerGrpc. getGetJSONWebKeysMethod()com.google.common.util.concurrent.ListenableFuture<GetJSONWebKeysResponse>ClusterManagerGrpc.ClusterManagerFutureStub. getJSONWebKeys(GetJSONWebKeysRequest request)Gets the public component of the cluster signing keys in JSON Web Key format.com.google.protobuf.Parser<GetJSONWebKeysResponse>GetJSONWebKeysResponse. getParserForType()static com.google.protobuf.Parser<GetJSONWebKeysResponse>GetJSONWebKeysResponse. parser()Methods in com.google.container.v1 with parameters of type GetJSONWebKeysResponse Modifier and Type Method Description GetJSONWebKeysResponse.BuilderGetJSONWebKeysResponse.Builder. mergeFrom(GetJSONWebKeysResponse other)static GetJSONWebKeysResponse.BuilderGetJSONWebKeysResponse. newBuilder(GetJSONWebKeysResponse prototype)Method parameters in com.google.container.v1 with type arguments of type GetJSONWebKeysResponse Modifier and Type Method Description default voidClusterManagerGrpc.AsyncService. getJSONWebKeys(GetJSONWebKeysRequest request, io.grpc.stub.StreamObserver<GetJSONWebKeysResponse> responseObserver)Gets the public component of the cluster signing keys in JSON Web Key format.voidClusterManagerGrpc.ClusterManagerStub. getJSONWebKeys(GetJSONWebKeysRequest request, io.grpc.stub.StreamObserver<GetJSONWebKeysResponse> responseObserver)Gets the public component of the cluster signing keys in JSON Web Key format.
-