Class: Google::Cloud::ApiGateway::V1::UpdateApiConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigateway/v1/apigateway.rb

Overview

Request message for ApiGatewayService.UpdateApiConfig

Instance Attribute Summary collapse

Instance Attribute Details

#api_config::Google::Cloud::ApiGateway::V1::ApiConfig

Returns Required. API Config resource.

Returns:



564
565
566
567
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 564

class UpdateApiConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Field mask is used to specify the fields to be overwritten in the ApiConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Returns:

  • (::Google::Protobuf::FieldMask)

    Field mask is used to specify the fields to be overwritten in the ApiConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.



564
565
566
567
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 564

class UpdateApiConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end