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 VerifyConnectivityRequestVerifyConnectivityRequest.Builder. build()VerifyConnectivityRequestVerifyConnectivityRequest.Builder. buildPartial()static VerifyConnectivityRequestVerifyConnectivityRequest. getDefaultInstance()VerifyConnectivityRequestVerifyConnectivityRequest.Builder. getDefaultInstanceForType()VerifyConnectivityRequestVerifyConnectivityRequest. getDefaultInstanceForType()static VerifyConnectivityRequestVerifyConnectivityRequest. parseDelimitedFrom(InputStream input)static VerifyConnectivityRequestVerifyConnectivityRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(byte[] data)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(com.google.protobuf.ByteString data)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(com.google.protobuf.CodedInputStream input)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(InputStream input)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityRequestVerifyConnectivityRequest. parseFrom(ByteBuffer data)static VerifyConnectivityRequestVerifyConnectivityRequest. 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.BuilderVerifyConnectivityRequest.Builder. mergeFrom(VerifyConnectivityRequest other)static VerifyConnectivityRequest.BuilderVerifyConnectivityRequest. newBuilder(VerifyConnectivityRequest prototype)VerifyConnectivityResponseEkmServiceClient. 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 voidEkmServiceGrpc.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].VerifyConnectivityResponseEkmServiceGrpc.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].voidEkmServiceGrpc.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.
-