Class: Google::Cloud::ApiGateway::V1::UpdateApiRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::UpdateApiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.UpdateApi
Instance Attribute Summary collapse
-
#api ⇒ ::Google::Cloud::ApiGateway::V1::Api
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask is used to specify the fields to be overwritten in the Api resource by the update.
Instance Attribute Details
#api ⇒ ::Google::Cloud::ApiGateway::V1::Api
459 460 461 462 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 459 class UpdateApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
459 460 461 462 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 459 class UpdateApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |