Class: Google::Analytics::Admin::V1alpha::UpdateWebDataStreamRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

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

Returns:



458
459
460
461
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 458

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

#web_data_stream::Google::Analytics::Admin::V1alpha::WebDataStream

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

Returns:



458
459
460
461
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 458

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