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][ApiHub.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:



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.

Returns:



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