Class: Google::Cloud::ApiHub::V1::UpdateApiRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::UpdateApiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The UpdateApi method's request.
Instance Attribute Summary collapse
-
#api ⇒ ::Google::Cloud::ApiHub::V1::Api
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#api ⇒ ::Google::Cloud::ApiHub::V1::Api
Returns Required. The API resource to update.
The API resource's name
field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.
69 70 71 72 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 69 class UpdateApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The list of fields to update.
69 70 71 72 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 69 class UpdateApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |