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-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/QueryTemplate.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ public final class QueryTemplate extends com.google.api.client.json.GenericJson
79
79
privatejava.lang.StringprimaryContact;
80
80
81
81
/**
82
-
* Optional. Will be deprecated. Email or URL of the primary point of contact of the
83
-
* QueryTemplate. Max Length: 1000 bytes.
82
+
* Optional. Deprecated: Use `primary_contact` instead. Email or URL of the primary point of
83
+
* contact of the QueryTemplate. Max Length: 1000 bytes.
84
84
* The value may be {@code null}.
85
85
*/
86
86
@com.google.api.client.util.Key
@@ -222,17 +222,17 @@ public QueryTemplate setPrimaryContact(java.lang.String primaryContact) {
222
222
}
223
223
224
224
/**
225
-
* Optional. Will be deprecated. Email or URL of the primary point of contact of the
226
-
* QueryTemplate. Max Length: 1000 bytes.
225
+
* Optional. Deprecated: Use `primary_contact` instead. Email or URL of the primary point of
226
+
* contact of the QueryTemplate. Max Length: 1000 bytes.
227
227
* @return value or {@code null} for none
228
228
*/
229
229
publicjava.lang.StringgetProposer() {
230
230
returnproposer;
231
231
}
232
232
233
233
/**
234
-
* Optional. Will be deprecated. Email or URL of the primary point of contact of the
235
-
* QueryTemplate. Max Length: 1000 bytes.
234
+
* Optional. Deprecated: Use `primary_contact` instead. Email or URL of the primary point of
235
+
* contact of the QueryTemplate. Max Length: 1000 bytes.
236
236
* @param proposer proposer or {@code null} for none
0 commit comments