Class: Google::Analytics::Admin::V1alpha::UpdateIosAppDataStreamRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for UpdateIosAppDataStream RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#ios_app_data_stream::Google::Analytics::Admin::V1alpha::IosAppDataStream

Returns Required. The iOS app stream to update. The name field is used to identify the iOS app stream to be updated.

Returns:



551
552
553
554
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 551

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

#update_mask::Google::Protobuf::FieldMask

Returns 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.

Returns:

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

    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.



551
552
553
554
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 551

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