AccountServicesService

Service to support AccountService API.

ApproveAccountService

rpc ApproveAccountService(ApproveAccountServiceRequest) returns (AccountService)

Approve an account service proposal.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

GetAccountService

rpc GetAccountService(GetAccountServiceRequest) returns (AccountService)

Retrieve an account service.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

ListAccountServices

rpc ListAccountServices(ListAccountServicesRequest) returns (ListAccountServicesResponse)

List account services for the specified accounts. Supports filtering.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

ProposeAccountService

rpc ProposeAccountService(ProposeAccountServiceRequest) returns (AccountService)

Propose an account service.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.

RejectAccountService

rpc RejectAccountService(RejectAccountServiceRequest) returns (Empty)

Reject an account service (both proposed and approve services can be rejected).

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/content

For more information, see the OAuth 2.0 Overview.