3030public final class RichLinkProperties extends com .google .api .client .json .GenericJson {
3131
3232 /**
33- * Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
34- * RichLink, if there's one (for example, when it's a file in Drive).
33+ * The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if
34+ * there's one (for example, when it's a file in Drive).
3535 * The value may be {@code null}.
3636 */
3737 @ com .google .api .client .util .Key
3838 private java .lang .String mimeType ;
3939
4040 /**
41- * Output only. The title of the RichLink as displayed in the link. This title matches the title
42- * of the linked resource at the time of the insertion or last update of the link. This field is
43- * always present.
41+ * The title of the RichLink as displayed in the link. This title matches the title of the linked
42+ * resource at the time of the insertion or last update of the link. This field is always present.
4443 * The value may be {@code null}.
4544 */
4645 @ com .google .api .client .util .Key
4746 private java .lang .String title ;
4847
4948 /**
50- * Output only. The URI to the RichLink. This is always present.
49+ * The URI to the RichLink. This is always present.
5150 * The value may be {@code null}.
5251 */
5352 @ com .google .api .client .util .Key
5453 private java .lang .String uri ;
5554
5655 /**
57- * Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
58- * RichLink, if there's one (for example, when it's a file in Drive).
56+ * The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if
57+ * there's one (for example, when it's a file in Drive).
5958 * @return value or {@code null} for none
6059 */
6160 public java .lang .String getMimeType () {
6261 return mimeType ;
6362 }
6463
6564 /**
66- * Output only. The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the
67- * RichLink, if there's one (for example, when it's a file in Drive).
65+ * The [MIME type](https://developers.google.com/drive/api/v3/mime-types) of the RichLink, if
66+ * there's one (for example, when it's a file in Drive).
6867 * @param mimeType mimeType or {@code null} for none
6968 */
7069 public RichLinkProperties setMimeType (java .lang .String mimeType ) {
@@ -73,19 +72,17 @@ public RichLinkProperties setMimeType(java.lang.String mimeType) {
7372 }
7473
7574 /**
76- * Output only. The title of the RichLink as displayed in the link. This title matches the title
77- * of the linked resource at the time of the insertion or last update of the link. This field is
78- * always present.
75+ * The title of the RichLink as displayed in the link. This title matches the title of the linked
76+ * resource at the time of the insertion or last update of the link. This field is always present.
7977 * @return value or {@code null} for none
8078 */
8179 public java .lang .String getTitle () {
8280 return title ;
8381 }
8482
8583 /**
86- * Output only. The title of the RichLink as displayed in the link. This title matches the title
87- * of the linked resource at the time of the insertion or last update of the link. This field is
88- * always present.
84+ * The title of the RichLink as displayed in the link. This title matches the title of the linked
85+ * resource at the time of the insertion or last update of the link. This field is always present.
8986 * @param title title or {@code null} for none
9087 */
9188 public RichLinkProperties setTitle (java .lang .String title ) {
@@ -94,15 +91,15 @@ public RichLinkProperties setTitle(java.lang.String title) {
9491 }
9592
9693 /**
97- * Output only. The URI to the RichLink. This is always present.
94+ * The URI to the RichLink. This is always present.
9895 * @return value or {@code null} for none
9996 */
10097 public java .lang .String getUri () {
10198 return uri ;
10299 }
103100
104101 /**
105- * Output only. The URI to the RichLink. This is always present.
102+ * The URI to the RichLink. This is always present.
106103 * @param uri uri or {@code null} for none
107104 */
108105 public RichLinkProperties setUri (java .lang .String uri ) {
0 commit comments