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 CreateKeyRingRequest
CreateKeyRingRequest.Builder. build()
CreateKeyRingRequest
CreateKeyRingRequest.Builder. buildPartial()
static CreateKeyRingRequest
CreateKeyRingRequest. getDefaultInstance()
CreateKeyRingRequest
CreateKeyRingRequest.Builder. getDefaultInstanceForType()
CreateKeyRingRequest
CreateKeyRingRequest. getDefaultInstanceForType()
static CreateKeyRingRequest
CreateKeyRingRequest. parseDelimitedFrom(InputStream input)
static CreateKeyRingRequest
CreateKeyRingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(byte[] data)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(InputStream input)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRingRequest
CreateKeyRingRequest. parseFrom(ByteBuffer data)
static CreateKeyRingRequest
CreateKeyRingRequest. 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 KeyRing
KeyManagementServiceClient. createKeyRing(CreateKeyRingRequest request)
Create a new [KeyRing][google.cloud.kms.v1.KeyRing] in a given Project and Location.default void
KeyManagementServiceGrpc.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.KeyRing
KeyManagementServiceGrpc.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.void
KeyManagementServiceGrpc.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.Builder
CreateKeyRingRequest.Builder. mergeFrom(CreateKeyRingRequest other)
static CreateKeyRingRequest.Builder
CreateKeyRingRequest. 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.
-