Uses of Class
com.google.cloud.retail.v2alpha.ListServingConfigsRequest
-
Packages that use ListServingConfigsRequest Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of ListServingConfigsRequest in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return ListServingConfigsRequest Modifier and Type Method Description ListServingConfigsRequestListServingConfigsRequest.Builder. build()ListServingConfigsRequestListServingConfigsRequest.Builder. buildPartial()static ListServingConfigsRequestListServingConfigsRequest. getDefaultInstance()ListServingConfigsRequestListServingConfigsRequest.Builder. getDefaultInstanceForType()ListServingConfigsRequestListServingConfigsRequest. getDefaultInstanceForType()static ListServingConfigsRequestListServingConfigsRequest. parseDelimitedFrom(InputStream input)static ListServingConfigsRequestListServingConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(byte[] data)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(com.google.protobuf.ByteString data)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(InputStream input)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(ByteBuffer data)static ListServingConfigsRequestListServingConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type ListServingConfigsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListServingConfigsRequest,ListServingConfigsResponse>ServingConfigServiceGrpc. getListServingConfigsMethod()com.google.protobuf.Parser<ListServingConfigsRequest>ListServingConfigsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListServingConfigsRequest,ListServingConfigsResponse>ServingConfigServiceClient. listServingConfigsCallable()Lists all ServingConfigs linked to this catalog.com.google.api.gax.rpc.UnaryCallable<ListServingConfigsRequest,ServingConfigServiceClient.ListServingConfigsPagedResponse>ServingConfigServiceClient. listServingConfigsPagedCallable()Lists all ServingConfigs linked to this catalog.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfigServiceClient.ListServingConfigsPagedResponse>ServingConfigServiceSettings.Builder. listServingConfigsSettings()Returns the builder for the settings used for calls to listServingConfigs.com.google.api.gax.rpc.PagedCallSettings<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfigServiceClient.ListServingConfigsPagedResponse>ServingConfigServiceSettings. listServingConfigsSettings()Returns the object with the settings used for calls to listServingConfigs.static com.google.protobuf.Parser<ListServingConfigsRequest>ListServingConfigsRequest. parser()Methods in com.google.cloud.retail.v2alpha with parameters of type ListServingConfigsRequest Modifier and Type Method Description ServingConfigServiceClient.ListServingConfigsPagedResponseServingConfigServiceClient. listServingConfigs(ListServingConfigsRequest request)Lists all ServingConfigs linked to this catalog.default voidServingConfigServiceGrpc.AsyncService. listServingConfigs(ListServingConfigsRequest request, io.grpc.stub.StreamObserver<ListServingConfigsResponse> responseObserver)Lists all ServingConfigs linked to this catalog.ListServingConfigsResponseServingConfigServiceGrpc.ServingConfigServiceBlockingStub. listServingConfigs(ListServingConfigsRequest request)Lists all ServingConfigs linked to this catalog.com.google.common.util.concurrent.ListenableFuture<ListServingConfigsResponse>ServingConfigServiceGrpc.ServingConfigServiceFutureStub. listServingConfigs(ListServingConfigsRequest request)Lists all ServingConfigs linked to this catalog.voidServingConfigServiceGrpc.ServingConfigServiceStub. listServingConfigs(ListServingConfigsRequest request, io.grpc.stub.StreamObserver<ListServingConfigsResponse> responseObserver)Lists all ServingConfigs linked to this catalog.ListServingConfigsRequest.BuilderListServingConfigsRequest.Builder. mergeFrom(ListServingConfigsRequest other)static ListServingConfigsRequest.BuilderListServingConfigsRequest. newBuilder(ListServingConfigsRequest prototype)Method parameters in com.google.cloud.retail.v2alpha with type arguments of type ListServingConfigsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ServingConfigServiceClient.ListServingConfigsPagedResponse>ServingConfigServiceClient.ListServingConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, com.google.api.core.ApiFuture<ListServingConfigsResponse> futureResponse)protected ServingConfigServiceClient.ListServingConfigsPageServingConfigServiceClient.ListServingConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, ListServingConfigsResponse response)com.google.api.core.ApiFuture<ServingConfigServiceClient.ListServingConfigsPage>ServingConfigServiceClient.ListServingConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServingConfigsRequest,ListServingConfigsResponse,ServingConfig> context, com.google.api.core.ApiFuture<ListServingConfigsResponse> futureResponse) -
Uses of ListServingConfigsRequest in com.google.cloud.retail.v2alpha.stub
-