Google Business Performance API, tek bir API isteğinde birden fazla "GünlükMetrik" getirmeye olanak tanıyan
YENİ bir API yöntemine sahiptir.
Kullanımdan kaldırma planını ve v4 reportInsights API yönteminden Google Business Profile Performance API'ye geçiş talimatlarını inceleyin.
InsuranceNetwork
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Tek bir sigorta ağı. Sonraki kimlik: 5
JSON gösterimi |
{
"networkId": string,
"networkNames": {
string: string,
...
},
"payerNames": {
string: string,
...
},
"state": enum (NetworkState )
} |
Alanlar |
networkId |
string
Zorunlu. Bu sigorta ağının Google tarafından oluşturulan kimliği.
|
networkNames |
map (key: string, value: string)
Yalnızca çıkış. Dilin anahtar, yerelleştirilmiş görünen adın ise değer olduğu, istenen dillerdeki ağ görünen adlarının haritası. İngilizce görünen ad varsayılan olarak ayarlanmıştır. "key": value çiftlerinin listesini içeren bir nesne. Örnek: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
payerNames |
map (key: string, value: string)
Yalnızca çıkış. Dilin anahtar, yerelleştirilmiş görünen adın ise değer olduğu, istenen dillerdeki ödeyen görünen adlarının haritası. İngilizce görünen ad varsayılan olarak ayarlanmıştır. "key": value çiftlerinin listesini içeren bir nesne. Örnek: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
state |
enum (NetworkState )
Yalnızca çıkış. Bu sigorta ağının eyaleti.
|
NetworkState
Bir sigorta ağının bu konumla ilgili eyaleti.
Sıralamalar |
NETWORK_STATE_UNSPECIFIED |
Varsayılan değer. |
ACCEPTED |
Bu ağ, bu konum tarafından kabul ediliyor. |
PENDING_ADD |
Bu ağı kabul edilenler listesine eklemek için bekleyen bir istek var. |
PENDING_DELETE |
Bu ağı kabul edilenler listesinden kaldırmak için bekleyen bir istek var. |
NOT_ACCEPTED |
Bu ağ, bu konum tarafından kabul edilmiyor. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 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. |"]]