Class: Google::Analytics::Admin::V1alpha::UpdateSubpropertySyncConfigRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateSubpropertySyncConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateSubpropertySyncConfig RPC.
Instance Attribute Summary collapse
-
#subproperty_sync_config ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertySyncConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#subproperty_sync_config ⇒ ::Google::Analytics::Admin::V1alpha::SubpropertySyncConfig
Returns Required. The SubpropertySyncConfig
to update.
2941 2942 2943 2944 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2941 class UpdateSubpropertySyncConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update. Field names must be in snake case (for example, “field_to_update”). Omitted fields will not be updated. To replace the entire entity, use one path with the string “*” to match all fields.
2941 2942 2943 2944 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 2941 class UpdateSubpropertySyncConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |