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 ( |
Fields | |
---|---|
regions[] |
List of all RCS Business Messaging regions. |
RcsBusinessMessagingRegion
RCS Business Messaging region information.
JSON representation |
---|
{
"name": string,
"displayName": string,
"managementType": enum ( |
Fields | |
---|---|
name |
Required. The identifier for the region. |
displayName |
The display name of the region. |
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. |