Class: Google::Cloud::ApiHub::V1::UpdateSpecRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::UpdateSpecRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The UpdateSpec method's request.
Instance Attribute Summary collapse
-
#spec ⇒ ::Google::Cloud::ApiHub::V1::Spec
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#spec ⇒ ::Google::Cloud::ApiHub::V1::Spec
Returns Required. The spec to update.
The spec's name
field is used to identify the spec to
update. Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
.
413 414 415 416 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 413 class UpdateSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
413 414 415 416 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 413 class UpdateSpecRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |