Skip to content

Commit 93a3146

Browse files
1 parent 92cebee commit 93a3146

File tree

5 files changed

+51
-45
lines changed

5 files changed

+51
-45
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-rev20240913-2.0.0</version>
25+
<version>v2-rev20241018-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-rev20240913-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20241018-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16196,8 +16196,8 @@ public List set(String parameterName, Object value) {
1619616196
* This request holds the parameters needed by the logging server. After setting any optional
1619716197
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1619816198
*
16199-
* @param name Output only. The resource name of the log scope.For example:projects/my-
16200-
* project/locations/global/logScopes/my-log-scope
16199+
* @param name Output only. The resource name of the log scope.Log scopes are only available in the global
16200+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
1620116201
* @param content the {@link com.google.api.services.logging.v2.model.LogScope}
1620216202
* @return the request
1620316203
*/
@@ -16224,8 +16224,8 @@ public class Patch extends LoggingRequest<com.google.api.services.logging.v2.mod
1622416224
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1622516225
* be called to initialize this instance immediately after invoking the constructor. </p>
1622616226
*
16227-
* @param name Output only. The resource name of the log scope.For example:projects/my-
16228-
* project/locations/global/logScopes/my-log-scope
16227+
* @param name Output only. The resource name of the log scope.Log scopes are only available in the global
16228+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
1622916229
* @param content the {@link com.google.api.services.logging.v2.model.LogScope}
1623016230
* @since 1.13
1623116231
*/
@@ -16295,22 +16295,24 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1629516295
}
1629616296

1629716297
/**
16298-
* Output only. The resource name of the log scope.For example:projects/my-
16299-
* project/locations/global/logScopes/my-log-scope
16298+
* Output only. The resource name of the log scope.Log scopes are only available in the
16299+
* global location. For example:projects/my-project/locations/global/logScopes/my-log-
16300+
* scope
1630016301
*/
1630116302
@com.google.api.client.util.Key
1630216303
private java.lang.String name;
1630316304

16304-
/** Output only. The resource name of the log scope.For example:projects/my-
16305-
project/locations/global/logScopes/my-log-scope
16305+
/** Output only. The resource name of the log scope.Log scopes are only available in the global
16306+
location. For example:projects/my-project/locations/global/logScopes/my-log-scope
1630616307
*/
1630716308
public java.lang.String getName() {
1630816309
return name;
1630916310
}
1631016311

1631116312
/**
16312-
* Output only. The resource name of the log scope.For example:projects/my-
16313-
* project/locations/global/logScopes/my-log-scope
16313+
* Output only. The resource name of the log scope.Log scopes are only available in the
16314+
* global location. For example:projects/my-project/locations/global/logScopes/my-log-
16315+
* scope
1631416316
*/
1631516317
public Patch setName(java.lang.String name) {
1631616318
if (!getSuppressPatternChecks()) {
@@ -31325,8 +31327,8 @@ public List set(String parameterName, Object value) {
3132531327
* This request holds the parameters needed by the logging server. After setting any optional
3132631328
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
3132731329
*
31328-
* @param name Output only. The resource name of the log scope.For example:projects/my-
31329-
* project/locations/global/logScopes/my-log-scope
31330+
* @param name Output only. The resource name of the log scope.Log scopes are only available in the global
31331+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
3133031332
* @param content the {@link com.google.api.services.logging.v2.model.LogScope}
3133131333
* @return the request
3133231334
*/
@@ -31353,8 +31355,8 @@ public class Patch extends LoggingRequest<com.google.api.services.logging.v2.mod
3135331355
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
3135431356
* be called to initialize this instance immediately after invoking the constructor. </p>
3135531357
*
31356-
* @param name Output only. The resource name of the log scope.For example:projects/my-
31357-
* project/locations/global/logScopes/my-log-scope
31358+
* @param name Output only. The resource name of the log scope.Log scopes are only available in the global
31359+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
3135831360
* @param content the {@link com.google.api.services.logging.v2.model.LogScope}
3135931361
* @since 1.13
3136031362
*/
@@ -31424,22 +31426,24 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
3142431426
}
3142531427

3142631428
/**
31427-
* Output only. The resource name of the log scope.For example:projects/my-
31428-
* project/locations/global/logScopes/my-log-scope
31429+
* Output only. The resource name of the log scope.Log scopes are only available in the
31430+
* global location. For example:projects/my-project/locations/global/logScopes/my-log-
31431+
* scope
3142931432
*/
3143031433
@com.google.api.client.util.Key
3143131434
private java.lang.String name;
3143231435

31433-
/** Output only. The resource name of the log scope.For example:projects/my-
31434-
project/locations/global/logScopes/my-log-scope
31436+
/** Output only. The resource name of the log scope.Log scopes are only available in the global
31437+
location. For example:projects/my-project/locations/global/logScopes/my-log-scope
3143531438
*/
3143631439
public java.lang.String getName() {
3143731440
return name;
3143831441
}
3143931442

3144031443
/**
31441-
* Output only. The resource name of the log scope.For example:projects/my-
31442-
* project/locations/global/logScopes/my-log-scope
31444+
* Output only. The resource name of the log scope.Log scopes are only available in the
31445+
* global location. For example:projects/my-project/locations/global/logScopes/my-log-
31446+
* scope
3144331447
*/
3144431448
public Patch setName(java.lang.String name) {
3144531449
if (!getSuppressPatternChecks()) {
@@ -41105,8 +41109,8 @@ public List set(String parameterName, Object value) {
4110541109
* This request holds the parameters needed by the logging server. After setting any optional
4110641110
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
4110741111
*
41108-
* @param name Output only. The resource name of the log scope.For example:projects/my-
41109-
* project/locations/global/logScopes/my-log-scope
41112+
* @param name Output only. The resource name of the log scope.Log scopes are only available in the global
41113+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
4111041114
* @param content the {@link com.google.api.services.logging.v2.model.LogScope}
4111141115
* @return the request
4111241116
*/
@@ -41133,8 +41137,8 @@ public class Patch extends LoggingRequest<com.google.api.services.logging.v2.mod
4113341137
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
4113441138
* be called to initialize this instance immediately after invoking the constructor. </p>
4113541139
*
41136-
* @param name Output only. The resource name of the log scope.For example:projects/my-
41137-
* project/locations/global/logScopes/my-log-scope
41140+
* @param name Output only. The resource name of the log scope.Log scopes are only available in the global
41141+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
4113841142
* @param content the {@link com.google.api.services.logging.v2.model.LogScope}
4113941143
* @since 1.13
4114041144
*/
@@ -41204,22 +41208,24 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
4120441208
}
4120541209

4120641210
/**
41207-
* Output only. The resource name of the log scope.For example:projects/my-
41208-
* project/locations/global/logScopes/my-log-scope
41211+
* Output only. The resource name of the log scope.Log scopes are only available in the
41212+
* global location. For example:projects/my-project/locations/global/logScopes/my-log-
41213+
* scope
4120941214
*/
4121041215
@com.google.api.client.util.Key
4121141216
private java.lang.String name;
4121241217

41213-
/** Output only. The resource name of the log scope.For example:projects/my-
41214-
project/locations/global/logScopes/my-log-scope
41218+
/** Output only. The resource name of the log scope.Log scopes are only available in the global
41219+
location. For example:projects/my-project/locations/global/logScopes/my-log-scope
4121541220
*/
4121641221
public java.lang.String getName() {
4121741222
return name;
4121841223
}
4121941224

4122041225
/**
41221-
* Output only. The resource name of the log scope.For example:projects/my-
41222-
* project/locations/global/logScopes/my-log-scope
41226+
* Output only. The resource name of the log scope.Log scopes are only available in the
41227+
* global location. For example:projects/my-project/locations/global/logScopes/my-log-
41228+
* scope
4122341229
*/
4122441230
public Patch setName(java.lang.String name) {
4122541231
if (!getSuppressPatternChecks()) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public final class LogScope extends com.google.api.client.json.GenericJson {
4444
private java.lang.String description;
4545

4646
/**
47-
* Output only. The resource name of the log scope.For example:projects/my-
48-
* project/locations/global/logScopes/my-log-scope
47+
* Output only. The resource name of the log scope.Log scopes are only available in the global
48+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
@@ -55,7 +55,7 @@ public final class LogScope extends com.google.api.client.json.GenericJson {
5555
* Required. Names of one or more parent resources: projects/[PROJECT_ID]May alternatively be one
5656
* or more views:
5757
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]A log scope
58-
* can include a maximum of 50 projects and a maximum of 100 resources in total.
58+
* can include a maximum of 5 projects and a maximum of 100 resources in total.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
@@ -103,17 +103,17 @@ public LogScope setDescription(java.lang.String description) {
103103
}
104104

105105
/**
106-
* Output only. The resource name of the log scope.For example:projects/my-
107-
* project/locations/global/logScopes/my-log-scope
106+
* Output only. The resource name of the log scope.Log scopes are only available in the global
107+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
108108
* @return value or {@code null} for none
109109
*/
110110
public java.lang.String getName() {
111111
return name;
112112
}
113113

114114
/**
115-
* Output only. The resource name of the log scope.For example:projects/my-
116-
* project/locations/global/logScopes/my-log-scope
115+
* Output only. The resource name of the log scope.Log scopes are only available in the global
116+
* location. For example:projects/my-project/locations/global/logScopes/my-log-scope
117117
* @param name name or {@code null} for none
118118
*/
119119
public LogScope setName(java.lang.String name) {
@@ -125,7 +125,7 @@ public LogScope setName(java.lang.String name) {
125125
* Required. Names of one or more parent resources: projects/[PROJECT_ID]May alternatively be one
126126
* or more views:
127127
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]A log scope
128-
* can include a maximum of 50 projects and a maximum of 100 resources in total.
128+
* can include a maximum of 5 projects and a maximum of 100 resources in total.
129129
* @return value or {@code null} for none
130130
*/
131131
public java.util.List<java.lang.String> getResourceNames() {
@@ -136,7 +136,7 @@ public java.util.List<java.lang.String> getResourceNames() {
136136
* Required. Names of one or more parent resources: projects/[PROJECT_ID]May alternatively be one
137137
* or more views:
138138
* projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]A log scope
139-
* can include a maximum of 50 projects and a maximum of 100 resources in total.
139+
* can include a maximum of 5 projects and a maximum of 100 resources in total.
140140
* @param resourceNames resourceNames or {@code null} for none
141141
*/
142142
public LogScope setResourceNames(java.util.List<java.lang.String> resourceNames) {

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-rev20240913-2.0.0</version>
12-
<name>Cloud Logging API v2-rev20240913-2.0.0</name>
11+
<version>v2-rev20241018-2.0.0</version>
12+
<name>Cloud Logging API v2-rev20241018-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-rev20240913-2.0.0</version>
25+
<version>v2-rev20241018-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-rev20240913-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20241018-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)