Skip to content

Commit a43412a

Browse files
1 parent ed62ae5 commit a43412a

File tree

7 files changed

+21
-262
lines changed

7 files changed

+21
-262
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-rev20250110-2.0.0</version>
25+
<version>v2-rev20250124-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-rev20250110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20250124-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: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4102,23 +4102,21 @@ public Create setParent(java.lang.String parent) {
41024102

41034103
/**
41044104
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
4105-
* 100 characters and can include only letters, digits, underscores, hyphens, and
4106-
* periods.
4105+
* 100 characters and can include only letters, digits, underscores, and hyphens.
41074106
*/
41084107
@com.google.api.client.util.Key
41094108
private java.lang.String viewId;
41104109

41114110
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters
4112-
and can include only letters, digits, underscores, hyphens, and periods.
4111+
and can include only letters, digits, underscores, and hyphens.
41134112
*/
41144113
public java.lang.String getViewId() {
41154114
return viewId;
41164115
}
41174116

41184117
/**
41194118
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
4120-
* 100 characters and can include only letters, digits, underscores, hyphens, and
4121-
* periods.
4119+
* 100 characters and can include only letters, digits, underscores, and hyphens.
41224120
*/
41234121
public Create setViewId(java.lang.String viewId) {
41244122
this.viewId = viewId;
@@ -14079,23 +14077,21 @@ public Create setParent(java.lang.String parent) {
1407914077

1408014078
/**
1408114079
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
14082-
* 100 characters and can include only letters, digits, underscores, hyphens, and
14083-
* periods.
14080+
* 100 characters and can include only letters, digits, underscores, and hyphens.
1408414081
*/
1408514082
@com.google.api.client.util.Key
1408614083
private java.lang.String viewId;
1408714084

1408814085
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters
14089-
and can include only letters, digits, underscores, hyphens, and periods.
14086+
and can include only letters, digits, underscores, and hyphens.
1409014087
*/
1409114088
public java.lang.String getViewId() {
1409214089
return viewId;
1409314090
}
1409414091

1409514092
/**
1409614093
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
14097-
* 100 characters and can include only letters, digits, underscores, hyphens, and
14098-
* periods.
14094+
* 100 characters and can include only letters, digits, underscores, and hyphens.
1409914095
*/
1410014096
public Create setViewId(java.lang.String viewId) {
1410114097
this.viewId = viewId;
@@ -22607,21 +22603,21 @@ public Create setParent(java.lang.String parent) {
2260722603

2260822604
/**
2260922605
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
22610-
* 100 characters and can include only letters, digits, underscores, hyphens, and periods.
22606+
* 100 characters and can include only letters, digits, underscores, and hyphens.
2261122607
*/
2261222608
@com.google.api.client.util.Key
2261322609
private java.lang.String viewId;
2261422610

2261522611
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters
22616-
and can include only letters, digits, underscores, hyphens, and periods.
22612+
and can include only letters, digits, underscores, and hyphens.
2261722613
*/
2261822614
public java.lang.String getViewId() {
2261922615
return viewId;
2262022616
}
2262122617

2262222618
/**
2262322619
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
22624-
* 100 characters and can include only letters, digits, underscores, hyphens, and periods.
22620+
* 100 characters and can include only letters, digits, underscores, and hyphens.
2262522621
*/
2262622622
public Create setViewId(java.lang.String viewId) {
2262722623
this.viewId = viewId;
@@ -29210,23 +29206,21 @@ public Create setParent(java.lang.String parent) {
2921029206

2921129207
/**
2921229208
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
29213-
* 100 characters and can include only letters, digits, underscores, hyphens, and
29214-
* periods.
29209+
* 100 characters and can include only letters, digits, underscores, and hyphens.
2921529210
*/
2921629211
@com.google.api.client.util.Key
2921729212
private java.lang.String viewId;
2921829213

2921929214
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters
29220-
and can include only letters, digits, underscores, hyphens, and periods.
29215+
and can include only letters, digits, underscores, and hyphens.
2922129216
*/
2922229217
public java.lang.String getViewId() {
2922329218
return viewId;
2922429219
}
2922529220

2922629221
/**
2922729222
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
29228-
* 100 characters and can include only letters, digits, underscores, hyphens, and
29229-
* periods.
29223+
* 100 characters and can include only letters, digits, underscores, and hyphens.
2923029224
*/
2923129225
public Create setViewId(java.lang.String viewId) {
2923229226
this.viewId = viewId;
@@ -38992,23 +38986,21 @@ public Create setParent(java.lang.String parent) {
3899238986

3899338987
/**
3899438988
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
38995-
* 100 characters and can include only letters, digits, underscores, hyphens, and
38996-
* periods.
38989+
* 100 characters and can include only letters, digits, underscores, and hyphens.
3899738990
*/
3899838991
@com.google.api.client.util.Key
3899938992
private java.lang.String viewId;
3900038993

3900138994
/** Required. A client-assigned identifier such as "my-view". Identifiers are limited to 100 characters
39002-
and can include only letters, digits, underscores, hyphens, and periods.
38995+
and can include only letters, digits, underscores, and hyphens.
3900338996
*/
3900438997
public java.lang.String getViewId() {
3900538998
return viewId;
3900638999
}
3900739000

3900839001
/**
3900939002
* Required. A client-assigned identifier such as "my-view". Identifiers are limited to
39010-
* 100 characters and can include only letters, digits, underscores, hyphens, and
39011-
* periods.
39003+
* 100 characters and can include only letters, digits, underscores, and hyphens.
3901239004
*/
3901339005
public Create setViewId(java.lang.String viewId) {
3901439006
this.viewId = viewId;

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

Lines changed: 0 additions & 107 deletions
This file was deleted.

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

Lines changed: 0 additions & 96 deletions
This file was deleted.

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,6 @@
5050
@SuppressWarnings("javadoc")
5151
public final class Policy extends com.google.api.client.json.GenericJson {
5252

53-
/**
54-
* Specifies cloud audit logging configuration for this policy.
55-
* The value may be {@code null}.
56-
*/
57-
@com.google.api.client.util.Key
58-
private java.util.List<AuditConfig> auditConfigs;
59-
60-
static {
61-
// hack to force ProGuard to consider AuditConfig used, since otherwise it would be stripped out
62-
// see https://github.com/google/google-api-java-client/issues/543
63-
com.google.api.client.util.Data.nullOf(AuditConfig.class);
64-
}
65-
6653
/**
6754
* Associates a list of members, or principals, with a role. Optionally, may specify a condition
6855
* that determines how and when the bindings are applied. Each of the bindings must contain at
@@ -115,23 +102,6 @@ public final class Policy extends com.google.api.client.json.GenericJson {
115102
@com.google.api.client.util.Key
116103
private java.lang.Integer version;
117104

118-
/**
119-
* Specifies cloud audit logging configuration for this policy.
120-
* @return value or {@code null} for none
121-
*/
122-
public java.util.List<AuditConfig> getAuditConfigs() {
123-
return auditConfigs;
124-
}
125-
126-
/**
127-
* Specifies cloud audit logging configuration for this policy.
128-
* @param auditConfigs auditConfigs or {@code null} for none
129-
*/
130-
public Policy setAuditConfigs(java.util.List<AuditConfig> auditConfigs) {
131-
this.auditConfigs = auditConfigs;
132-
return this;
133-
}
134-
135105
/**
136106
* Associates a list of members, or principals, with a role. Optionally, may specify a condition
137107
* that determines how and when the bindings are applied. Each of the bindings must contain at

0 commit comments

Comments
 (0)