Class: Google::Cloud::ApiHub::V1::StyleGuide
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::StyleGuide
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/linting_service.rb
Overview
Represents a singleton style guide resource to be used for linting Open API specs.
Instance Attribute Summary collapse
-
#contents ⇒ ::Google::Cloud::ApiHub::V1::StyleGuideContents
Required.
-
#linter ⇒ ::Google::Cloud::ApiHub::V1::Linter
Required.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#contents ⇒ ::Google::Cloud::ApiHub::V1::StyleGuideContents
Returns Required. Input only. The contents of the uploaded style guide.
96 97 98 99 |
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 96 class StyleGuide include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#linter ⇒ ::Google::Cloud::ApiHub::V1::Linter
Returns Required. Target linter for the style guide.
96 97 98 99 |
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 96 class StyleGuide include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The name of the style guide.
Format:
projects/{project}/locations/{location}/plugins/{plugin}/styleGuide
.
96 97 98 99 |
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 96 class StyleGuide include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |