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