Uses of Class
com.google.cloud.recommendationengine.v1beta1.ListPredictionApiKeyRegistrationsResponse
-
Packages that use ListPredictionApiKeyRegistrationsResponse Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AIcom.google.cloud.recommendationengine.v1beta1.stub -
-
Uses of ListPredictionApiKeyRegistrationsResponse in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return ListPredictionApiKeyRegistrationsResponse Modifier and Type Method Description ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse.Builder. build()
ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse.Builder. buildPartial()
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. getDefaultInstance()
ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse.Builder. getDefaultInstanceForType()
ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. getDefaultInstanceForType()
ListPredictionApiKeyRegistrationsResponse
PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryBlockingStub. listPredictionApiKeyRegistrations(ListPredictionApiKeyRegistrationsRequest request)
List the registered apiKeys for use with predict method.static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseDelimitedFrom(InputStream input)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(byte[] data)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(InputStream input)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(ByteBuffer data)
static ListPredictionApiKeyRegistrationsResponse
ListPredictionApiKeyRegistrationsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type ListPredictionApiKeyRegistrationsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse>
PredictionApiKeyRegistryGrpc. getListPredictionApiKeyRegistrationsMethod()
com.google.protobuf.Parser<ListPredictionApiKeyRegistrationsResponse>
ListPredictionApiKeyRegistrationsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListPredictionApiKeyRegistrationsResponse>
PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryFutureStub. listPredictionApiKeyRegistrations(ListPredictionApiKeyRegistrationsRequest request)
List the registered apiKeys for use with predict method.com.google.api.gax.rpc.UnaryCallable<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse>
PredictionApiKeyRegistryClient. listPredictionApiKeyRegistrationsCallable()
List the registered apiKeys for use with predict method.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse>
PredictionApiKeyRegistrySettings.Builder. listPredictionApiKeyRegistrationsSettings()
Returns the builder for the settings used for calls to listPredictionApiKeyRegistrations.com.google.api.gax.rpc.PagedCallSettings<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPagedResponse>
PredictionApiKeyRegistrySettings. listPredictionApiKeyRegistrationsSettings()
Returns the object with the settings used for calls to listPredictionApiKeyRegistrations.static com.google.protobuf.Parser<ListPredictionApiKeyRegistrationsResponse>
ListPredictionApiKeyRegistrationsResponse. parser()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type ListPredictionApiKeyRegistrationsResponse Modifier and Type Method Description protected PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage
PredictionApiKeyRegistryClient.ListPredictionApiKeyRegistrationsPage. createPage(com.google.api.gax.rpc.PageContext<ListPredictionApiKeyRegistrationsRequest,ListPredictionApiKeyRegistrationsResponse,PredictionApiKeyRegistration> context, ListPredictionApiKeyRegistrationsResponse response)
ListPredictionApiKeyRegistrationsResponse.Builder
ListPredictionApiKeyRegistrationsResponse.Builder. mergeFrom(ListPredictionApiKeyRegistrationsResponse other)
static ListPredictionApiKeyRegistrationsResponse.Builder
ListPredictionApiKeyRegistrationsResponse. newBuilder(ListPredictionApiKeyRegistrationsResponse prototype)
-
Uses of ListPredictionApiKeyRegistrationsResponse in com.google.cloud.recommendationengine.v1beta1.stub
-