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