Modifier and Type | Class and Description |
---|---|
static class |
File.ContentHints.Thumbnail
A thumbnail for the file.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ContentHints() |
Modifier and Type | Method and Description |
---|---|
File.ContentHints |
clone() |
String |
getIndexableText()
Text to be indexed for the file to improve fullText queries.
|
File.ContentHints.Thumbnail |
getThumbnail()
A thumbnail for the file.
|
File.ContentHints |
set(String fieldName,
Object value) |
File.ContentHints |
setIndexableText(String indexableText)
Text to be indexed for the file to improve fullText queries.
|
File.ContentHints |
setThumbnail(File.ContentHints.Thumbnail thumbnail)
A thumbnail for the file.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getIndexableText()
null
for nonepublic File.ContentHints setIndexableText(String indexableText)
indexableText
- indexableText or null
for nonepublic File.ContentHints.Thumbnail getThumbnail()
null
for nonepublic File.ContentHints setThumbnail(File.ContentHints.Thumbnail thumbnail)
thumbnail
- thumbnail or null
for nonepublic File.ContentHints set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public File.ContentHints clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.