Skip to content

Commit 5e9450a

Browse files
1 parent 983d3fa commit 5e9450a

File tree

5 files changed

+30
-18
lines changed

5 files changed

+30
-18
lines changed

clients/google-api-services-logging/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-logging</artifactId>
25-
<version>v2-rev20240705-2.0.0</version>
25+
<version>v2-rev20240726-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-logging:v2-rev20240705-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20240726-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/IndexConfig.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class IndexConfig extends com.google.api.client.json.GenericJson {
4040
/**
4141
* Required. The LogEntry field path to index.Note that some paths are automatically indexed, and
4242
* other paths are not eligible for indexing. See indexing documentation(
43-
* https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details.For
44-
* example: jsonPayload.request.status
43+
* https://cloud.google.com/logging/docs/analyze/custom-index) for details.For example:
44+
* jsonPayload.request.status
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -76,8 +76,8 @@ public IndexConfig setCreateTime(String createTime) {
7676
/**
7777
* Required. The LogEntry field path to index.Note that some paths are automatically indexed, and
7878
* other paths are not eligible for indexing. See indexing documentation(
79-
* https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details.For
80-
* example: jsonPayload.request.status
79+
* https://cloud.google.com/logging/docs/analyze/custom-index) for details.For example:
80+
* jsonPayload.request.status
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getFieldPath() {
@@ -87,8 +87,8 @@ public java.lang.String getFieldPath() {
8787
/**
8888
* Required. The LogEntry field path to index.Note that some paths are automatically indexed, and
8989
* other paths are not eligible for indexing. See indexing documentation(
90-
* https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details.For
91-
* example: jsonPayload.request.status
90+
* https://cloud.google.com/logging/docs/analyze/custom-index) for details.For example:
91+
* jsonPayload.request.status
9292
* @param fieldPath fieldPath or {@code null} for none
9393
*/
9494
public IndexConfig setFieldPath(java.lang.String fieldPath) {

clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/ListLogEntriesRequest.java

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,13 @@ public final class ListLogEntriesRequest extends com.google.api.client.json.Gene
8484
private java.util.List<java.lang.String> projectIds;
8585

8686
/**
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.
8892
* 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]
9094
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
9195
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] bil
9296
* 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
222226
}
223227

224228
/**
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.
226234
* 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]
228236
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
229237
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] bil
230238
* 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() {
238246
}
239247

240248
/**
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.
242254
* 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]
244256
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
245257
* organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] bil
246258
* lingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]

clients/google-api-services-logging/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-logging</artifactId>
11-
<version>v2-rev20240705-2.0.0</version>
12-
<name>Cloud Logging API v2-rev20240705-2.0.0</name>
11+
<version>v2-rev20240726-2.0.0</version>
12+
<name>Cloud Logging API v2-rev20240726-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-logging/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-logging</artifactId>
25-
<version>v2-rev20240705-2.0.0</version>
25+
<version>v2-rev20240726-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-logging:v2-rev20240705-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20240726-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)