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 GetKeyRingRequest
GetKeyRingRequest.Builder. build()
GetKeyRingRequest
GetKeyRingRequest.Builder. buildPartial()
static GetKeyRingRequest
GetKeyRingRequest. getDefaultInstance()
GetKeyRingRequest
GetKeyRingRequest.Builder. getDefaultInstanceForType()
GetKeyRingRequest
GetKeyRingRequest. getDefaultInstanceForType()
static GetKeyRingRequest
GetKeyRingRequest. parseDelimitedFrom(InputStream input)
static GetKeyRingRequest
GetKeyRingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(byte[] data)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(com.google.protobuf.ByteString data)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(InputStream input)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRingRequest
GetKeyRingRequest. parseFrom(ByteBuffer data)
static GetKeyRingRequest
GetKeyRingRequest. 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 KeyRing
KeyManagementServiceClient. getKeyRing(GetKeyRingRequest request)
Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].default void
KeyManagementServiceGrpc.AsyncService. getKeyRing(GetKeyRingRequest request, io.grpc.stub.StreamObserver<KeyRing> responseObserver)
Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].KeyRing
KeyManagementServiceGrpc.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].void
KeyManagementServiceGrpc.KeyManagementServiceStub. getKeyRing(GetKeyRingRequest request, io.grpc.stub.StreamObserver<KeyRing> responseObserver)
Returns metadata for a given [KeyRing][google.cloud.kms.v1.KeyRing].GetKeyRingRequest.Builder
GetKeyRingRequest.Builder. mergeFrom(GetKeyRingRequest other)
static GetKeyRingRequest.Builder
GetKeyRingRequest. 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.
-