Class: Google::Analytics::Admin::V1alpha::UpdateFirebaseLinkRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::UpdateFirebaseLinkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for UpdateFirebaseLink RPC
Instance Attribute Summary collapse
-
#firebase_link ⇒ ::Google::Analytics::Admin::V1alpha::FirebaseLink
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#firebase_link ⇒ ::Google::Analytics::Admin::V1alpha::FirebaseLink
Returns Required. The Firebase link to update.
723 724 725 726 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 723 class UpdateFirebaseLinkRequest 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.
723 724 725 726 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 723 class UpdateFirebaseLinkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |