Uses of Class
com.google.recaptchaenterprise.v1.GetKeyRequest
-
Packages that use GetKeyRequest Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.cloud.recaptchaenterprise.v1.stub com.google.recaptchaenterprise.v1 -
-
Uses of GetKeyRequest in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return types with arguments of type GetKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>RecaptchaEnterpriseServiceClient. getKeyCallable()Returns the specified key.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key>RecaptchaEnterpriseServiceSettings.Builder. getKeySettings()Returns the builder for the settings used for calls to getKey.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRequest,Key>RecaptchaEnterpriseServiceSettings. getKeySettings()Returns the object with the settings used for calls to getKey.Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type GetKeyRequest Modifier and Type Method Description KeyRecaptchaEnterpriseServiceClient. getKey(GetKeyRequest request)Returns the specified key. -
Uses of GetKeyRequest in com.google.cloud.recaptchaenterprise.v1.stub
Methods in com.google.cloud.recaptchaenterprise.v1.stub that return types with arguments of type GetKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>GrpcRecaptchaEnterpriseServiceStub. getKeyCallable()com.google.api.gax.rpc.UnaryCallable<GetKeyRequest,Key>RecaptchaEnterpriseServiceStub. getKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetKeyRequest,Key>RecaptchaEnterpriseServiceStubSettings.Builder. getKeySettings()Returns the builder for the settings used for calls to getKey.com.google.api.gax.rpc.UnaryCallSettings<GetKeyRequest,Key>RecaptchaEnterpriseServiceStubSettings. getKeySettings()Returns the object with the settings used for calls to getKey. -
Uses of GetKeyRequest in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return GetKeyRequest Modifier and Type Method Description GetKeyRequestGetKeyRequest.Builder. build()GetKeyRequestGetKeyRequest.Builder. buildPartial()static GetKeyRequestGetKeyRequest. getDefaultInstance()GetKeyRequestGetKeyRequest.Builder. getDefaultInstanceForType()GetKeyRequestGetKeyRequest. getDefaultInstanceForType()static GetKeyRequestGetKeyRequest. parseDelimitedFrom(InputStream input)static GetKeyRequestGetKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(byte[] data)static GetKeyRequestGetKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.ByteString data)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(InputStream input)static GetKeyRequestGetKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(ByteBuffer data)static GetKeyRequestGetKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type GetKeyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetKeyRequest,Key>RecaptchaEnterpriseServiceGrpc. getGetKeyMethod()com.google.protobuf.Parser<GetKeyRequest>GetKeyRequest. getParserForType()static com.google.protobuf.Parser<GetKeyRequest>GetKeyRequest. parser()Methods in com.google.recaptchaenterprise.v1 with parameters of type GetKeyRequest Modifier and Type Method Description default voidRecaptchaEnterpriseServiceGrpc.AsyncService. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Returns the specified key.KeyRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. getKey(GetKeyRequest request)Returns the specified key.com.google.common.util.concurrent.ListenableFuture<Key>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. getKey(GetKeyRequest request)Returns the specified key.voidRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Returns the specified key.GetKeyRequest.BuilderGetKeyRequest.Builder. mergeFrom(GetKeyRequest other)static GetKeyRequest.BuilderGetKeyRequest. newBuilder(GetKeyRequest prototype)
-