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-cloudsupport/v2/2.0.0/com/google/api/services/cloudsupport/v2/CloudSupport.java
+56-38Lines changed: 56 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -1587,36 +1587,48 @@ public Search setPageToken(java.lang.String pageToken) {
1587
1587
1588
1588
/**
1589
1589
* An expression used to filter cases. Expressions use the following fields separated by `AND`
1590
-
* and specified with `=`: - `organization`: An organization name in the form
1591
-
* `organizations/`. - `project`: A project name in the form `projects/`. - `state`: Can be
1592
-
* `OPEN` or `CLOSED`. - `priority`: Can be `P0`, `P1`, `P2`, `P3`, or `P4`. You can specify
1593
-
* multiple values for priority using the `OR` operator. For example, `priority=P1 OR
1594
-
* priority=P2`. - `creator.email`: The email address of the case creator. You must specify
1595
-
* either `organization` or `project`. To search across `displayName`, `description`, and
1596
-
* comments, use a global restriction with no keyword or operator. For example, `"my search"`.
1597
-
* To search only cases updated after a certain date, use `update_time` restricted with that
1598
-
* particular date, time, and timezone in ISO datetime format. For example,
1590
+
* and specified with `=`: - `state`: Can be `OPEN` or `CLOSED`. - `priority`: Can be `P0`,
1591
+
* `P1`, `P2`, `P3`, or `P4`. You can specify multiple values for priority using the `OR`
1592
+
* operator. For example, `priority=P1 OR priority=P2`. - `creator.email`: The email address
1593
+
* of the case creator. To search across `displayName`, `description`, and comments, use a
1594
+
* global restriction with no keyword or operator. For example, `"my search"`. To search only
1595
+
* cases updated after a certain date, use `update_time` restricted with that particular date,
1596
+
* time, and timezone in ISO datetime format. For example,
1599
1597
* `update_time>"2020-01-01T00:00:00-05:00"`. `update_time` only supports the greater than
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudsupport/v2/2.0.0/com/google/api/services/cloudsupport/v2/model/ContentTypeInfo.java
+76Lines changed: 76 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ public final class ContentTypeInfo extends com.google.api.client.json.GenericJso
51
51
@com.google.api.client.util.Key
52
52
privatejava.lang.StringfromFileName;
53
53
54
+
/**
55
+
* # gdata.* are outside protos with mising documentation
56
+
* The value may be {@code null}.
57
+
*/
58
+
@com.google.api.client.util.Key
59
+
privatejava.lang.StringfromFusionId;
60
+
54
61
/**
55
62
* # gdata.* are outside protos with mising documentation
56
63
* The value may be {@code null}.
@@ -65,6 +72,13 @@ public final class ContentTypeInfo extends com.google.api.client.json.GenericJso
65
72
@com.google.api.client.util.Key
66
73
privatejava.lang.StringfromUrlPath;
67
74
75
+
/**
76
+
* # gdata.* are outside protos with mising documentation
77
+
* The value may be {@code null}.
78
+
*/
79
+
@com.google.api.client.util.Key
80
+
privatejava.lang.StringfusionIdDetectionMetadata;
81
+
68
82
/**
69
83
* # gdata.* are outside protos with mising documentation
70
84
* @return value or {@code null} for none
@@ -116,6 +130,23 @@ public ContentTypeInfo setFromFileName(java.lang.String fromFileName) {
116
130
returnthis;
117
131
}
118
132
133
+
/**
134
+
* # gdata.* are outside protos with mising documentation
135
+
* @return value or {@code null} for none
136
+
*/
137
+
publicjava.lang.StringgetFromFusionId() {
138
+
returnfromFusionId;
139
+
}
140
+
141
+
/**
142
+
* # gdata.* are outside protos with mising documentation
143
+
* @param fromFusionId fromFusionId or {@code null} for none
0 commit comments