PropertiesIosAppDataStreams
class PropertiesIosAppDataStreams extends Resource (View source)
The "iosAppDataStreams" collection of methods.
Typical usage is:
$analyticsadminService = new Google\Service\GoogleAnalyticsAdmin(...);
$iosAppDataStreams = $analyticsadminService->iosAppDataStreams;
Methods
Deletes an iOS app stream on a property. (iosAppDataStreams.delete)
Lookup for a single IosAppDataStream (iosAppDataStreams.get)
Returns child iOS app data streams under the specified parent property. iOS app data streams will be excluded if the caller does not have access. Returns an empty list if no relevant iOS app data streams are found.
Updates an iOS app stream on a property. (iosAppDataStreams.patch)
Details
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes an iOS app stream on a property. (iosAppDataStreams.delete)
GoogleAnalyticsAdminV1alphaIosAppDataStream
get(string $name, array $optParams = [])
Lookup for a single IosAppDataStream (iosAppDataStreams.get)
GoogleAnalyticsAdminV1alphaListIosAppDataStreamsResponse
listPropertiesIosAppDataStreams(string $parent, array $optParams = [])
Returns child iOS app data streams under the specified parent property. iOS app data streams will be excluded if the caller does not have access. Returns an empty list if no relevant iOS app data streams are found.
(iosAppDataStreams.listPropertiesIosAppDataStreams)
GoogleAnalyticsAdminV1alphaIosAppDataStream
patch(string $name, GoogleAnalyticsAdminV1alphaIosAppDataStream $postBody, array $optParams = [])
Updates an iOS app stream on a property. (iosAppDataStreams.patch)