Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
InsuranceNetwork
Stay organized with collections
Save and categorize content based on your preferences.
A single insurance network. Next id: 5
JSON representation |
{
"networkId": string,
"networkNames": {
string: string,
...
},
"payerNames": {
string: string,
...
},
"state": enum (NetworkState )
} |
Fields |
networkId |
string
Required. The id of this insurance network generated by Google.
|
networkNames |
map (key: string, value: string)
Output only. A map of network display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
payerNames |
map (key: string, value: string)
Output only. A map of payer display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
state |
enum (NetworkState )
Output only. The state of this insurance network.
|
NetworkState
The state of an insurance network regarding this location.
Enums |
NETWORK_STATE_UNSPECIFIED |
Default value. |
ACCEPTED |
This network is accepted by this location. |
PENDING_ADD |
There is a pending request to add this network to the accepted list. |
PENDING_DELETE |
There is a pending request to remove this network from the accepted list. |
NOT_ACCEPTED |
This network is not accepted by this location. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eInsurance networks have a unique ID, display names in various languages, and a current state.\u003c/p\u003e\n"],["\u003cp\u003eThe network state indicates whether a location accepts, is pending to accept/remove, or does not accept the network.\u003c/p\u003e\n"],["\u003cp\u003eYou can access network and payer display names in different languages, with English as the default.\u003c/p\u003e\n"],["\u003cp\u003eGoogle generates a unique \u003ccode\u003enetworkId\u003c/code\u003e for each insurance network.\u003c/p\u003e\n"]]],[],null,["# InsuranceNetwork\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [NetworkState](#NetworkState)\n\nA single insurance network. Next id: 5\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"networkId\": string, \"networkNames\": { string: string, ... }, \"payerNames\": { string: string, ... }, \"state\": enum (/my-business/reference/rest/v4/InsuranceNetwork#NetworkState) } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `networkId` | `string` Required. The id of this insurance network generated by Google. |\n| `networkNames` | `map (key: string, value: string)` Output only. A map of network display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `payerNames` | `map (key: string, value: string)` Output only. A map of payer display names in requested languages where the language is the key and localized display name is the value. The display name in English is set by default. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `state` | `enum (`[NetworkState](/my-business/reference/rest/v4/InsuranceNetwork#NetworkState)`)` Output only. The state of this insurance network. |\n\nNetworkState\n------------\n\nThe state of an insurance network regarding this location.\n\n| Enums ||\n|-----------------------------|---------------------------------------------------------------------------|\n| `NETWORK_STATE_UNSPECIFIED` | Default value. |\n| `ACCEPTED` | This network is accepted by this location. |\n| `PENDING_ADD` | There is a pending request to add this network to the accepted list. |\n| `PENDING_DELETE` | There is a pending request to remove this network from the accepted list. |\n| `NOT_ACCEPTED` | This network is not accepted by this location. |"]]