All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.drive.model.File.ContentHints.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241027-2.0.0
Show newest version






File.ContentHints (Google Drive API v3-rev20240914-2.0.0)












com.google.api.services.drive.model

Class File.ContentHints

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    File


    public static final class File.ContentHints
    extends com.google.api.client.json.GenericJson
    Additional information about the content of the file. These fields are never populated in responses.
    • Constructor Detail

      • ContentHints

        public ContentHints()
    • Method Detail

      • getIndexableText

        public String getIndexableText()
        Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
        Returns:
        value or null for none
      • setIndexableText

        public File.ContentHints setIndexableText(String indexableText)
        Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
        Parameters:
        indexableText - indexableText or null for none
      • getThumbnail

        public File.ContentHints.Thumbnail getThumbnail()
        A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.
        Returns:
        value or null for none
      • setThumbnail

        public File.ContentHints setThumbnail(File.ContentHints.Thumbnail thumbnail)
        A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.
        Parameters:
        thumbnail - thumbnail or null for none
      • clone

        public File.ContentHints clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy