Für die
Google Business Performance API gibt es eine
NEUE API-Methode, mit der sich mehrere „DailyMetrics“-Objekte in einer einzelnen Anfrage abrufen lassen.
Sehen Sie sich den
Zeitplan für die Einstellung und die Anleitung für die Migration von der reportInsights API-Methode Version 4 zur Google Business Profile Performance API an.
HealthProviderAttributes
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die mit diesem Standort verknüpften Attribute des Gesundheitsdienstleisters.
JSON-Darstellung |
{
"name": string,
"insuranceNetworks": [
{
object (InsuranceNetwork )
}
]
} |
Felder |
name |
string
Erforderlich. Google-ID für diesen Standort im Format accounts/{accountId}/locations/{locationId}/healthProviderAttributes
|
insuranceNetworks[] |
object (InsuranceNetwork )
Optional. Eine Liste der von diesem Standort abgedeckten Versicherungsnetzwerke.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eHealth provider attributes represent location-linked data, including provider name and accepted insurance networks.\u003c/p\u003e\n"],["\u003cp\u003eThe data is structured in JSON format with fields like \u003ccode\u003ename\u003c/code\u003e (location identifier) and \u003ccode\u003einsuranceNetworks\u003c/code\u003e (accepted insurance plans).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003einsuranceNetworks\u003c/code\u003e is an optional field containing a list of InsuranceNetwork objects detailing accepted plans.\u003c/p\u003e\n"]]],["The JSON represents health provider attributes associated with a location. It includes a required `name` string, which is a Google identifier formatted as `accounts/{accountId}/locations/{locationId}/healthProviderAttributes`. Additionally, an optional list of `insuranceNetworks` is provided, which represents the insurance networks accepted at the location. Each network within this array is an object referenced by the `InsuranceNetwork` schema.\n"],null,["# HealthProviderAttributes\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe Health provider attributes linked with this location.\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"name\": string, \"insuranceNetworks\": [ { object (/my-business/reference/rest/v4/InsuranceNetwork) } ] } ``` |\n\n| Fields ||\n|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Google identifier for this location in the form: `accounts/{accountId}/locations/{locationId}/healthProviderAttributes` |\n| `insuranceNetworks[]` | `object (`[InsuranceNetwork](/my-business/reference/rest/v4/InsuranceNetwork)`)` Optional. A list of insurance networks accpected by this location. |"]]