Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::UpdateStyleGuideRequest.
The [UpdateStyleGuide][ApiHub.UpdateStyleGuide] method's request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#style_guide
def style_guide() -> ::Google::Cloud::ApiHub::V1::StyleGuide
Returns
- (::Google::Cloud::ApiHub::V1::StyleGuide) — Required. The Style guide resource to update.
#style_guide=
def style_guide=(value) -> ::Google::Cloud::ApiHub::V1::StyleGuide
Parameter
- value (::Google::Cloud::ApiHub::V1::StyleGuide) — Required. The Style guide resource to update.
Returns
- (::Google::Cloud::ApiHub::V1::StyleGuide) — Required. The Style guide resource to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.