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 Key
RecaptchaEnterpriseServiceClient. 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 GetKeyRequest
GetKeyRequest.Builder. build()
GetKeyRequest
GetKeyRequest.Builder. buildPartial()
static GetKeyRequest
GetKeyRequest. getDefaultInstance()
GetKeyRequest
GetKeyRequest.Builder. getDefaultInstanceForType()
GetKeyRequest
GetKeyRequest. getDefaultInstanceForType()
static GetKeyRequest
GetKeyRequest. parseDelimitedFrom(InputStream input)
static GetKeyRequest
GetKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRequest
GetKeyRequest. parseFrom(byte[] data)
static GetKeyRequest
GetKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRequest
GetKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetKeyRequest
GetKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRequest
GetKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetKeyRequest
GetKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRequest
GetKeyRequest. parseFrom(InputStream input)
static GetKeyRequest
GetKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyRequest
GetKeyRequest. parseFrom(ByteBuffer data)
static GetKeyRequest
GetKeyRequest. 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 void
RecaptchaEnterpriseServiceGrpc.AsyncService. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Returns the specified key.Key
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. getKey(GetKeyRequest request)
Returns the specified key.com.google.common.util.concurrent.ListenableFuture<Key>
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. getKey(GetKeyRequest request)
Returns the specified key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)
Returns the specified key.GetKeyRequest.Builder
GetKeyRequest.Builder. mergeFrom(GetKeyRequest other)
static GetKeyRequest.Builder
GetKeyRequest. newBuilder(GetKeyRequest prototype)
-