/aosp_15_r20/external/google-cloud-java/java-cloudcommerceconsumerprocurement/proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ |
H A D | LineItem.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.LineItem} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 57 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in getDescriptor() 64 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in internalGetFieldAccessorTable() 67 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItem.class, in internalGetFieldAccessorTable() 68 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItem.Builder.class); in internalGetFieldAccessorTable() 123 private com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo lineItemInfo_; 133 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo line_item_info = 2 [(.google.a… [all …]
|
H A D | LineItemInfo.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 57 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in getDescriptor() 64 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in internalGetFieldAccessorTable() 67 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo.class, in internalGetFieldAccessorTable() 68 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo.Builder.class); in internalGetFieldAccessorTable() 133 private java.util.List<com.google.cloud.commerce.consumer.procurement.v1alpha1.Parameter> 143 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Parameter parameters = 9 [(.google… [all …]
|
H A D | ListOrdersResponse.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/procurement_service.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 25 …[ConsumerProcurementService.ListOrders][google.cloud.commerce.consumer.procurement.v1alpha1.Consum… 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersResponse} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 57 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in getDescriptor() 64 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in internalGetFieldAccessorTable() 67 com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersResponse.class, in internalGetFieldAccessorTable() 68 com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersResponse.Builder in internalGetFieldAccessorTable() 75 private java.util.List<com.google.cloud.commerce.consumer.procurement.v1alpha1.Order> orders_; [all …]
|
H A D | Parameter.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.Parameter} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 56 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in getDescriptor() 63 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in internalGetFieldAccessorTable() 66 com.google.cloud.commerce.consumer.procurement.v1alpha1.Parameter.class, in internalGetFieldAccessorTable() 67 com.google.cloud.commerce.consumer.procurement.v1alpha1.Parameter.Builder.class); in internalGetFieldAccessorTable() 72 …// @@protoc_insertion_point(interface_extends:google.cloud.commerce.consumer.procurement.v1alpha1.… 162 public com.google.cloud.commerce.consumer.procurement.v1alpha1.Parameter.Value.KindCase [all …]
|
H A D | Order.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 35 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.Order} 39 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 67 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in getDescriptor() 74 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in internalGetFieldAccessorTable() 77 com.google.cloud.commerce.consumer.procurement.v1alpha1.Order.class, in internalGetFieldAccessorTable() 78 com.google.cloud.commerce.consumer.procurement.v1alpha1.Order.Builder.class); in internalGetFieldAccessorTable() 192 private java.util.List<com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItem> 202 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.… [all …]
|
H A D | LineItemChange.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 60 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in getDescriptor() 67 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in internalGetFieldAccessorTable() 70 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange.class, in internalGetFieldAccessorTable() 71 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange.Builder.class); in internalGetFieldAccessorTable() 137 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChangeType change_type = 2 [(.googl… 154 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChangeType change_type = 2 [(.googl… [all …]
|
H A D | PlaceOrderRequest.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/procurement_service.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 25 …[ConsumerProcurementService.PlaceOrder][google.cloud.commerce.consumer.procurement.v1alpha1.Consum… 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 59 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in getDescriptor() 66 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in internalGetFieldAccessorTable() 69 com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest.class, in internalGetFieldAccessorTable() 70 com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest.Builder in internalGetFieldAccessorTable() 187 private java.util.List<com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo> [all …]
|
H A D | PlaceOrderMetadata.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/procurement_service.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 26 …* [ConsumerProcurementService.PlaceOrder][google.cloud.commerce.consumer.procurement.v1alpha1.Cons… 29 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderMetadata} 33 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 55 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in getDescriptor() 62 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in internalGetFieldAccessorTable() 65 com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderMetadata.class, in internalGetFieldAccessorTable() 66 com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderMetadata.Builder in internalGetFieldAccessorTable() 104 instanceof com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderMetadata)) { in equals() [all …]
|
H A D | GetOrderRequest.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/procurement_service.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 25 …r [ConsumerProcurementService.GetOrder][google.cloud.commerce.consumer.procurement.v1alpha1.Consum… 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.GetOrderRequest} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 56 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in getDescriptor() 63 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in internalGetFieldAccessorTable() 66 com.google.cloud.commerce.consumer.procurement.v1alpha1.GetOrderRequest.class, in internalGetFieldAccessorTable() 67 com.google.cloud.commerce.consumer.procurement.v1alpha1.GetOrderRequest.Builder.class); in internalGetFieldAccessorTable() 160 if (!(obj instanceof com.google.cloud.commerce.consumer.procurement.v1alpha1.GetOrderRequest)) { in equals() [all …]
|
H A D | Subscription.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.Subscription} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 54 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in getDescriptor() 61 return com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOuterClass in internalGetFieldAccessorTable() 64 com.google.cloud.commerce.consumer.procurement.v1alpha1.Subscription.class, in internalGetFieldAccessorTable() 65 com.google.cloud.commerce.consumer.procurement.v1alpha1.Subscription.Builder.class); in internalGetFieldAccessorTable() 231 if (!(obj instanceof com.google.cloud.commerce.consumer.procurement.v1alpha1.Subscription)) { in equals() 234 com.google.cloud.commerce.consumer.procurement.v1alpha1.Subscription other = in equals() [all …]
|
H A D | ListOrdersRequest.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/procurement_service.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 25 …[ConsumerProcurementService.ListOrders][google.cloud.commerce.consumer.procurement.v1alpha1.Consum… 28 * Protobuf type {@code google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersRequest} 32 …// @@protoc_insertion_point(message_implements:google.cloud.commerce.consumer.procurement.v1alpha1… 58 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in getDescriptor() 65 return com.google.cloud.commerce.consumer.procurement.v1alpha1.ProcurementService in internalGetFieldAccessorTable() 68 com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersRequest.class, in internalGetFieldAccessorTable() 69 com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersRequest.Builder in internalGetFieldAccessorTable() 327 instanceof com.google.cloud.commerce.consumer.procurement.v1alpha1.ListOrdersRequest)) { in equals() [all …]
|
H A D | LineItemOrBuilder.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 23 …// @@protoc_insertion_point(interface_extends:google.cloud.commerce.consumer.procurement.v1alpha1.… 60 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo line_item_info = 2 [(.google.a… 75 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo line_item_info = 2 [(.google.a… 80 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo getLineItemInfo(); in getLineItemInfo() 90 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo line_item_info = 2 [(.google.a… 93 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfoOrBuilder 106 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange pending_change = 3 [(.google… 122 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChange pending_change = 3 [(.google… [all …]
|
H A D | OrderOrBuilder.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 23 …// @@protoc_insertion_point(interface_extends:google.cloud.commerce.consumer.procurement.v1alpha1.… 90 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.… 93 java.util.List<com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItem> 103 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.… 106 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItem getLineItems(int index); in getLineItems() 115 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.… 127 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.LineItem line_items = 6 [(.google.… 131 ? extends com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemOrBuilder> [all …]
|
H A D | LineItemChangeOrBuilder.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 23 …// @@protoc_insertion_point(interface_extends:google.cloud.commerce.consumer.procurement.v1alpha1.… 61 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChangeType change_type = 2 [(.googl… 75 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChangeType change_type = 2 [(.googl… 80 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemChangeType getChangeType(); in getChangeType() 90 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo old_line_item_info = 3 [(.goog… 104 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo old_line_item_info = 3 [(.goog… 109 com.google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo getOldLineItemInfo(); in getOldLineItemInfo() 118 …* .google.cloud.commerce.consumer.procurement.v1alpha1.LineItemInfo old_line_item_info = 3 [(.goog… [all …]
|
H A D | LineItemInfoOrBuilder.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/order.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 23 …// @@protoc_insertion_point(interface_extends:google.cloud.commerce.consumer.procurement.v1alpha1.… 67 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Parameter parameters = 9 [(.google… 70 java.util.List<com.google.cloud.commerce.consumer.procurement.v1alpha1.Parameter> 80 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Parameter parameters = 9 [(.google… 83 com.google.cloud.commerce.consumer.procurement.v1alpha1.Parameter getParameters(int index); in getParameters() 92 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Parameter parameters = 9 [(.google… 104 …* repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Parameter parameters = 9 [(.google… 108 ? extends com.google.cloud.commerce.consumer.procurement.v1alpha1.ParameterOrBuilder> [all …]
|
H A D | ListOrdersResponseOrBuilder.java | 17 // source: google/cloud/commerce/consumer/procurement/v1alpha1/procurement_service.proto 19 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 23 …// @@protoc_insertion_point(interface_extends:google.cloud.commerce.consumer.procurement.v1alpha1.… 33 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 35 java.util.List<com.google.cloud.commerce.consumer.procurement.v1alpha1.Order> getOrdersList(); in getOrdersList() 43 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 45 com.google.cloud.commerce.consumer.procurement.v1alpha1.Order getOrders(int index); in getOrders() 53 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 63 * <code>repeated .google.cloud.commerce.consumer.procurement.v1alpha1.Order orders = 1;</code> 65 java.util.List<? extends com.google.cloud.commerce.consumer.procurement.v1alpha1.OrderOrBuilder> [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudcommerceconsumerprocurement/grpc-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/ |
H A D | ConsumerProcurementServiceGrpc.java | 16 package com.google.cloud.commerce.consumer.procurement.v1alpha1; 27 …* [ConsumerProcurementService][google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcure… 35 "Source: google/cloud/commerce/consumer/procurement/v1alpha1/procurement_service.proto") 42 "google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcurementService"; 46 com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest, 52 requestType = com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest.class, 56 com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest, 60 com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest, in getPlaceOrderMethod() 69 .<com.google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderRequest, in getPlaceOrderMethod() 77 com.google.cloud.commerce.consumer.procurement.v1alpha1 in getPlaceOrderMethod() [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/commerce/consumer/procurement/v1/ |
H A D | procurement_service.proto | 17 package google.cloud.commerce.consumer.procurement.v1; 23 import "google/cloud/commerce/consumer/procurement/v1/order.proto"; 26 option csharp_namespace = "Google.Cloud.Commerce.Consumer.Procurement.V1"; 27 option go_package = "cloud.google.com/go/commerce/consumer/procurement/apiv1/procurementpb;procurem… 29 option java_package = "com.google.cloud.commerce.consumer.procurement.v1"; 30 option php_namespace = "Google\\Cloud\\Commerce\\Consumer\\Procurement\\V1"; 31 option ruby_package = "Google::Cloud::Commerce::Consumer::Procurement::V1"; 38 // [ConsumerProcurementService][google.cloud.commerce.consumer.procurement.v1.ConsumerProcurementSe… 49 // Creates a new [Order][google.cloud.commerce.consumer.procurement.v1.Order]. 57 …// [OrderState.ORDER_STATE_ACTIVE][google.cloud.commerce.consumer.procurement.v1.OrderState.ORDER_… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-cloudcommerceconsumerprocurement/proto-google-cloud-cloudcommerceconsumerprocurement-v1alpha1/src/main/proto/google/cloud/commerce/consumer/procurement/v1alpha1/ |
H A D | procurement_service.proto | 17 package google.cloud.commerce.consumer.procurement.v1alpha1; 23 import "google/cloud/commerce/consumer/procurement/v1alpha1/order.proto"; 26 option go_package = "cloud.google.com/go/commerce/consumer/procurement/apiv1alpha1/procurementpb;pr… 28 option java_package = "com.google.cloud.commerce.consumer.procurement.v1alpha1"; 35 // [ConsumerProcurementService][google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcure… 43 // Creates a new [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order]. 47 …// in [OrderState.ORDER_STATE_ACTIVE][google.cloud.commerce.consumer.procurement.v1alpha1.OrderSta… 60 …// Returns the requested [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] resour… 67 …// Lists [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] resources that the use… 76 …[ConsumerProcurementService.PlaceOrder][google.cloud.commerce.consumer.procurement.v1alpha1.Consum… [all …]
|
/aosp_15_r20/prebuilts/ndk/ |
H A D | NOTICE | 21 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 52 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 79 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 106 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 253 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 282 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 360 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 404 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 448 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 477 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/commerce/consumer/procurement/v1alpha1/ |
H A D | procurement_service.proto | 17 package google.cloud.commerce.consumer.procurement.v1alpha1; 23 import "google/cloud/commerce/consumer/procurement/v1alpha1/order.proto"; 26 option go_package = "cloud.google.com/go/commerce/consumer/procurement/apiv1alpha1/procurementpb;pr… 28 option java_package = "com.google.cloud.commerce.consumer.procurement.v1alpha1"; 35 // [ConsumerProcurementService][google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcure… 47 // [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order]. 55 …// [OrderState.ORDER_STATE_ACTIVE][google.cloud.commerce.consumer.procurement.v1alpha1.OrderState.… 69 // [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] 78 // Lists [Order][google.cloud.commerce.consumer.procurement.v1alpha1.Order] 90 // [ConsumerProcurementService.PlaceOrder][google.cloud.commerce.consumer.procurement.v1alpha1.Cons… [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/common/NOTICE_FILES/ |
D | libc.so.txt | 20 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 47 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 89 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 118 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 196 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 240 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 269 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 297 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 341 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 371 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/common/NOTICE_FILES/ |
D | libc.so.txt | 20 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 47 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 89 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 118 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 196 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 240 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 269 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 297 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 341 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 371 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/common/NOTICE_FILES/ |
D | libc.so.txt | 20 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 47 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 89 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 118 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 196 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 240 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 269 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 297 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 341 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 371 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/common/NOTICE_FILES/bionic/libc/ |
D | NOTICE | 20 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 47 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 89 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 118 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 196 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 240 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 269 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 297 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 341 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 371 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR [all …]
|