Class: Google::Analytics::Admin::V1alpha::UpdateAccountRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#account::Google::Analytics::Admin::V1alpha::Account

Returns Required. The account to update. The account's name field is used to identify the account.

Returns:



90
91
92
93
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 90

class UpdateAccountRequest
  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:



90
91
92
93
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 90

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