Class: Google::Cloud::ApiHub::V1::UpdateAttributeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::UpdateAttributeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The UpdateAttribute method's request.
Instance Attribute Summary collapse
-
#attribute ⇒ ::Google::Cloud::ApiHub::V1::Attribute
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#attribute ⇒ ::Google::Cloud::ApiHub::V1::Attribute
Returns Required. The attribute to update.
The attribute's name
field is used to identify the attribute to update.
Format:
projects/{project}/locations/{location}/attributes/{attribute}
.
852 853 854 855 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 852 class UpdateAttributeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
852 853 854 855 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 852 class UpdateAttributeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |