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

target.apidocs.com.google.api.services.drive.Drive.About.Get.html Maven / Gradle / Ivy







Drive.About.Get (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive

Class Drive.About.Get

    • Constructor Detail

      • Get

        protected Get()
        Gets the information about the current user along with Drive API settings Create a request for the method "about.get". This request holds the parameters needed by the the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        Drive.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        Since:
        1.13
    • Method Detail

      • executeUsingHead

        public com.google.api.client.http.HttpResponse executeUsingHead()
                                                                 throws IOException
        Overrides:
        executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<About>
        Throws:
        IOException
      • buildHttpRequestUsingHead

        public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
                                                                         throws IOException
        Overrides:
        buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<About>
        Throws:
        IOException
      • setKey

        public Drive.About.Get setKey(String key)
        Description copied from class: DriveRequest
        API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
        Overrides:
        setKey in class DriveRequest<About>
      • getIncludeSubscribed

        public Boolean getIncludeSubscribed()
        Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount. [default: true]
      • setIncludeSubscribed

        public Drive.About.Get setIncludeSubscribed(Boolean includeSubscribed)
        Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.
      • isIncludeSubscribed

        public boolean isIncludeSubscribed()
        Convenience method that returns only Boolean.TRUE or Boolean.FALSE.

        Boolean properties can have four possible values: null, Data.NULL_BOOLEAN, Boolean.TRUE or Boolean.FALSE.

        This method returns Boolean.TRUE if the default of the property is Boolean.TRUE and it is null or Data.NULL_BOOLEAN. Boolean.FALSE is returned if the default of the property is Boolean.FALSE and it is null or Data.NULL_BOOLEAN.

        Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount.

      • getMaxChangeIdCount

        public Long getMaxChangeIdCount()
        Maximum number of remaining change IDs to count [default: 1]
      • setMaxChangeIdCount

        public Drive.About.Get setMaxChangeIdCount(Long maxChangeIdCount)
        Maximum number of remaining change IDs to count
      • getStartChangeId

        public Long getStartChangeId()
        Change ID to start counting from when calculating number of remaining change IDs
      • setStartChangeId

        public Drive.About.Get setStartChangeId(Long startChangeId)
        Change ID to start counting from when calculating number of remaining change IDs

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy