Google Analytics Admin V1alpha API - Class Google::Analytics::Admin::V1alpha::UpdateDataStreamRequest (v0.11.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha API class Google::Analytics::Admin::V1alpha::UpdateDataStreamRequest.

Request message for UpdateDataStream RPC.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_stream

def data_stream() -> ::Google::Analytics::Admin::V1alpha::DataStream
Returns

#data_stream=

def data_stream=(value) -> ::Google::Analytics::Admin::V1alpha::DataStream
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Required. The list of fields to be updated. 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. 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. Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.