Uses of Class
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsRequest
-
Packages that use ListPredictionApiKeyRegistrationsRequest Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of ListPredictionApiKeyRegistrationsRequest in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return ListPredictionApiKeyRegistrationsRequest Modifier and Type Method Description ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest.Builder. build()
ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest.Builder. buildPartial()
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. getDefaultInstance()
ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest.Builder. getDefaultInstanceForType()
ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. getDefaultInstanceForType()
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseDelimitedFrom(InputStream input)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(byte[] data)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(InputStream input)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(ByteBuffer data)
static ListPredictionApiKeyRegistrationsRequest
ListPredictionApiKeyRegistrationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type ListPredictionApiKeyRegistrationsRequest Modifier and Type Method Description PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse
PredictionApiKeyRegistryClient. listPredictionApiKeyRegistrations(ListPredictionApiKeyRegistrationsRequest request)
List the registered apiKeys for use with predict method.default void
PredictionApiKeyRegistryGrpc.AsyncService. listPredictionApiKeyRegistrations(ListPredictionApiKeyRegistrationsRequest request, io.grpc.stub.StreamObserver<ListPredictionApiKeyRegistrationsResponse> responseObserver)
List the registered apiKeys for use with predict method.ListPredictionApiKeyRegistrationsResponse
PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryBlockingStub. listPredictionApiKeyRegistrations(ListPredictionApiKeyRegistrationsRequest request)
List the registered apiKeys for use with predict method.com.google.common.util.concurrent.ListenableFuture<ListPredictionApiKeyRegistrationsResponse>
PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryFutureStub. listPredictionApiKeyRegistrations(ListPredictionApiKeyRegistrationsRequest request)
List the registered apiKeys for use with predict method.void
PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryStub. listPredictionApiKeyRegistrations(ListPredictionApiKeyRegistrationsRequest request, io.grpc.stub.StreamObserver<ListPredictionApiKeyRegistrationsResponse> responseObserver)
List the registered apiKeys for use with predict method.ListPredictionApiKeyRegistrationsRequest.Builder
ListPredictionApiKeyRegistrationsRequest.Builder. mergeFrom(ListPredictionApiKeyRegistrationsRequest other)
static ListPredictionApiKeyRegistrationsRequest.Builder
ListPredictionApiKeyRegistrationsRequest. newBuilder(ListPredictionApiKeyRegistrationsRequest prototype)
-
Uses of ListPredictionApiKeyRegistrationsRequest in com.google.cloud.recommendationengine.v1beta1.stub
-