Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ListFirebaseLinksResponse.
Response message for ListFirebaseLinks RPC
Generated from protobuf message google.analytics.admin.v1alpha.ListFirebaseLinksResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ firebase_links |
array<Google\Analytics\Admin\V1alpha\FirebaseLink>
List of FirebaseLinks. This will have at most one value. |
↳ next_page_token |
string
A token, which can be sent as |
getFirebaseLinks
List of FirebaseLinks. This will have at most one value.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFirebaseLinks
List of FirebaseLinks. This will have at most one value.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Admin\V1alpha\FirebaseLink>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one FirebaseLink per property, so this will never be populated.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one FirebaseLink per property, so this will never be populated.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |