You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: clients/google-api-services-alertcenter/v1beta1/1.31.0/com/google/api/services/alertcenter/v1beta1/model/GoogleOperations.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,14 @@ public final class GoogleOperations extends com.google.api.client.json.GenericJs
52
52
@com.google.api.client.util.Key
53
53
privatejava.lang.Stringdescription;
54
54
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
+
privatejava.lang.Stringheader;
62
+
55
63
/**
56
64
* A one-line incident description.
57
65
* The value may be {@code null}.
@@ -112,6 +120,25 @@ public GoogleOperations setDescription(java.lang.String description) {
112
120
returnthis;
113
121
}
114
122
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
+
publicjava.lang.StringgetHeader() {
129
+
returnheader;
130
+
}
131
+
132
+
/**
133
+
* A header to display above the incident message. Typcially used to attach a localized notice on
0 commit comments