Skip to content

Commit 4eb41fb

Browse files
Regenerate alertcenter client (googleapis#6918)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-26 03:37:14,848 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-alertcenter nothing to commit, working tree clean 2021-01-26 03:37:15,279 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-01-26 03:37:15,683 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-01-26 03:37:15,686 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-01-26 03:37:17,393 synthtool [INFO] > Generating alertcenter v1beta1. INFO:synthtool:Generating alertcenter v1beta1. 2021-01-26 03:37:17,393 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Empty: OrderedDict([(u'description', u'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.'), (u'properties', OrderedDict()), (u'type', u'object'), (u'id', u'Empty')]) Writing json metadata to clients/google-api-services-alertcenter/v1beta1.metadata.json 2021-01-26 03:37:18,255 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-alertcenter/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-alertcenter/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/1a42608d-cd17-42ae-9390-c3421c65638c/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 6bf8784 commit 4eb41fb

File tree

6 files changed

+1104
-1073
lines changed

6 files changed

+1104
-1073
lines changed

clients/google-api-services-alertcenter/v1beta1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-alertcenter",
5-
"version": "v1beta1-rev20201231-1.31.0"
5+
"version": "v1beta1-rev20210123-1.31.0"
66
}
77
}

clients/google-api-services-alertcenter/v1beta1/1.31.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-alertcenter</artifactId>
25-
<version>v1beta1-rev20201231-1.31.0</version>
25+
<version>v1beta1-rev20210123-1.31.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-alertcenter:v1beta1-rev20201231-1.31.0'
38+
compile 'com.google.apis:google-api-services-alertcenter:v1beta1-rev20210123-1.31.0'
3939
}
4040
```
4141

clients/google-api-services-alertcenter/v1beta1/1.31.0/com/google/api/services/alertcenter/v1beta1/model/GoogleOperations.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ public final class GoogleOperations extends com.google.api.client.json.GenericJs
5252
@com.google.api.client.util.Key
5353
private java.lang.String description;
5454

55+
/**
56+
* A header to display above the incident message. Typcially used to attach a localized notice on
57+
* the timeline for followup comms translations.
58+
* The value may be {@code null}.
59+
*/
60+
@com.google.api.client.util.Key
61+
private java.lang.String header;
62+
5563
/**
5664
* A one-line incident description.
5765
* The value may be {@code null}.
@@ -112,6 +120,25 @@ public GoogleOperations setDescription(java.lang.String description) {
112120
return this;
113121
}
114122

123+
/**
124+
* A header to display above the incident message. Typcially used to attach a localized notice on
125+
* the timeline for followup comms translations.
126+
* @return value or {@code null} for none
127+
*/
128+
public java.lang.String getHeader() {
129+
return header;
130+
}
131+
132+
/**
133+
* A header to display above the incident message. Typcially used to attach a localized notice on
134+
* the timeline for followup comms translations.
135+
* @param header header or {@code null} for none
136+
*/
137+
public GoogleOperations setHeader(java.lang.String header) {
138+
this.header = header;
139+
return this;
140+
}
141+
115142
/**
116143
* A one-line incident description.
117144
* @return value or {@code null} for none

clients/google-api-services-alertcenter/v1beta1/1.31.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-alertcenter</artifactId>
11-
<version>v1beta1-rev20201231-1.31.0</version>
12-
<name>Google Workspace Alert Center API v1beta1-rev20201231-1.31.0</name>
11+
<version>v1beta1-rev20210123-1.31.0</version>
12+
<name>Google Workspace Alert Center API v1beta1-rev20210123-1.31.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)