Uses of Class
com.google.cloud.retail.v2.ListModelsResponse
-
Packages that use ListModelsResponse Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of ListModelsResponse in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return ListModelsResponse Modifier and Type Method Description ListModelsResponse
ListModelsResponse.Builder. build()
ListModelsResponse
ListModelsResponse.Builder. buildPartial()
static ListModelsResponse
ListModelsResponse. getDefaultInstance()
ListModelsResponse
ListModelsResponse.Builder. getDefaultInstanceForType()
ListModelsResponse
ListModelsResponse. getDefaultInstanceForType()
ListModelsResponse
ModelServiceGrpc.ModelServiceBlockingStub. listModels(ListModelsRequest request)
Lists all the models linked to this event store.static ListModelsResponse
ListModelsResponse. parseDelimitedFrom(InputStream input)
static ListModelsResponse
ListModelsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListModelsResponse
ListModelsResponse. parseFrom(byte[] data)
static ListModelsResponse
ListModelsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListModelsResponse
ListModelsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListModelsResponse
ListModelsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListModelsResponse
ListModelsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListModelsResponse
ListModelsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListModelsResponse
ListModelsResponse. parseFrom(InputStream input)
static ListModelsResponse
ListModelsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListModelsResponse
ListModelsResponse. parseFrom(ByteBuffer data)
static ListModelsResponse
ListModelsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 that return types with arguments of type ListModelsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListModelsRequest,ListModelsResponse>
ModelServiceGrpc. getListModelsMethod()
com.google.protobuf.Parser<ListModelsResponse>
ListModelsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListModelsResponse>
ModelServiceGrpc.ModelServiceFutureStub. listModels(ListModelsRequest request)
Lists all the models linked to this event store.com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ListModelsResponse>
ModelServiceClient. listModelsCallable()
Lists all the models linked to this event store.com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceSettings.Builder. listModelsSettings()
Returns the builder for the settings used for calls to listModels.com.google.api.gax.rpc.PagedCallSettings<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceSettings. listModelsSettings()
Returns the object with the settings used for calls to listModels.static com.google.protobuf.Parser<ListModelsResponse>
ListModelsResponse. parser()
Methods in com.google.cloud.retail.v2 with parameters of type ListModelsResponse Modifier and Type Method Description protected ModelServiceClient.ListModelsPage
ModelServiceClient.ListModelsPage. createPage(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context, ListModelsResponse response)
ListModelsResponse.Builder
ListModelsResponse.Builder. mergeFrom(ListModelsResponse other)
static ListModelsResponse.Builder
ListModelsResponse. newBuilder(ListModelsResponse prototype)
Method parameters in com.google.cloud.retail.v2 with type arguments of type ListModelsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ModelServiceClient.ListModelsPagedResponse>
ModelServiceClient.ListModelsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context, com.google.api.core.ApiFuture<ListModelsResponse> futureResponse)
static com.google.api.core.ApiFuture<ModelServiceClient.ListModelsPagedResponse>
ModelServiceClient.ListModelsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context, com.google.api.core.ApiFuture<ListModelsResponse> futureResponse)
protected ModelServiceClient.ListModelsPage
ModelServiceClient.ListModelsPage. createPage(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context, ListModelsResponse response)
com.google.api.core.ApiFuture<ModelServiceClient.ListModelsPage>
ModelServiceClient.ListModelsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context, com.google.api.core.ApiFuture<ListModelsResponse> futureResponse)
com.google.api.core.ApiFuture<ModelServiceClient.ListModelsPage>
ModelServiceClient.ListModelsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListModelsRequest,ListModelsResponse,Model> context, com.google.api.core.ApiFuture<ListModelsResponse> futureResponse)
default void
ModelServiceGrpc.AsyncService. listModels(ListModelsRequest request, io.grpc.stub.StreamObserver<ListModelsResponse> responseObserver)
Lists all the models linked to this event store.void
ModelServiceGrpc.ModelServiceStub. listModels(ListModelsRequest request, io.grpc.stub.StreamObserver<ListModelsResponse> responseObserver)
Lists all the models linked to this event store. -
Uses of ListModelsResponse in com.google.cloud.retail.v2.stub
Methods in com.google.cloud.retail.v2.stub that return types with arguments of type ListModelsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ListModelsResponse>
GrpcModelServiceStub. listModelsCallable()
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ListModelsResponse>
HttpJsonModelServiceStub. listModelsCallable()
com.google.api.gax.rpc.UnaryCallable<ListModelsRequest,ListModelsResponse>
ModelServiceStub. listModelsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceStubSettings.Builder. listModelsSettings()
Returns the builder for the settings used for calls to listModels.com.google.api.gax.rpc.PagedCallSettings<ListModelsRequest,ListModelsResponse,ModelServiceClient.ListModelsPagedResponse>
ModelServiceStubSettings. listModelsSettings()
Returns the object with the settings used for calls to listModels.
-