Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_AndroidPublisher_EditsListings_Resource Class Reference

The "listings" collection of methods. More...

Inheritance diagram for Google_Service_AndroidPublisher_EditsListings_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($packageName, $editId, $language, $optParams=array())
 Deletes the specified localized store listing from an edit.
 
 deleteall ($packageName, $editId, $optParams=array())
 Deletes all localized listings from an edit.
 
 get ($packageName, $editId, $language, $optParams=array())
 Fetches information about a localized store listing.
 
 listEditsListings ($packageName, $editId, $optParams=array())
 Returns all of the localized store listings attached to this edit.
 
 patch ($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams=array())
 Creates or updates a localized store listing.
 
 update ($packageName, $editId, $language, Google_Service_AndroidPublisher_Listing $postBody, $optParams=array())
 Creates or updates a localized store listing.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "listings" collection of methods.

Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $listings = $androidpublisherService->listings;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ delete()

Google_Service_AndroidPublisher_EditsListings_Resource::delete ( $packageName,
$editId,
$language,
$optParams = array() )

Deletes the specified localized store listing from an edit.

(listings.delete)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
string$languageThe language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
array$optParamsOptional parameters.

◆ deleteall()

Google_Service_AndroidPublisher_EditsListings_Resource::deleteall ( $packageName,
$editId,
$optParams = array() )

Deletes all localized listings from an edit.

(listings.deleteall)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
array$optParamsOptional parameters.

◆ get()

Google_Service_AndroidPublisher_EditsListings_Resource::get ( $packageName,
$editId,
$language,
$optParams = array() )

Fetches information about a localized store listing.

(listings.get)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
string$languageThe language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_Listing

◆ listEditsListings()

Google_Service_AndroidPublisher_EditsListings_Resource::listEditsListings ( $packageName,
$editId,
$optParams = array() )

Returns all of the localized store listings attached to this edit.

(listings.listEditsListings)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_ListingsListResponse

◆ patch()

Google_Service_AndroidPublisher_EditsListings_Resource::patch ( $packageName,
$editId,
$language,
Google_Service_AndroidPublisher_Listing $postBody,
$optParams = array() )

Creates or updates a localized store listing.

This method supports patch semantics. (listings.patch)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
string$languageThe language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
Google_Listing$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_Listing

◆ update()

Google_Service_AndroidPublisher_EditsListings_Resource::update ( $packageName,
$editId,
$language,
Google_Service_AndroidPublisher_Listing $postBody,
$optParams = array() )

Creates or updates a localized store listing.

(listings.update)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
string$languageThe language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".
Google_Listing$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_Listing

The documentation for this class was generated from the following file: