Request message for UpdateIosAppDataStream RPC.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ios_app_data_stream
def ios_app_data_stream() -> ::Google::Analytics::Admin::V1alpha::IosAppDataStream
Returns
-
(::Google::Analytics::Admin::V1alpha::IosAppDataStream) — Required. The iOS app stream to update.
The
name
field is used to identify the iOS app stream to be updated.
#ios_app_data_stream=
def ios_app_data_stream=(value) -> ::Google::Analytics::Admin::V1alpha::IosAppDataStream
Parameter
-
value (::Google::Analytics::Admin::V1alpha::IosAppDataStream) — Required. The iOS app stream to update.
The
name
field is used to identify the iOS app stream to be updated.
Returns
-
(::Google::Analytics::Admin::V1alpha::IosAppDataStream) — Required. The iOS app stream to update.
The
name
field is used to identify the iOS app stream to be updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
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.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::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.
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.