Uses of Class
com.google.cloud.commerce.consumer.procurement.v1.ListOrdersRequest
-
Packages that use ListOrdersRequest Package Description com.google.cloud.commerce.consumer.procurement.v1 A client to Cloud Commerce Consumer Procurement APIcom.google.cloud.commerce.consumer.procurement.v1.stub -
-
Uses of ListOrdersRequest in com.google.cloud.commerce.consumer.procurement.v1
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return ListOrdersRequest Modifier and Type Method Description ListOrdersRequest
ListOrdersRequest.Builder. build()
ListOrdersRequest
ListOrdersRequest.Builder. buildPartial()
static ListOrdersRequest
ListOrdersRequest. getDefaultInstance()
ListOrdersRequest
ListOrdersRequest.Builder. getDefaultInstanceForType()
ListOrdersRequest
ListOrdersRequest. getDefaultInstanceForType()
static ListOrdersRequest
ListOrdersRequest. parseDelimitedFrom(InputStream input)
static ListOrdersRequest
ListOrdersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersRequest
ListOrdersRequest. parseFrom(byte[] data)
static ListOrdersRequest
ListOrdersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersRequest
ListOrdersRequest. parseFrom(com.google.protobuf.ByteString data)
static ListOrdersRequest
ListOrdersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersRequest
ListOrdersRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListOrdersRequest
ListOrdersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersRequest
ListOrdersRequest. parseFrom(InputStream input)
static ListOrdersRequest
ListOrdersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListOrdersRequest
ListOrdersRequest. parseFrom(ByteBuffer data)
static ListOrdersRequest
ListOrdersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return types with arguments of type ListOrdersRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListOrdersRequest,ListOrdersResponse>
ConsumerProcurementServiceGrpc. getListOrdersMethod()
com.google.protobuf.Parser<ListOrdersRequest>
ListOrdersRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ListOrdersResponse>
ConsumerProcurementServiceClient. listOrdersCallable()
Lists [Order][google.cloud.commerce.consumer.procurement.v1.Order] resources that the user has access to, within the scope of the parent resource.com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceClient. listOrdersPagedCallable()
Lists [Order][google.cloud.commerce.consumer.procurement.v1.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<ListOrdersRequest>
ListOrdersRequest. parser()
Methods in com.google.cloud.commerce.consumer.procurement.v1 with parameters of type ListOrdersRequest Modifier and Type Method Description ConsumerProcurementServiceClient.ListOrdersPagedResponse
ConsumerProcurementServiceClient. listOrders(ListOrdersRequest request)
Lists [Order][google.cloud.commerce.consumer.procurement.v1.Order] resources that the user has access to, within the scope of the parent resource.default void
ConsumerProcurementServiceGrpc.AsyncService. listOrders(ListOrdersRequest request, io.grpc.stub.StreamObserver<ListOrdersResponse> responseObserver)
Lists [Order][google.cloud.commerce.consumer.procurement.v1.Order] resources that the user has access to, within the scope of the parent resource.ListOrdersResponse
ConsumerProcurementServiceGrpc.ConsumerProcurementServiceBlockingStub. listOrders(ListOrdersRequest request)
Lists [Order][google.cloud.commerce.consumer.procurement.v1.Order] resources that the user has access to, within the scope of the parent resource.com.google.common.util.concurrent.ListenableFuture<ListOrdersResponse>
ConsumerProcurementServiceGrpc.ConsumerProcurementServiceFutureStub. listOrders(ListOrdersRequest request)
Lists [Order][google.cloud.commerce.consumer.procurement.v1.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.v1.Order] resources that the user has access to, within the scope of the parent resource.ListOrdersRequest.Builder
ListOrdersRequest.Builder. mergeFrom(ListOrdersRequest other)
static ListOrdersRequest.Builder
ListOrdersRequest. newBuilder(ListOrdersRequest prototype)
Method parameters in com.google.cloud.commerce.consumer.procurement.v1 with type arguments of type ListOrdersRequest 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)
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)
-
Uses of ListOrdersRequest in com.google.cloud.commerce.consumer.procurement.v1.stub
Methods in com.google.cloud.commerce.consumer.procurement.v1.stub that return types with arguments of type ListOrdersRequest 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.UnaryCallable<ListOrdersRequest,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
ConsumerProcurementServiceStub. listOrdersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
GrpcConsumerProcurementServiceStub. listOrdersPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListOrdersRequest,ConsumerProcurementServiceClient.ListOrdersPagedResponse>
HttpJsonConsumerProcurementServiceStub. listOrdersPagedCallable()
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.
-