Uses of Class
com.google.cloud.retail.v2alpha.ListCatalogsRequest
-
Packages that use ListCatalogsRequest Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of ListCatalogsRequest in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return ListCatalogsRequest Modifier and Type Method Description ListCatalogsRequest
ListCatalogsRequest.Builder. build()
ListCatalogsRequest
ListCatalogsRequest.Builder. buildPartial()
static ListCatalogsRequest
ListCatalogsRequest. getDefaultInstance()
ListCatalogsRequest
ListCatalogsRequest.Builder. getDefaultInstanceForType()
ListCatalogsRequest
ListCatalogsRequest. getDefaultInstanceForType()
static ListCatalogsRequest
ListCatalogsRequest. parseDelimitedFrom(InputStream input)
static ListCatalogsRequest
ListCatalogsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(byte[] data)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(InputStream input)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(ByteBuffer data)
static ListCatalogsRequest
ListCatalogsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2alpha that return types with arguments of type ListCatalogsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse>
CatalogServiceGrpc. getListCatalogsMethod()
com.google.protobuf.Parser<ListCatalogsRequest>
ListCatalogsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,ListCatalogsResponse>
CatalogServiceClient. listCatalogsCallable()
Lists all the [Catalog][google.cloud.retail.v2alpha.Catalog]s associated with the project.com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>
CatalogServiceClient. listCatalogsPagedCallable()
Lists all the [Catalog][google.cloud.retail.v2alpha.Catalog]s associated with the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>
CatalogServiceSettings.Builder. listCatalogsSettings()
Returns the builder for the settings used for calls to listCatalogs.com.google.api.gax.rpc.PagedCallSettings<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>
CatalogServiceSettings. listCatalogsSettings()
Returns the object with the settings used for calls to listCatalogs.static com.google.protobuf.Parser<ListCatalogsRequest>
ListCatalogsRequest. parser()
Methods in com.google.cloud.retail.v2alpha with parameters of type ListCatalogsRequest Modifier and Type Method Description CatalogServiceClient.ListCatalogsPagedResponse
CatalogServiceClient. listCatalogs(ListCatalogsRequest request)
Lists all the [Catalog][google.cloud.retail.v2alpha.Catalog]s associated with the project.default void
CatalogServiceGrpc.AsyncService. listCatalogs(ListCatalogsRequest request, io.grpc.stub.StreamObserver<ListCatalogsResponse> responseObserver)
Lists all the [Catalog][google.cloud.retail.v2alpha.Catalog]s associated with the project.ListCatalogsResponse
CatalogServiceGrpc.CatalogServiceBlockingStub. listCatalogs(ListCatalogsRequest request)
Lists all the [Catalog][google.cloud.retail.v2alpha.Catalog]s associated with the project.com.google.common.util.concurrent.ListenableFuture<ListCatalogsResponse>
CatalogServiceGrpc.CatalogServiceFutureStub. listCatalogs(ListCatalogsRequest request)
Lists all the [Catalog][google.cloud.retail.v2alpha.Catalog]s associated with the project.void
CatalogServiceGrpc.CatalogServiceStub. listCatalogs(ListCatalogsRequest request, io.grpc.stub.StreamObserver<ListCatalogsResponse> responseObserver)
Lists all the [Catalog][google.cloud.retail.v2alpha.Catalog]s associated with the project.ListCatalogsRequest.Builder
ListCatalogsRequest.Builder. mergeFrom(ListCatalogsRequest other)
static ListCatalogsRequest.Builder
ListCatalogsRequest. newBuilder(ListCatalogsRequest prototype)
Method parameters in com.google.cloud.retail.v2alpha with type arguments of type ListCatalogsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogsPagedResponse>
CatalogServiceClient.ListCatalogsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)
protected CatalogServiceClient.ListCatalogsPage
CatalogServiceClient.ListCatalogsPage. createPage(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, ListCatalogsResponse response)
com.google.api.core.ApiFuture<CatalogServiceClient.ListCatalogsPage>
CatalogServiceClient.ListCatalogsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCatalogsRequest,ListCatalogsResponse,Catalog> context, com.google.api.core.ApiFuture<ListCatalogsResponse> futureResponse)
-
Uses of ListCatalogsRequest in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type ListCatalogsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,ListCatalogsResponse>
CatalogServiceStub. listCatalogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,ListCatalogsResponse>
GrpcCatalogServiceStub. listCatalogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,ListCatalogsResponse>
HttpJsonCatalogServiceStub. listCatalogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>
CatalogServiceStub. listCatalogsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>
GrpcCatalogServiceStub. listCatalogsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,CatalogServiceClient.ListCatalogsPagedResponse>
HttpJsonCatalogServiceStub. listCatalogsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>
CatalogServiceStubSettings.Builder. listCatalogsSettings()
Returns the builder for the settings used for calls to listCatalogs.com.google.api.gax.rpc.PagedCallSettings<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse>
CatalogServiceStubSettings. listCatalogsSettings()
Returns the object with the settings used for calls to listCatalogs.
-