Class: Google::Analytics::Admin::V1alpha::UpdateAndroidAppDataStreamRequest

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 UpdateAndroidAppDataStream RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#android_app_data_stream::Google::Analytics::Admin::V1alpha::AndroidAppDataStream

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

Returns:



623
624
625
626
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 623

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

#update_mask::Google::Protobuf::FieldMask

Returns The list of fields to be updated. Omitted fields will not be updated.

Returns:



623
624
625
626
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 623

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