class Permissions extends Resource (View source)

The "permissions" collection of methods.

Typical usage is:

 $walletobjectsService = new Google\Service\Walletobjects(...);
 $permissions = $walletobjectsService->permissions;

Methods

get(string $resourceId, array $optParams = [])

Returns the permissions for the given issuer id. (permissions.get)

update(string $resourceId, Permissions $postBody, array $optParams = [])

Updates the permissions for the given issuer. (permissions.update)

Details

Permissions get(string $resourceId, array $optParams = [])

Returns the permissions for the given issuer id. (permissions.get)

Parameters

string $resourceId

The unique identifier for an issuer. This ID must be unique across all issuers.

array $optParams

Optional parameters.

Return Value

Permissions

Exceptions

Exception

Permissions update(string $resourceId, Permissions $postBody, array $optParams = [])

Updates the permissions for the given issuer. (permissions.update)

Parameters

string $resourceId

The unique identifier for an issuer. This ID must be unique across all issuers.

Permissions $postBody
array $optParams

Optional parameters.

Return Value

Permissions

Exceptions

Exception