@@ -84,9 +84,13 @@ public final class ListLogEntriesRequest extends com.google.api.client.json.Gene
84
84
private java .util .List <java .lang .String > projectIds ;
85
85
86
86
/**
87
- * Required. Names of one or more parent resources from which to retrieve log entries:
87
+ * Required. Names of one or more parent resources from which to retrieve log entries. Resources
88
+ * may either be resource containers or specific LogViews. For the case of resource containers,
89
+ * all logs ingested into that container will be returned regardless of which LogBuckets they are
90
+ * actually stored in - i.e. these queries may fan out to multiple regions. In the event of region
91
+ * unavailability, specify a specific set of LogViews that do not include the unavailable region.
88
92
* projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID]
89
- * folders/[FOLDER_ID]May alternatively be one or more views:
93
+ * folders/[FOLDER_ID]
90
94
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
91
95
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] bil
92
96
* lingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
@@ -222,9 +226,13 @@ public ListLogEntriesRequest setProjectIds(java.util.List<java.lang.String> proj
222
226
}
223
227
224
228
/**
225
- * Required. Names of one or more parent resources from which to retrieve log entries:
229
+ * Required. Names of one or more parent resources from which to retrieve log entries. Resources
230
+ * may either be resource containers or specific LogViews. For the case of resource containers,
231
+ * all logs ingested into that container will be returned regardless of which LogBuckets they are
232
+ * actually stored in - i.e. these queries may fan out to multiple regions. In the event of region
233
+ * unavailability, specify a specific set of LogViews that do not include the unavailable region.
226
234
* projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID]
227
- * folders/[FOLDER_ID]May alternatively be one or more views:
235
+ * folders/[FOLDER_ID]
228
236
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
229
237
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] bil
230
238
* lingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
@@ -238,9 +246,13 @@ public java.util.List<java.lang.String> getResourceNames() {
238
246
}
239
247
240
248
/**
241
- * Required. Names of one or more parent resources from which to retrieve log entries:
249
+ * Required. Names of one or more parent resources from which to retrieve log entries. Resources
250
+ * may either be resource containers or specific LogViews. For the case of resource containers,
251
+ * all logs ingested into that container will be returned regardless of which LogBuckets they are
252
+ * actually stored in - i.e. these queries may fan out to multiple regions. In the event of region
253
+ * unavailability, specify a specific set of LogViews that do not include the unavailable region.
242
254
* projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID]
243
- * folders/[FOLDER_ID]May alternatively be one or more views:
255
+ * folders/[FOLDER_ID]
244
256
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
245
257
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] bil
246
258
* lingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
0 commit comments