Class: Google::Cloud::ApiHub::V1::GetStyleGuideContentsRequest

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 [GetStyleGuideContents][ApiHub.GetStyleGuideContents] method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the StyleGuide whose contents need to be retrieved. There is exactly one style guide resource per project per location. The expected format is projects/{project}/locations/{location}/plugins/{plugin}/styleGuide.

Returns:

  • (::String)

    Required. The name of the StyleGuide whose contents need to be retrieved. There is exactly one style guide resource per project per location. The expected format is projects/{project}/locations/{location}/plugins/{plugin}/styleGuide.



54
55
56
57
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 54

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