Class: Google::Cloud::ApiHub::V1::StyleGuide

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

Represents a singleton style guide resource to be used for linting Open API specs.

Instance Attribute Summary collapse

Instance Attribute Details

#contents::Google::Cloud::ApiHub::V1::StyleGuideContents

Returns Required. Input only. The contents of the uploaded style guide.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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