Uses of Class
com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersResponse
-
Packages that use ListOrdersResponse Package Description com.google.cloud.commerce.consumer.procurement.v1alpha1 A client to Cloud Commerce Consumer Procurement APIcom.google.cloud.commerce.consumer.procurement.v1alpha1.stub -
-
Uses of ListOrdersResponse in com.google.cloud.commerce.consumer.procurement.v1alpha1
Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 that return ListOrdersResponse Modifier and Type Method Description ListOrdersResponse
ListOrdersResponse.Builder. build()
ListOrdersResponse
ListOrdersResponse.Builder. buildPartial()
static ListOrdersResponse
ListOrdersResponse. getDefaultInstance()
ListOrdersResponse
ListOrdersResponse.Builder. getDefaultInstanceForType()
ListOrdersResponse
ListOrdersResponse. getDefaultInstanceForType()
ListOrdersResponse
ConsumerProcurementServiceGrpc.ConsumerProcurementServiceBlockingStub. listOrders(ListOrdersRequest request)
Lists [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] resources that the user has access to, within the scope of the parent resource.static ListOrdersResponse
ListOrdersResponse. parseDelimitedFrom(InputStream input)
static ListOrdersResponse
ListOrdersResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersResponse
ListOrdersResponse. parseFrom(byte[] data)
static ListOrdersResponse
ListOrdersResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersResponse
ListOrdersResponse. parseFrom(com.google.protobuf.ByteString data)
static ListOrdersResponse
ListOrdersResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersResponse
ListOrdersResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListOrdersResponse
ListOrdersResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersResponse
ListOrdersResponse. parseFrom(InputStream input)
static ListOrdersResponse
ListOrdersResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersResponse
ListOrdersResponse. parseFrom(ByteBuffer data)
static ListOrdersResponse
ListOrdersResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 that return types with arguments of type ListOrdersResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListOrdersRequest,ListOrdersResponse>
ConsumerProcurementServiceGrpc. getListOrdersMethod()
com.google.protobuf.Parser<ListOrdersResponse>
ListOrdersResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListOrdersResponse>
ConsumerProcurementServiceGrpc.ConsumerProcurementServiceFutureStub. listOrders(ListOrdersRequest request)
Lists [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] resources that the user has access to, within the scope of the parent resource.com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ListOrdersResponse>
ConsumerProcurementServiceClient. listOrdersCallable()
Lists [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] resources that the user has access to, within the scope of the parent resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListOrdersRequest,ListOrdersResponse,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceSettings.Builder. listOrdersSettings()
Returns the builder for the settings used for calls to listOrders.com.google.api.gax.rpc.PagedCallSettings<ListOrdersRequest,ListOrdersResponse,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceSettings. listOrdersSettings()
Returns the object with the settings used for calls to listOrders.static com.google.protobuf.Parser<ListOrdersResponse>
ListOrdersResponse. parser()
Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 with parameters of type ListOrdersResponse Modifier and Type Method Description protected ConsumerProcurementServiceClient.ListOrdersPage
ConsumerProcurementServiceClient.ListOrdersPage. createPage(com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ListOrdersResponse response)
ListOrdersResponse.Builder
ListOrdersResponse.Builder. mergeFrom(ListOrdersResponse other)
static ListOrdersResponse.Builder
ListOrdersResponse. newBuilder(ListOrdersResponse prototype)
Method parameters in com.google.cloud.commerce.consumer.procurement.v1alpha1 with type arguments of type ListOrdersResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceClient.ListOrdersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, com.google.api.core.ApiFuture<ListOrdersResponse> futureResponse)
static com.google.api.core.ApiFuture<ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceClient.ListOrdersPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, com.google.api.core.ApiFuture<ListOrdersResponse> futureResponse)
protected ConsumerProcurementServiceClient.ListOrdersPage
ConsumerProcurementServiceClient.ListOrdersPage. createPage(com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, ListOrdersResponse response)
com.google.api.core.ApiFuture<ConsumerProcurementServiceClient.ListOrdersPage>
ConsumerProcurementServiceClient.ListOrdersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, com.google.api.core.ApiFuture<ListOrdersResponse> futureResponse)
com.google.api.core.ApiFuture<ConsumerProcurementServiceClient.ListOrdersPage>
ConsumerProcurementServiceClient.ListOrdersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListOrdersRequest,ListOrdersResponse,Order> context, com.google.api.core.ApiFuture<ListOrdersResponse> futureResponse)
default void
ConsumerProcurementServiceGrpc.AsyncService. listOrders(ListOrdersRequest request, io.grpc.stub.StreamObserver<ListOrdersResponse> responseObserver)
Lists [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] resources that the user has access to, within the scope of the parent resource.void
ConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub. listOrders(ListOrdersRequest request, io.grpc.stub.StreamObserver<ListOrdersResponse> responseObserver)
Lists [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] resources that the user has access to, within the scope of the parent resource. -
Uses of ListOrdersResponse in com.google.cloud.commerce.consumer.procurement.v1alpha1.stub
Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1.stub that return types with arguments of type ListOrdersResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ListOrdersResponse>
ConsumerProcurementServiceStub. listOrdersCallable()
com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ListOrdersResponse>
GrpcConsumerProcurementServiceStub. listOrdersCallable()
com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ListOrdersResponse>
HttpJsonConsumerProcurementServiceStub. listOrdersCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListOrdersRequest,ListOrdersResponse,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceStubSettings.Builder. listOrdersSettings()
Returns the builder for the settings used for calls to listOrders.com.google.api.gax.rpc.PagedCallSettings<ListOrdersRequest,ListOrdersResponse,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceStubSettings. listOrdersSettings()
Returns the object with the settings used for calls to listOrders.
-