Class: Google::Ads::AdManager::V1::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::UpdateApplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/application_service.rb
Overview
Request object for UpdateApplication method.
Instance Attribute Summary collapse
-
#application ⇒ ::Google::Ads::AdManager::V1::Application
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#application ⇒ ::Google::Ads::AdManager::V1::Application
Returns Required. The Application to update.
The Application's name is used to identify the Application to update.
156 157 158 159 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 156 class UpdateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
156 157 158 159 |
# File 'proto_docs/google/ads/admanager/v1/application_service.rb', line 156 class UpdateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |