Class: Google::Cloud::ApiHub::V1::StyleGuideContents

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/linting_service.rb

Overview

The style guide contents.

Instance Attribute Summary collapse

Instance Attribute Details

#contents::String

Returns Required. The contents of the style guide.

Returns:

  • (::String)

    Required. The contents of the style guide.



77
78
79
80
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 77

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

#mime_type::String

Returns Required. The mime type of the content.

Returns:

  • (::String)

    Required. The mime type of the content.



77
78
79
80
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 77

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