Uses of Class
com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersRequest
-
Packages that use ListOrdersRequest 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 ListOrdersRequest in com.google.cloud.commerce.consumer.procurement.v1alpha1
Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 that return ListOrdersRequest Modifier and Type Method Description ListOrdersRequestListOrdersRequest.Builder. build()ListOrdersRequestListOrdersRequest.Builder. buildPartial()static ListOrdersRequestListOrdersRequest. getDefaultInstance()ListOrdersRequestListOrdersRequest.Builder. getDefaultInstanceForType()ListOrdersRequestListOrdersRequest. getDefaultInstanceForType()static ListOrdersRequestListOrdersRequest. parseDelimitedFrom(InputStream input)static ListOrdersRequestListOrdersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOrdersRequestListOrdersRequest. parseFrom(byte[] data)static ListOrdersRequestListOrdersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOrdersRequestListOrdersRequest. parseFrom(com.google.protobuf.ByteString data)static ListOrdersRequestListOrdersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOrdersRequestListOrdersRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListOrdersRequestListOrdersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOrdersRequestListOrdersRequest. parseFrom(InputStream input)static ListOrdersRequestListOrdersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListOrdersRequestListOrdersRequest. parseFrom(ByteBuffer data)static ListOrdersRequestListOrdersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 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.v1alpha1.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.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<ListOrdersRequest>ListOrdersRequest. parser()Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1 with parameters of type ListOrdersRequest Modifier and Type Method Description ConsumerProcurementServiceClient.ListOrdersPagedResponseConsumerProcurementServiceClient. 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.default voidConsumerProcurementServiceGrpc.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.ListOrdersResponseConsumerProcurementServiceGrpc.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.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.voidConsumerProcurementServiceGrpc.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.ListOrdersRequest.BuilderListOrdersRequest.Builder. mergeFrom(ListOrdersRequest other)static ListOrdersRequest.BuilderListOrdersRequest. newBuilder(ListOrdersRequest prototype)Method parameters in com.google.cloud.commerce.consumer.procurement.v1alpha1 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.ListOrdersPageConsumerProcurementServiceClient.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.v1alpha1.stub
Methods in com.google.cloud.commerce.consumer.procurement.v1alpha1.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.
-