Class: Google::Cloud::ApiGateway::V1::UpdateGatewayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::UpdateGatewayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.UpdateGateway
Instance Attribute Summary collapse
-
#gateway ⇒ ::Google::Cloud::ApiGateway::V1::Gateway
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask is used to specify the fields to be overwritten in the Gateway resource by the update.
Instance Attribute Details
#gateway ⇒ ::Google::Cloud::ApiGateway::V1::Gateway
369 370 371 372 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 369 class UpdateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
369 370 371 372 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 369 class UpdateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |