Reference documentation and code samples for the Google Analytics Admin V1alpha Client class GetAndroidAppDataStreamRequest.
Request message for GetAndroidAppDataStream RPC.
Generated from protobuf message google.analytics.admin.v1alpha.GetAndroidAppDataStreamRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ name | 
        
          string
          Required. The name of the android app data stream to lookup. Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456"  | 
      
getName
Required. The name of the android app data stream to lookup.
Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456"
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setName
Required. The name of the android app data stream to lookup.
Format: properties/{property_id}/androidAppDataStreams/{stream_id} Example: "properties/123/androidAppDataStreams/456"
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |