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

target.apidocs.com.google.api.services.meet.v2.model.DocsDestination.html Maven / Gradle / Ivy

There is a newer version: v2-rev20240808-2.0.0
Show newest version






DocsDestination (Google Meet API v2-rev20240716-2.0.0)












com.google.api.services.meet.v2.model

Class DocsDestination

    • Constructor Detail

      • DocsDestination

        public DocsDestination()
    • Method Detail

      • getDocument

        public String getDocument()
        Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the `documents.get` method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.
        Returns:
        value or null for none
      • setDocument

        public DocsDestination setDocument(String document)
        Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the `documents.get` method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.
        Parameters:
        document - document or null for none
      • getExportUri

        public String getExportUri()
        Output only. URI for the Google Docs transcript file. Use `https://docs.google.com/document/d/{$DocumentId}/view` to browse the transcript in the browser.
        Returns:
        value or null for none
      • setExportUri

        public DocsDestination setExportUri(String exportUri)
        Output only. URI for the Google Docs transcript file. Use `https://docs.google.com/document/d/{$DocumentId}/view` to browse the transcript in the browser.
        Parameters:
        exportUri - exportUri or null for none
      • clone

        public DocsDestination 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