Class: Google::Cloud::ApiHub::V1::LintSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::LintSpecRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/linting_service.rb
Overview
The [LintSpec][ApiHub.LintSpec] method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the spec to be linted.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
.
65 66 67 68 |
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 65 class LintSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |