Uses of Class
com.google.cloud.kms.v1.GetKeyRingRequest
-
Packages that use GetKeyRingRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of GetKeyRingRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return GetKeyRingRequest Modifier and Type Method Description GetKeyRingRequestGetKeyRingRequest.Builder. build()GetKeyRingRequestGetKeyRingRequest.Builder. buildPartial()static GetKeyRingRequestGetKeyRingRequest. getDefaultInstance()GetKeyRingRequestGetKeyRingRequest.Builder. getDefaultInstanceForType()GetKeyRingRequestGetKeyRingRequest. getDefaultInstanceForType()static GetKeyRingRequestGetKeyRingRequest. parseDelimitedFrom(InputStream input)static GetKeyRingRequestGetKeyRingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRingRequestGetKeyRingRequest. parseFrom(byte[] data)static GetKeyRingRequestGetKeyRingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRingRequestGetKeyRingRequest. parseFrom(com.google.protobuf.ByteString data)static GetKeyRingRequestGetKeyRingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRingRequestGetKeyRingRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetKeyRingRequestGetKeyRingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRingRequestGetKeyRingRequest. parseFrom(InputStream input)static GetKeyRingRequestGetKeyRingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRingRequestGetKeyRingRequest. parseFrom(ByteBuffer data)static GetKeyRingRequestGetKeyRingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.kms.v1 that return types with arguments of type GetKeyRingRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetKeyRingRequest,KeyRing>KeyManagementServiceGrpc. getGetKeyRingMethod()com.google.api.gax.rpc.UnaryCallable<GetKeyRingRequest,KeyRing>KeyManagementServiceClient. getKeyRingCallable()Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRingRequest,KeyRing>KeyManagementServiceSettings.Builder. getKeyRingSettings()Returns the builder for the settings used for calls to getKeyRing.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRingRequest,KeyRing>KeyManagementServiceSettings. getKeyRingSettings()Returns the object with the settings used for calls to getKeyRing.com.google.protobuf.Parser<GetKeyRingRequest>GetKeyRingRequest. getParserForType()static com.google.protobuf.Parser<GetKeyRingRequest>GetKeyRingRequest. parser()Methods in com.google.cloud.kms.v1 with parameters of type GetKeyRingRequest Modifier and Type Method Description KeyRingKeyManagementServiceClient. getKeyRing(GetKeyRingRequest request)Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].default voidKeyManagementServiceGrpc.AsyncService. getKeyRing(GetKeyRingRequest request, io.grpc.stub.StreamObserver<KeyRing> responseObserver)Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].KeyRingKeyManagementServiceGrpc.KeyManagementServiceBlockingStub. getKeyRing(GetKeyRingRequest request)Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].com.google.common.util.concurrent.ListenableFuture<KeyRing>KeyManagementServiceGrpc.KeyManagementServiceFutureStub. getKeyRing(GetKeyRingRequest request)Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].voidKeyManagementServiceGrpc.KeyManagementServiceStub. getKeyRing(GetKeyRingRequest request, io.grpc.stub.StreamObserver<KeyRing> responseObserver)Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].GetKeyRingRequest.BuilderGetKeyRingRequest.Builder. mergeFrom(GetKeyRingRequest other)static GetKeyRingRequest.BuilderGetKeyRingRequest. newBuilder(GetKeyRingRequest prototype) -
Uses of GetKeyRingRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type GetKeyRingRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetKeyRingRequest,KeyRing>GrpcKeyManagementServiceStub. getKeyRingCallable()com.google.api.gax.rpc.UnaryCallable<GetKeyRingRequest,KeyRing>HttpJsonKeyManagementServiceStub. getKeyRingCallable()com.google.api.gax.rpc.UnaryCallable<GetKeyRingRequest,KeyRing>KeyManagementServiceStub. getKeyRingCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRingRequest,KeyRing>KeyManagementServiceStubSettings.Builder. getKeyRingSettings()Returns the builder for the settings used for calls to getKeyRing.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRingRequest,KeyRing>KeyManagementServiceStubSettings. getKeyRingSettings()Returns the object with the settings used for calls to getKeyRing.
-