Class: Google::Developers::DeveloperKnowledge::V1::GetDocumentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/developers/knowledge/v1/developerknowledge.rb

Overview

Request message for DeveloperKnowledge.GetDocument.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Specifies the name of the document to retrieve. Format: documents/{uri_without_scheme} Example: documents/docs.cloud.google.com/storage/docs/creating-buckets.

Returns:

  • (::String)

    Required. Specifies the name of the document to retrieve. Format: documents/{uri_without_scheme} Example: documents/docs.cloud.google.com/storage/docs/creating-buckets



165
166
167
168
# File 'proto_docs/google/developers/knowledge/v1/developerknowledge.rb', line 165

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

#view::Google::Developers::DeveloperKnowledge::V1::DocumentView

Returns Optional. Specifies the DocumentView of the document. If unspecified, DeveloperKnowledge.GetDocument defaults to DOCUMENT_VIEW_CONTENT.

Returns:



165
166
167
168
# File 'proto_docs/google/developers/knowledge/v1/developerknowledge.rb', line 165

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