Class: Google::Cloud::ApiHub::V1::UpdateStyleGuideRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::UpdateStyleGuideRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/linting_service.rb
Overview
The [UpdateStyleGuide][ApiHub.UpdateStyleGuide] method's request.
Instance Attribute Summary collapse
-
#style_guide ⇒ ::Google::Cloud::ApiHub::V1::StyleGuide
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#style_guide ⇒ ::Google::Cloud::ApiHub::V1::StyleGuide
Returns Required. The Style guide resource to update.
42 43 44 45 |
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 42 class UpdateStyleGuideRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
42 43 44 45 |
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 42 class UpdateStyleGuideRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |