Uses of Class
com.google.cloud.kms.v1.VerifyConnectivityResponse
-
Packages that use VerifyConnectivityResponse Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of VerifyConnectivityResponse in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return VerifyConnectivityResponse Modifier and Type Method Description VerifyConnectivityResponseVerifyConnectivityResponse.Builder. build()VerifyConnectivityResponseVerifyConnectivityResponse.Builder. buildPartial()static VerifyConnectivityResponseVerifyConnectivityResponse. getDefaultInstance()VerifyConnectivityResponseVerifyConnectivityResponse.Builder. getDefaultInstanceForType()VerifyConnectivityResponseVerifyConnectivityResponse. getDefaultInstanceForType()static VerifyConnectivityResponseVerifyConnectivityResponse. parseDelimitedFrom(InputStream input)static VerifyConnectivityResponseVerifyConnectivityResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(byte[] data)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(com.google.protobuf.ByteString data)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(com.google.protobuf.CodedInputStream input)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(InputStream input)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(ByteBuffer data)static VerifyConnectivityResponseVerifyConnectivityResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)VerifyConnectivityResponseEkmServiceClient. verifyConnectivity(EkmConnectionName name)Verifies that Cloud KMS can successfully connect to the external key manager specified by an [EkmConnection][google.cloud.kms.v1.EkmConnection].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].VerifyConnectivityResponseEkmServiceClient. verifyConnectivity(String name)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].Methods in com.google.cloud.kms.v1 that return types with arguments of type VerifyConnectivityResponse Modifier and Type Method Description com.google.protobuf.Parser<VerifyConnectivityResponse>VerifyConnectivityResponse. getParserForType()static io.grpc.MethodDescriptor<VerifyConnectivityRequest,VerifyConnectivityResponse>EkmServiceGrpc. getVerifyConnectivityMethod()static com.google.protobuf.Parser<VerifyConnectivityResponse>VerifyConnectivityResponse. parser()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].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 VerifyConnectivityResponse Modifier and Type Method Description VerifyConnectivityResponse.BuilderVerifyConnectivityResponse.Builder. mergeFrom(VerifyConnectivityResponse other)static VerifyConnectivityResponse.BuilderVerifyConnectivityResponse. newBuilder(VerifyConnectivityResponse prototype)Method parameters in com.google.cloud.kms.v1 with type arguments of type VerifyConnectivityResponse Modifier and Type Method Description 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].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 VerifyConnectivityResponse in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type VerifyConnectivityResponse 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.
-