Class: Google::Cloud::ApiHub::V1::UpdateStyleGuideRequest

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 UpdateStyleGuide method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#style_guide::Google::Cloud::ApiHub::V1::StyleGuide

Returns Required. The Style guide resource to update.

Returns:



45
46
47
48
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 45

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.

Returns:



45
46
47
48
# File 'proto_docs/google/cloud/apihub/v1/linting_service.rb', line 45

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