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 ListServingConfigsRequest
ListServingConfigsRequest.Builder. build()
ListServingConfigsRequest
ListServingConfigsRequest.Builder. buildPartial()
static ListServingConfigsRequest
ListServingConfigsRequest. getDefaultInstance()
ListServingConfigsRequest
ListServingConfigsRequest.Builder. getDefaultInstanceForType()
ListServingConfigsRequest
ListServingConfigsRequest. getDefaultInstanceForType()
static ListServingConfigsRequest
ListServingConfigsRequest. parseDelimitedFrom(InputStream input)
static ListServingConfigsRequest
ListServingConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(byte[] data)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(InputStream input)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListServingConfigsRequest
ListServingConfigsRequest. parseFrom(ByteBuffer data)
static ListServingConfigsRequest
ListServingConfigsRequest. 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.ListServingConfigsPagedResponse
ServingConfigServiceClient. listServingConfigs(ListServingConfigsRequest request)
Lists all ServingConfigs linked to this catalog.default void
ServingConfigServiceGrpc.AsyncService. listServingConfigs(ListServingConfigsRequest request, io.grpc.stub.StreamObserver<ListServingConfigsResponse> responseObserver)
Lists all ServingConfigs linked to this catalog.ListServingConfigsResponse
ServingConfigServiceGrpc.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.void
ServingConfigServiceGrpc.ServingConfigServiceStub. listServingConfigs(ListServingConfigsRequest request, io.grpc.stub.StreamObserver<ListServingConfigsResponse> responseObserver)
Lists all ServingConfigs linked to this catalog.ListServingConfigsRequest.Builder
ListServingConfigsRequest.Builder. mergeFrom(ListServingConfigsRequest other)
static ListServingConfigsRequest.Builder
ListServingConfigsRequest. 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.ListServingConfigsPage
ServingConfigServiceClient.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
-