Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class FetchDatabasePropertiesResponse.
Response for FetchDatabasePropertiesRequest.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.FetchDatabasePropertiesResponse
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ primary_gce_zone
string
The Compute Engine zone that the instance is currently serving from.
↳ secondary_gce_zone
string
The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.
↳ is_failover_replica_available
bool
The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only fail over to the failover replica when the status is true.
getPrimaryGceZone
The Compute Engine zone that the instance is currently serving from.
Returns
Type
Description
string
setPrimaryGceZone
The Compute Engine zone that the instance is currently serving from.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getSecondaryGceZone
The Compute Engine zone that the failover instance is currently serving
from for a regional Cloud SQL instance.
Returns
Type
Description
string
setSecondaryGceZone
The Compute Engine zone that the failover instance is currently serving
from for a regional Cloud SQL instance.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getIsFailoverReplicaAvailable
The availability status of the failover replica. A false status indicates
that the failover replica is out of sync. The primary instance can only
fail over to the failover replica when the status is true.
Returns
Type
Description
bool
setIsFailoverReplicaAvailable
The availability status of the failover replica. A false status indicates
that the failover replica is out of sync. The primary instance can only
fail over to the failover replica when the status is true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Orchestration Airflow V1 Client - Class FetchDatabasePropertiesResponse (2.1.8)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.8 (latest)](/php/docs/reference/cloud-orchestration-airflow/latest/V1.FetchDatabasePropertiesResponse)\n- [2.1.7](/php/docs/reference/cloud-orchestration-airflow/2.1.7/V1.FetchDatabasePropertiesResponse)\n- [2.0.1](/php/docs/reference/cloud-orchestration-airflow/2.0.1/V1.FetchDatabasePropertiesResponse)\n- [1.6.4](/php/docs/reference/cloud-orchestration-airflow/1.6.4/V1.FetchDatabasePropertiesResponse)\n- [1.5.0](/php/docs/reference/cloud-orchestration-airflow/1.5.0/V1.FetchDatabasePropertiesResponse)\n- [1.4.2](/php/docs/reference/cloud-orchestration-airflow/1.4.2/V1.FetchDatabasePropertiesResponse)\n- [1.3.0](/php/docs/reference/cloud-orchestration-airflow/1.3.0/V1.FetchDatabasePropertiesResponse)\n- [1.2.0](/php/docs/reference/cloud-orchestration-airflow/1.2.0/V1.FetchDatabasePropertiesResponse)\n- [1.1.0](/php/docs/reference/cloud-orchestration-airflow/1.1.0/V1.FetchDatabasePropertiesResponse)\n- [1.0.4](/php/docs/reference/cloud-orchestration-airflow/1.0.4/V1.FetchDatabasePropertiesResponse) \nReference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class FetchDatabasePropertiesResponse.\n\nResponse for FetchDatabasePropertiesRequest.\n\nGenerated from protobuf message `google.cloud.orchestration.airflow.service.v1.FetchDatabasePropertiesResponse`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Orchestration \\\\ Airflow \\\\ Service \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getPrimaryGceZone\n\nThe Compute Engine zone that the instance is currently serving from.\n\n### setPrimaryGceZone\n\nThe Compute Engine zone that the instance is currently serving from.\n\n### getSecondaryGceZone\n\nThe Compute Engine zone that the failover instance is currently serving\nfrom for a regional Cloud SQL instance.\n\n### setSecondaryGceZone\n\nThe Compute Engine zone that the failover instance is currently serving\nfrom for a regional Cloud SQL instance.\n\n### getIsFailoverReplicaAvailable\n\nThe availability status of the failover replica. A false status indicates\nthat the failover replica is out of sync. The primary instance can only\nfail over to the failover replica when the status is true.\n\n### setIsFailoverReplicaAvailable\n\nThe availability status of the failover replica. A false status indicates\nthat the failover replica is out of sync. The primary instance can only\nfail over to the failover replica when the status is true."]]