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 GetJSONWebKeysResponse
ClusterManagerClient. 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 GetJSONWebKeysRequest
GetJSONWebKeysRequest.Builder. build()
GetJSONWebKeysRequest
GetJSONWebKeysRequest.Builder. buildPartial()
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. getDefaultInstance()
GetJSONWebKeysRequest
GetJSONWebKeysRequest.Builder. getDefaultInstanceForType()
GetJSONWebKeysRequest
GetJSONWebKeysRequest. getDefaultInstanceForType()
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseDelimitedFrom(InputStream input)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(byte[] data)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(com.google.protobuf.ByteString data)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(InputStream input)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. parseFrom(ByteBuffer data)
static GetJSONWebKeysRequest
GetJSONWebKeysRequest. 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 void
ClusterManagerGrpc.AsyncService. getJSONWebKeys(GetJSONWebKeysRequest request, io.grpc.stub.StreamObserver<GetJSONWebKeysResponse> responseObserver)
Gets the public component of the cluster signing keys in JSON Web Key format.GetJSONWebKeysResponse
ClusterManagerGrpc.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.void
ClusterManagerGrpc.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.Builder
GetJSONWebKeysRequest.Builder. mergeFrom(GetJSONWebKeysRequest other)
static GetJSONWebKeysRequest.Builder
GetJSONWebKeysRequest. newBuilder(GetJSONWebKeysRequest prototype)
-