proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb in google-analytics-admin-v1alpha-0.5.0 vs proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb in google-analytics-admin-v1alpha-0.6.0

- old
+ new

@@ -84,13 +84,13 @@ # @return [::Google::Analytics::Admin::V1alpha::Account] # Required. The account to update. # The account's `name` field is used to identify the account. # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdateAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -184,13 +184,13 @@ # Required. The property to update. # The property's `name` field is used to identify the property to be # updated. # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdatePropertyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -458,13 +458,13 @@ # @return [::Google::Analytics::Admin::V1alpha::WebDataStream] # Required. The web stream to update. # The `name` field is used to identify the web stream to be updated. # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdateWebDataStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -543,13 +543,13 @@ # @return [::Google::Analytics::Admin::V1alpha::IosAppDataStream] # Required. The iOS app stream to update. # The `name` field is used to identify the iOS app stream to be updated. # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdateIosAppDataStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -628,13 +628,13 @@ # @return [::Google::Analytics::Admin::V1alpha::AndroidAppDataStream] # Required. The android app stream to update. # The `name` field is used to identify the android app stream to be updated. # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdateAndroidAppDataStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -705,13 +705,13 @@ # @return [::Google::Analytics::Admin::V1alpha::EnhancedMeasurementSettings] # Required. The settings to update. # The `name` field is used to identify the settings to be updated. # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdateEnhancedMeasurementSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -732,13 +732,13 @@ # @!attribute [rw] firebase_link # @return [::Google::Analytics::Admin::V1alpha::FirebaseLink] # Required. The Firebase link to update. # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdateFirebaseLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end @@ -817,12 +817,12 @@ # @!attribute [rw] google_ads_link # @return [::Google::Analytics::Admin::V1alpha::GoogleAdsLink] # The GoogleAdsLink to update # @!attribute [rw] update_mask # @return [::Google::Protobuf::FieldMask] - # Required. The list of fields to be updated. Omitted fields will not be updated. - # To replace the entire entity, use one path with the string "*" to match - # all fields. + # Required. The list of fields to be updated. Field names must be in snake case + # (e.g., "field_to_update"). Omitted fields will not be updated. To replace + # the entire entity, use one path with the string "*" to match all fields. class UpdateGoogleAdsLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end