Class: Google::Cloud::ApiHub::V1::StyleGuideContents
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::StyleGuideContents
- 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
-
#contents ⇒ ::String
Required.
-
#mime_type ⇒ ::String
Required.
Instance Attribute Details
#contents ⇒ ::String
Returns 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.
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 |