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
Copy file name to clipboardExpand all lines: clients/google-api-services-alertcenter/v1beta1/2.0.0/com/google/api/services/alertcenter/v1beta1/AlertCenterScopes.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
*/
24
24
publicclassAlertCenterScopes {
25
25
26
-
/** See and delete your domain's G Suite alerts, and send alert feedback. */
26
+
/** See and delete your domain's Google Workspace alerts, and send alert feedback. */
Copy file name to clipboardExpand all lines: clients/google-api-services-alertcenter/v1beta1/2.0.0/com/google/api/services/alertcenter/v1beta1/model/ResourceInfo.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@ public final class ResourceInfo extends com.google.api.client.json.GenericJson {
59
59
@com.google.api.client.util.Key
60
60
privatejava.lang.StringdocumentId;
61
61
62
+
/**
63
+
* RFC2822 message ID.
64
+
* The value may be {@code null}.
65
+
*/
66
+
@com.google.api.client.util.Key
67
+
privatejava.lang.StringmessageId;
68
+
62
69
/**
63
70
* Title of the resource, for example email subject, or document title.
64
71
* The value may be {@code null}.
@@ -136,6 +143,23 @@ public ResourceInfo setDocumentId(java.lang.String documentId) {
136
143
returnthis;
137
144
}
138
145
146
+
/**
147
+
* RFC2822 message ID.
148
+
* @return value or {@code null} for none
149
+
*/
150
+
publicjava.lang.StringgetMessageId() {
151
+
returnmessageId;
152
+
}
153
+
154
+
/**
155
+
* RFC2822 message ID.
156
+
* @param messageId messageId or {@code null} for none
0 commit comments