Method: regions.list

Lists all RCS Business Messaging 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 Business Messaging 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 Business Messaging regions.

RcsBusinessMessagingRegion

RCS Business Messaging 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.