Uses of Class
com.google.cloud.commerce.consumer.procurement.v1.GetOrderRequest
-
Packages that use GetOrderRequest 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 GetOrderRequest in com.google.cloud.commerce.consumer.procurement.v1
Methods in com.google.cloud.commerce.consumer.procurement.v1 that return GetOrderRequest Modifier and Type Method Description GetOrderRequestGetOrderRequest.Builder. build()GetOrderRequestGetOrderRequest.Builder. buildPartial()static GetOrderRequestGetOrderRequest. getDefaultInstance()GetOrderRequestGetOrderRequest.Builder. getDefaultInstanceForType()GetOrderRequestGetOrderRequest. getDefaultInstanceForType()static GetOrderRequestGetOrderRequest. parseDelimitedFrom(InputStream input)static GetOrderRequestGetOrderRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetOrderRequestGetOrderRequest. parseFrom(byte[] data)static GetOrderRequestGetOrderRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetOrderRequestGetOrderRequest. parseFrom(com.google.protobuf.ByteString data)static GetOrderRequestGetOrderRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetOrderRequestGetOrderRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetOrderRequestGetOrderRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetOrderRequestGetOrderRequest. parseFrom(InputStream input)static GetOrderRequestGetOrderRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetOrderRequestGetOrderRequest. parseFrom(ByteBuffer data)static GetOrderRequestGetOrderRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.commerce.consumer.procurement.v1 that return types with arguments of type GetOrderRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetOrderRequest,Order>ConsumerProcurementServiceGrpc. getGetOrderMethod()com.google.api.gax.rpc.UnaryCallable<GetOrderRequest,Order>ConsumerProcurementServiceClient. getOrderCallable()Returns the requested [Order][google.cloud.commerce.consumer.procurement.v1.Order] resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOrderRequest,Order>ConsumerProcurementServiceSettings.Builder. getOrderSettings()Returns the builder for the settings used for calls to getOrder.com.google.api.gax.rpc.UnaryCallSettings<GetOrderRequest,Order>ConsumerProcurementServiceSettings. getOrderSettings()Returns the object with the settings used for calls to getOrder.com.google.protobuf.Parser<GetOrderRequest>GetOrderRequest. getParserForType()static com.google.protobuf.Parser<GetOrderRequest>GetOrderRequest. parser()Methods in com.google.cloud.commerce.consumer.procurement.v1 with parameters of type GetOrderRequest Modifier and Type Method Description OrderConsumerProcurementServiceClient. getOrder(GetOrderRequest request)Returns the requested [Order][google.cloud.commerce.consumer.procurement.v1.Order] resource.default voidConsumerProcurementServiceGrpc.AsyncService. getOrder(GetOrderRequest request, io.grpc.stub.StreamObserver<Order> responseObserver)Returns the requested [Order][google.cloud.commerce.consumer.procurement.v1.Order] resource.OrderConsumerProcurementServiceGrpc.ConsumerProcurementServiceBlockingStub. getOrder(GetOrderRequest request)Returns the requested [Order][google.cloud.commerce.consumer.procurement.v1.Order] resource.com.google.common.util.concurrent.ListenableFuture<Order>ConsumerProcurementServiceGrpc.ConsumerProcurementServiceFutureStub. getOrder(GetOrderRequest request)Returns the requested [Order][google.cloud.commerce.consumer.procurement.v1.Order] resource.voidConsumerProcurementServiceGrpc.ConsumerProcurementServiceStub. getOrder(GetOrderRequest request, io.grpc.stub.StreamObserver<Order> responseObserver)Returns the requested [Order][google.cloud.commerce.consumer.procurement.v1.Order] resource.GetOrderRequest.BuilderGetOrderRequest.Builder. mergeFrom(GetOrderRequest other)static GetOrderRequest.BuilderGetOrderRequest. newBuilder(GetOrderRequest prototype) -
Uses of GetOrderRequest 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 GetOrderRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetOrderRequest,Order>ConsumerProcurementServiceStub. getOrderCallable()com.google.api.gax.rpc.UnaryCallable<GetOrderRequest,Order>GrpcConsumerProcurementServiceStub. getOrderCallable()com.google.api.gax.rpc.UnaryCallable<GetOrderRequest,Order>HttpJsonConsumerProcurementServiceStub. getOrderCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetOrderRequest,Order>ConsumerProcurementServiceStubSettings.Builder. getOrderSettings()Returns the builder for the settings used for calls to getOrder.com.google.api.gax.rpc.UnaryCallSettings<GetOrderRequest,Order>ConsumerProcurementServiceStubSettings. getOrderSettings()Returns the object with the settings used for calls to getOrder.
-