Class: Google::Apps::Meet::V2::DocsDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/resource.rb

Overview

Google Docs location where the transcript file is saved.

Instance Attribute Summary collapse

Instance Attribute Details

#document::String (readonly)

Returns 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:



333
334
335
336
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 333

class DocsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#export_uri::String (readonly)

Returns 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:

  • (::String)

    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.



333
334
335
336
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 333

class DocsDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end