Uses of Class
com.google.cloud.kms.v1.VerifyConnectivityRequest
-
Packages that use VerifyConnectivityRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of VerifyConnectivityRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return VerifyConnectivityRequest Modifier and Type Method Description VerifyConnectivityRequest
VerifyConnectivityRequest.Builder. build()
VerifyConnectivityRequest
VerifyConnectivityRequest.Builder. buildPartial()
static VerifyConnectivityRequest
VerifyConnectivityRequest. getDefaultInstance()
VerifyConnectivityRequest
VerifyConnectivityRequest.Builder. getDefaultInstanceForType()
VerifyConnectivityRequest
VerifyConnectivityRequest. getDefaultInstanceForType()
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseDelimitedFrom(InputStream input)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(byte[] data)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(com.google.protobuf.ByteString data)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(InputStream input)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(ByteBuffer data)
static VerifyConnectivityRequest
VerifyConnectivityRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type VerifyConnectivityRequest Modifier and Type Method Description com.google.protobuf.Parser<VerifyConnectivityRequest>
VerifyConnectivityRequest. getParserForType()
static io.grpc.MethodDescriptor<VerifyConnectivityRequest,VerifyConnectivityResponse>
EkmServiceGrpc. getVerifyConnectivityMethod()
static com.google.protobuf.Parser<VerifyConnectivityRequest>
VerifyConnectivityRequest. parser()
com.google.api.gax.rpc.UnaryCallable<VerifyConnectivityRequest,VerifyConnectivityResponse>
EkmServiceClient. verifyConnectivityCallable()
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].com.google.api.gax.rpc.UnaryCallSettings.Builder<VerifyConnectivityRequest,VerifyConnectivityResponse>
EkmServiceSettings.Builder. verifyConnectivitySettings()
Returns the builder for the settings used for calls to verifyConnectivity.com.google.api.gax.rpc.UnaryCallSettings<VerifyConnectivityRequest,VerifyConnectivityResponse>
EkmServiceSettings. verifyConnectivitySettings()
Returns the object with the settings used for calls to verifyConnectivity.Methods in com.google.cloud.kms.v1 with parameters of type VerifyConnectivityRequest Modifier and Type Method Description VerifyConnectivityRequest.Builder
VerifyConnectivityRequest.Builder. mergeFrom(VerifyConnectivityRequest other)
static VerifyConnectivityRequest.Builder
VerifyConnectivityRequest. newBuilder(VerifyConnectivityRequest prototype)
VerifyConnectivityResponse
EkmServiceClient. verifyConnectivity(VerifyConnectivityRequest request)
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].default void
EkmServiceGrpc.AsyncService. verifyConnectivity(VerifyConnectivityRequest request, io.grpc.stub.StreamObserver<VerifyConnectivityResponse> responseObserver)
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].VerifyConnectivityResponse
EkmServiceGrpc.EkmServiceBlockingStub. verifyConnectivity(VerifyConnectivityRequest request)
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].com.google.common.util.concurrent.ListenableFuture<VerifyConnectivityResponse>
EkmServiceGrpc.EkmServiceFutureStub. verifyConnectivity(VerifyConnectivityRequest request)
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].void
EkmServiceGrpc.EkmServiceStub. verifyConnectivity(VerifyConnectivityRequest request, io.grpc.stub.StreamObserver<VerifyConnectivityResponse> responseObserver)
Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection]. -
Uses of VerifyConnectivityRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type VerifyConnectivityRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<VerifyConnectivityRequest,VerifyConnectivityResponse>
EkmServiceStub. verifyConnectivityCallable()
com.google.api.gax.rpc.UnaryCallable<VerifyConnectivityRequest,VerifyConnectivityResponse>
GrpcEkmServiceStub. verifyConnectivityCallable()
com.google.api.gax.rpc.UnaryCallable<VerifyConnectivityRequest,VerifyConnectivityResponse>
HttpJsonEkmServiceStub. verifyConnectivityCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<VerifyConnectivityRequest,VerifyConnectivityResponse>
EkmServiceStubSettings.Builder. verifyConnectivitySettings()
Returns the builder for the settings used for calls to verifyConnectivity.com.google.api.gax.rpc.UnaryCallSettings<VerifyConnectivityRequest,VerifyConnectivityResponse>
EkmServiceStubSettings. verifyConnectivitySettings()
Returns the object with the settings used for calls to verifyConnectivity.
-