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