Uses of Class
com.google.container.v1.GetJSONWebKeysRequest
-
Packages that use GetJSONWebKeysRequest Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.cloud.container.v1.stub com.google.container.v1 -
-
Uses of GetJSONWebKeysRequest in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return types with arguments of type GetJSONWebKeysRequest 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.Methods in com.google.cloud.container.v1 with parameters of type GetJSONWebKeysRequest Modifier and Type Method Description GetJSONWebKeysResponseClusterManagerClient. getJSONWebKeys(GetJSONWebKeysRequest request)Gets the public component of the cluster signing keys in JSON Web Key format. -
Uses of GetJSONWebKeysRequest in com.google.cloud.container.v1.stub
Methods in com.google.cloud.container.v1.stub that return types with arguments of type GetJSONWebKeysRequest 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 GetJSONWebKeysRequest in com.google.container.v1
Methods in com.google.container.v1 that return GetJSONWebKeysRequest Modifier and Type Method Description GetJSONWebKeysRequestGetJSONWebKeysRequest.Builder. build()GetJSONWebKeysRequestGetJSONWebKeysRequest.Builder. buildPartial()static GetJSONWebKeysRequestGetJSONWebKeysRequest. getDefaultInstance()GetJSONWebKeysRequestGetJSONWebKeysRequest.Builder. getDefaultInstanceForType()GetJSONWebKeysRequestGetJSONWebKeysRequest. getDefaultInstanceForType()static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseDelimitedFrom(InputStream input)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(byte[] data)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(com.google.protobuf.ByteString data)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(InputStream input)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(ByteBuffer data)static GetJSONWebKeysRequestGetJSONWebKeysRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.container.v1 that return types with arguments of type GetJSONWebKeysRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetJSONWebKeysRequest,GetJSONWebKeysResponse>ClusterManagerGrpc. getGetJSONWebKeysMethod()com.google.protobuf.Parser<GetJSONWebKeysRequest>GetJSONWebKeysRequest. getParserForType()static com.google.protobuf.Parser<GetJSONWebKeysRequest>GetJSONWebKeysRequest. parser()Methods in com.google.container.v1 with parameters of type GetJSONWebKeysRequest 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.GetJSONWebKeysResponseClusterManagerGrpc.ClusterManagerBlockingStub. getJSONWebKeys(GetJSONWebKeysRequest request)Gets the public component of the cluster signing keys in JSON Web Key format.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.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.GetJSONWebKeysRequest.BuilderGetJSONWebKeysRequest.Builder. mergeFrom(GetJSONWebKeysRequest other)static GetJSONWebKeysRequest.BuilderGetJSONWebKeysRequest. newBuilder(GetJSONWebKeysRequest prototype)
-