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

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

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






File.LabelInfo (Google Drive API v3-rev20240123-2.0.0)












com.google.api.services.drive.model

Class File.LabelInfo

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


    public static final class File.LabelInfo
    extends com.google.api.client.json.GenericJson
    Output only. An overview of the labels on the file.
    • Constructor Detail

      • LabelInfo

        public LabelInfo()
    • Method Detail

      • getLabels

        public List<Label> getLabels()
        Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
        Returns:
        value or null for none
      • setLabels

        public File.LabelInfo setLabels(List<Label> labels)
        Output only. The set of labels on the file as requested by the label IDs in the `includeLabels` parameter. By default, no labels are returned.
        Parameters:
        labels - labels or null for none
      • set

        public File.LabelInfo set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public File.LabelInfo 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