Class: Google::Cloud::ApiHub::V1::UpdateAttributeRequest

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::Google::Cloud::ApiHub::V1::Attribute)

    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.

Returns:



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