Method: regions.list

  • The HTTP request GET https://businesscommunications.googleapis.com/v1/regions is used to list all RCS for Business regions.

  • The response body contains a list of RcsBusinessMessagingRegion objects, each with fields for name, displayName, and managementType.

  • The ManagementType can be GOOGLE_MANAGED, CARRIER_MANAGED, or MANAGEMENT_TYPE_UNSPECIFIED.

Lists all RCS for Business regions.

HTTP request

GET https://businesscommunications.googleapis.com/v1/regions

The URL uses gRPC Transcoding syntax.

Request body

The request body must be empty.

Response body

A list of all RCS for Business regions.

If successful, the response body contains data with the following structure:

JSON representation
{
  "regions": [
    {
      object (RcsBusinessMessagingRegion)
    }
  ]
}
Fields
regions[]

object (RcsBusinessMessagingRegion)

List of all RCS for Business regions.

RcsBusinessMessagingRegion

RCS for Business region information.

JSON representation
{
  "name": string,
  "displayName": string,
  "managementType": enum (ManagementType)
}
Fields
name

string

Required. The identifier for the region.

displayName

string

The display name of the region.

managementType

enum (ManagementType)

The management type of the region.

ManagementType

The management type of the region.

Enums
MANAGEMENT_TYPE_UNSPECIFIED unspecified type.
GOOGLE_MANAGED Google manages the process.
CARRIER_MANAGED Carrier manages the process.