diff --git a/OrchestrationAirflow/src/V1/CheckUpgradeResponse.php b/OrchestrationAirflow/src/V1/CheckUpgradeResponse.php index 03179b955b4a..e1fe2dc71e8a 100644 --- a/OrchestrationAirflow/src/V1/CheckUpgradeResponse.php +++ b/OrchestrationAirflow/src/V1/CheckUpgradeResponse.php @@ -29,8 +29,8 @@ class CheckUpgradeResponse extends \Google\Protobuf\Internal\Message */ private $contains_pypi_modules_conflict = 0; /** - * Output only. Extract from a docker image build log containing information about pypi - * modules conflicts. + * Output only. Extract from a docker image build log containing information + * about pypi modules conflicts. * * Generated from protobuf field string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -60,8 +60,8 @@ class CheckUpgradeResponse extends \Google\Protobuf\Internal\Message * @type int $contains_pypi_modules_conflict * Output only. Whether build has succeeded or failed on modules conflicts. * @type string $pypi_conflict_build_log_extract - * Output only. Extract from a docker image build log containing information about pypi - * modules conflicts. + * Output only. Extract from a docker image build log containing information + * about pypi modules conflicts. * @type string $image_version * Composer image for which the build was happening. * @type array|\Google\Protobuf\Internal\MapField $pypi_dependencies @@ -127,8 +127,8 @@ public function setContainsPypiModulesConflict($var) } /** - * Output only. Extract from a docker image build log containing information about pypi - * modules conflicts. + * Output only. Extract from a docker image build log containing information + * about pypi modules conflicts. * * Generated from protobuf field string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string @@ -139,8 +139,8 @@ public function getPypiConflictBuildLogExtract() } /** - * Output only. Extract from a docker image build log containing information about pypi - * modules conflicts. + * Output only. Extract from a docker image build log containing information + * about pypi modules conflicts. * * Generated from protobuf field string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var diff --git a/OrchestrationAirflow/src/V1/EncryptionConfig.php b/OrchestrationAirflow/src/V1/EncryptionConfig.php index 8a9012a7e670..f8d32c239a5b 100644 --- a/OrchestrationAirflow/src/V1/EncryptionConfig.php +++ b/OrchestrationAirflow/src/V1/EncryptionConfig.php @@ -18,9 +18,9 @@ class EncryptionConfig extends \Google\Protobuf\Internal\Message { /** - * Optional. Customer-managed Encryption Key available through Google's Key Management - * Service. Cannot be updated. - * If not specified, Google-managed key will be used. + * Optional. Customer-managed Encryption Key available through Google's Key + * Management Service. Cannot be updated. If not specified, Google-managed key + * will be used. * * Generated from protobuf field string kms_key_name = 1 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -33,9 +33,9 @@ class EncryptionConfig extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $kms_key_name - * Optional. Customer-managed Encryption Key available through Google's Key Management - * Service. Cannot be updated. - * If not specified, Google-managed key will be used. + * Optional. Customer-managed Encryption Key available through Google's Key + * Management Service. Cannot be updated. If not specified, Google-managed key + * will be used. * } */ public function __construct($data = NULL) { @@ -44,9 +44,9 @@ public function __construct($data = NULL) { } /** - * Optional. Customer-managed Encryption Key available through Google's Key Management - * Service. Cannot be updated. - * If not specified, Google-managed key will be used. + * Optional. Customer-managed Encryption Key available through Google's Key + * Management Service. Cannot be updated. If not specified, Google-managed key + * will be used. * * Generated from protobuf field string kms_key_name = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return string @@ -57,9 +57,9 @@ public function getKmsKeyName() } /** - * Optional. Customer-managed Encryption Key available through Google's Key Management - * Service. Cannot be updated. - * If not specified, Google-managed key will be used. + * Optional. Customer-managed Encryption Key available through Google's Key + * Management Service. Cannot be updated. If not specified, Google-managed key + * will be used. * * Generated from protobuf field string kms_key_name = 1 [(.google.api.field_behavior) = OPTIONAL]; * @param string $var diff --git a/OrchestrationAirflow/src/V1/Environment.php b/OrchestrationAirflow/src/V1/Environment.php index b0bef3600608..0fd56abcba96 100644 --- a/OrchestrationAirflow/src/V1/Environment.php +++ b/OrchestrationAirflow/src/V1/Environment.php @@ -31,8 +31,8 @@ class Environment extends \Google\Protobuf\Internal\Message */ private $config = null; /** - * Output only. The UUID (Universally Unique IDentifier) associated with this environment. - * This value is generated when the environment is created. + * Output only. The UUID (Universally Unique IDentifier) associated with this + * environment. This value is generated when the environment is created. * * Generated from protobuf field string uuid = 3; */ @@ -82,8 +82,8 @@ class Environment extends \Google\Protobuf\Internal\Message * @type \Google\Cloud\Orchestration\Airflow\Service\V1\EnvironmentConfig $config * Configuration parameters for this environment. * @type string $uuid - * Output only. The UUID (Universally Unique IDentifier) associated with this environment. - * This value is generated when the environment is created. + * Output only. The UUID (Universally Unique IDentifier) associated with this + * environment. This value is generated when the environment is created. * @type int $state * The current state of the environment. * @type \Google\Protobuf\Timestamp $create_time @@ -174,8 +174,8 @@ public function setConfig($var) } /** - * Output only. The UUID (Universally Unique IDentifier) associated with this environment. - * This value is generated when the environment is created. + * Output only. The UUID (Universally Unique IDentifier) associated with this + * environment. This value is generated when the environment is created. * * Generated from protobuf field string uuid = 3; * @return string @@ -186,8 +186,8 @@ public function getUuid() } /** - * Output only. The UUID (Universally Unique IDentifier) associated with this environment. - * This value is generated when the environment is created. + * Output only. The UUID (Universally Unique IDentifier) associated with this + * environment. This value is generated when the environment is created. * * Generated from protobuf field string uuid = 3; * @param string $var diff --git a/OrchestrationAirflow/src/V1/EnvironmentConfig.php b/OrchestrationAirflow/src/V1/EnvironmentConfig.php index 6b433aa239d5..c65cffca3e8d 100644 --- a/OrchestrationAirflow/src/V1/EnvironmentConfig.php +++ b/OrchestrationAirflow/src/V1/EnvironmentConfig.php @@ -22,10 +22,11 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $gke_cluster = ''; /** - * Output only. The Cloud Storage prefix of the DAGs for this environment. Although Cloud - * Storage objects reside in a flat namespace, a hierarchical file tree - * can be simulated using "/"-delimited object name prefixes. DAG objects for - * this environment reside in a simulated directory with the given prefix. + * Output only. The Cloud Storage prefix of the DAGs for this environment. + * Although Cloud Storage objects reside in a flat namespace, a hierarchical + * file tree can be simulated using "/"-delimited object name prefixes. DAG + * objects for this environment reside in a simulated directory with the given + * prefix. * * Generated from protobuf field string dag_gcs_prefix = 2; */ @@ -58,21 +59,23 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $private_environment_config = null; /** - * Optional. The network-level access control policy for the Airflow web server. If - * unspecified, no network-level access restrictions will be applied. + * Optional. The network-level access control policy for the Airflow web + * server. If unspecified, no network-level access restrictions will be + * applied. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.WebServerNetworkAccessControl web_server_network_access_control = 8 [(.google.api.field_behavior) = OPTIONAL]; */ private $web_server_network_access_control = null; /** - * Optional. The configuration settings for Cloud SQL instance used internally by Apache - * Airflow software. + * Optional. The configuration settings for Cloud SQL instance used internally + * by Apache Airflow software. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.DatabaseConfig database_config = 9 [(.google.api.field_behavior) = OPTIONAL]; */ private $database_config = null; /** - * Optional. The configuration settings for the Airflow web server App Engine instance. + * Optional. The configuration settings for the Airflow web server App Engine + * instance. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.WebServerConfig web_server_config = 10 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -85,9 +88,9 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $encryption_config = null; /** - * Optional. The maintenance window is the period when Cloud Composer components may - * undergo maintenance. It is defined so that maintenance is not executed - * during peak hours or critical time periods. + * Optional. The maintenance window is the period when Cloud Composer + * components may undergo maintenance. It is defined so that maintenance is + * not executed during peak hours or critical time periods. * The system will not be under maintenance for every occurrence of this * window, but when maintenance is planned, it will be scheduled * during the window. @@ -101,9 +104,9 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $maintenance_window = null; /** - * Optional. The workloads configuration settings for the GKE cluster associated with - * the Cloud Composer environment. The GKE cluster runs Airflow scheduler, web - * server and workers workloads. + * Optional. The workloads configuration settings for the GKE cluster + * associated with the Cloud Composer environment. The GKE cluster runs + * Airflow scheduler, web server and workers workloads. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @@ -119,16 +122,16 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $environment_size = 0; /** - * Output only. The URI of the Apache Airflow Web UI hosted within this environment (see - * [Airflow web + * Output only. The URI of the Apache Airflow Web UI hosted within this + * environment (see [Airflow web * interface](https://cloud.google.com/composer/docs/how-to/accessing/airflow-web-interface)). * * Generated from protobuf field string airflow_uri = 6; */ private $airflow_uri = ''; /** - * Optional. The configuration options for GKE cluster master authorized networks. - * By default master authorized networks feature is: + * Optional. The configuration options for GKE cluster master authorized + * networks. By default master authorized networks feature is: * - in case of private environment: enabled with no external networks * allowlisted. * - in case of public environment: disabled. @@ -154,10 +157,11 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message * @type string $gke_cluster * Output only. The Kubernetes Engine cluster used to run this environment. * @type string $dag_gcs_prefix - * Output only. The Cloud Storage prefix of the DAGs for this environment. Although Cloud - * Storage objects reside in a flat namespace, a hierarchical file tree - * can be simulated using "/"-delimited object name prefixes. DAG objects for - * this environment reside in a simulated directory with the given prefix. + * Output only. The Cloud Storage prefix of the DAGs for this environment. + * Although Cloud Storage objects reside in a flat namespace, a hierarchical + * file tree can be simulated using "/"-delimited object name prefixes. DAG + * objects for this environment reside in a simulated directory with the given + * prefix. * @type int $node_count * The number of nodes in the Kubernetes Engine cluster that will be * used to run this environment. @@ -170,20 +174,22 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message * @type \Google\Cloud\Orchestration\Airflow\Service\V1\PrivateEnvironmentConfig $private_environment_config * The configuration used for the Private IP Cloud Composer environment. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\WebServerNetworkAccessControl $web_server_network_access_control - * Optional. The network-level access control policy for the Airflow web server. If - * unspecified, no network-level access restrictions will be applied. + * Optional. The network-level access control policy for the Airflow web + * server. If unspecified, no network-level access restrictions will be + * applied. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\DatabaseConfig $database_config - * Optional. The configuration settings for Cloud SQL instance used internally by Apache - * Airflow software. + * Optional. The configuration settings for Cloud SQL instance used internally + * by Apache Airflow software. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\WebServerConfig $web_server_config - * Optional. The configuration settings for the Airflow web server App Engine instance. + * Optional. The configuration settings for the Airflow web server App Engine + * instance. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\EncryptionConfig $encryption_config * Optional. The encryption options for the Cloud Composer environment * and its dependencies. Cannot be updated. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\MaintenanceWindow $maintenance_window - * Optional. The maintenance window is the period when Cloud Composer components may - * undergo maintenance. It is defined so that maintenance is not executed - * during peak hours or critical time periods. + * Optional. The maintenance window is the period when Cloud Composer + * components may undergo maintenance. It is defined so that maintenance is + * not executed during peak hours or critical time periods. * The system will not be under maintenance for every occurrence of this * window, but when maintenance is planned, it will be scheduled * during the window. @@ -193,9 +199,9 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message * If this value is omitted, the default value for maintenance window will be * applied. The default value is Saturday and Sunday 00-06 GMT. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\WorkloadsConfig $workloads_config - * Optional. The workloads configuration settings for the GKE cluster associated with - * the Cloud Composer environment. The GKE cluster runs Airflow scheduler, web - * server and workers workloads. + * Optional. The workloads configuration settings for the GKE cluster + * associated with the Cloud Composer environment. The GKE cluster runs + * Airflow scheduler, web server and workers workloads. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @type int $environment_size @@ -203,12 +209,12 @@ class EnvironmentConfig extends \Google\Protobuf\Internal\Message * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @type string $airflow_uri - * Output only. The URI of the Apache Airflow Web UI hosted within this environment (see - * [Airflow web + * Output only. The URI of the Apache Airflow Web UI hosted within this + * environment (see [Airflow web * interface](https://cloud.google.com/composer/docs/how-to/accessing/airflow-web-interface)). * @type \Google\Cloud\Orchestration\Airflow\Service\V1\MasterAuthorizedNetworksConfig $master_authorized_networks_config - * Optional. The configuration options for GKE cluster master authorized networks. - * By default master authorized networks feature is: + * Optional. The configuration options for GKE cluster master authorized + * networks. By default master authorized networks feature is: * - in case of private environment: enabled with no external networks * allowlisted. * - in case of public environment: disabled. @@ -250,10 +256,11 @@ public function setGkeCluster($var) } /** - * Output only. The Cloud Storage prefix of the DAGs for this environment. Although Cloud - * Storage objects reside in a flat namespace, a hierarchical file tree - * can be simulated using "/"-delimited object name prefixes. DAG objects for - * this environment reside in a simulated directory with the given prefix. + * Output only. The Cloud Storage prefix of the DAGs for this environment. + * Although Cloud Storage objects reside in a flat namespace, a hierarchical + * file tree can be simulated using "/"-delimited object name prefixes. DAG + * objects for this environment reside in a simulated directory with the given + * prefix. * * Generated from protobuf field string dag_gcs_prefix = 2; * @return string @@ -264,10 +271,11 @@ public function getDagGcsPrefix() } /** - * Output only. The Cloud Storage prefix of the DAGs for this environment. Although Cloud - * Storage objects reside in a flat namespace, a hierarchical file tree - * can be simulated using "/"-delimited object name prefixes. DAG objects for - * this environment reside in a simulated directory with the given prefix. + * Output only. The Cloud Storage prefix of the DAGs for this environment. + * Although Cloud Storage objects reside in a flat namespace, a hierarchical + * file tree can be simulated using "/"-delimited object name prefixes. DAG + * objects for this environment reside in a simulated directory with the given + * prefix. * * Generated from protobuf field string dag_gcs_prefix = 2; * @param string $var @@ -422,8 +430,9 @@ public function setPrivateEnvironmentConfig($var) } /** - * Optional. The network-level access control policy for the Airflow web server. If - * unspecified, no network-level access restrictions will be applied. + * Optional. The network-level access control policy for the Airflow web + * server. If unspecified, no network-level access restrictions will be + * applied. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.WebServerNetworkAccessControl web_server_network_access_control = 8 [(.google.api.field_behavior) = OPTIONAL]; * @return \Google\Cloud\Orchestration\Airflow\Service\V1\WebServerNetworkAccessControl|null @@ -444,8 +453,9 @@ public function clearWebServerNetworkAccessControl() } /** - * Optional. The network-level access control policy for the Airflow web server. If - * unspecified, no network-level access restrictions will be applied. + * Optional. The network-level access control policy for the Airflow web + * server. If unspecified, no network-level access restrictions will be + * applied. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.WebServerNetworkAccessControl web_server_network_access_control = 8 [(.google.api.field_behavior) = OPTIONAL]; * @param \Google\Cloud\Orchestration\Airflow\Service\V1\WebServerNetworkAccessControl $var @@ -460,8 +470,8 @@ public function setWebServerNetworkAccessControl($var) } /** - * Optional. The configuration settings for Cloud SQL instance used internally by Apache - * Airflow software. + * Optional. The configuration settings for Cloud SQL instance used internally + * by Apache Airflow software. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.DatabaseConfig database_config = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return \Google\Cloud\Orchestration\Airflow\Service\V1\DatabaseConfig|null @@ -482,8 +492,8 @@ public function clearDatabaseConfig() } /** - * Optional. The configuration settings for Cloud SQL instance used internally by Apache - * Airflow software. + * Optional. The configuration settings for Cloud SQL instance used internally + * by Apache Airflow software. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.DatabaseConfig database_config = 9 [(.google.api.field_behavior) = OPTIONAL]; * @param \Google\Cloud\Orchestration\Airflow\Service\V1\DatabaseConfig $var @@ -498,7 +508,8 @@ public function setDatabaseConfig($var) } /** - * Optional. The configuration settings for the Airflow web server App Engine instance. + * Optional. The configuration settings for the Airflow web server App Engine + * instance. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.WebServerConfig web_server_config = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return \Google\Cloud\Orchestration\Airflow\Service\V1\WebServerConfig|null @@ -519,7 +530,8 @@ public function clearWebServerConfig() } /** - * Optional. The configuration settings for the Airflow web server App Engine instance. + * Optional. The configuration settings for the Airflow web server App Engine + * instance. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.WebServerConfig web_server_config = 10 [(.google.api.field_behavior) = OPTIONAL]; * @param \Google\Cloud\Orchestration\Airflow\Service\V1\WebServerConfig $var @@ -572,9 +584,9 @@ public function setEncryptionConfig($var) } /** - * Optional. The maintenance window is the period when Cloud Composer components may - * undergo maintenance. It is defined so that maintenance is not executed - * during peak hours or critical time periods. + * Optional. The maintenance window is the period when Cloud Composer + * components may undergo maintenance. It is defined so that maintenance is + * not executed during peak hours or critical time periods. * The system will not be under maintenance for every occurrence of this * window, but when maintenance is planned, it will be scheduled * during the window. @@ -603,9 +615,9 @@ public function clearMaintenanceWindow() } /** - * Optional. The maintenance window is the period when Cloud Composer components may - * undergo maintenance. It is defined so that maintenance is not executed - * during peak hours or critical time periods. + * Optional. The maintenance window is the period when Cloud Composer + * components may undergo maintenance. It is defined so that maintenance is + * not executed during peak hours or critical time periods. * The system will not be under maintenance for every occurrence of this * window, but when maintenance is planned, it will be scheduled * during the window. @@ -628,9 +640,9 @@ public function setMaintenanceWindow($var) } /** - * Optional. The workloads configuration settings for the GKE cluster associated with - * the Cloud Composer environment. The GKE cluster runs Airflow scheduler, web - * server and workers workloads. + * Optional. The workloads configuration settings for the GKE cluster + * associated with the Cloud Composer environment. The GKE cluster runs + * Airflow scheduler, web server and workers workloads. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @@ -653,9 +665,9 @@ public function clearWorkloadsConfig() } /** - * Optional. The workloads configuration settings for the GKE cluster associated with - * the Cloud Composer environment. The GKE cluster runs Airflow scheduler, web - * server and workers workloads. + * Optional. The workloads configuration settings for the GKE cluster + * associated with the Cloud Composer environment. The GKE cluster runs + * Airflow scheduler, web server and workers workloads. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @@ -702,8 +714,8 @@ public function setEnvironmentSize($var) } /** - * Output only. The URI of the Apache Airflow Web UI hosted within this environment (see - * [Airflow web + * Output only. The URI of the Apache Airflow Web UI hosted within this + * environment (see [Airflow web * interface](https://cloud.google.com/composer/docs/how-to/accessing/airflow-web-interface)). * * Generated from protobuf field string airflow_uri = 6; @@ -715,8 +727,8 @@ public function getAirflowUri() } /** - * Output only. The URI of the Apache Airflow Web UI hosted within this environment (see - * [Airflow web + * Output only. The URI of the Apache Airflow Web UI hosted within this + * environment (see [Airflow web * interface](https://cloud.google.com/composer/docs/how-to/accessing/airflow-web-interface)). * * Generated from protobuf field string airflow_uri = 6; @@ -732,8 +744,8 @@ public function setAirflowUri($var) } /** - * Optional. The configuration options for GKE cluster master authorized networks. - * By default master authorized networks feature is: + * Optional. The configuration options for GKE cluster master authorized + * networks. By default master authorized networks feature is: * - in case of private environment: enabled with no external networks * allowlisted. * - in case of public environment: disabled. @@ -757,8 +769,8 @@ public function clearMasterAuthorizedNetworksConfig() } /** - * Optional. The configuration options for GKE cluster master authorized networks. - * By default master authorized networks feature is: + * Optional. The configuration options for GKE cluster master authorized + * networks. By default master authorized networks feature is: * - in case of private environment: enabled with no external networks * allowlisted. * - in case of public environment: disabled. diff --git a/OrchestrationAirflow/src/V1/MaintenanceWindow.php b/OrchestrationAirflow/src/V1/MaintenanceWindow.php index 8a373d103b01..99b41d5109df 100644 --- a/OrchestrationAirflow/src/V1/MaintenanceWindow.php +++ b/OrchestrationAirflow/src/V1/MaintenanceWindow.php @@ -32,10 +32,9 @@ class MaintenanceWindow extends \Google\Protobuf\Internal\Message */ private $start_time = null; /** - * Required. Maintenance window end time. It is used only to calculate the duration of - * the maintenance window. - * The value for end-time must be in the future, relative to - * `start_time`. + * Required. Maintenance window end time. It is used only to calculate the + * duration of the maintenance window. The value for end-time must be in the + * future, relative to `start_time`. * * Generated from protobuf field .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED]; */ @@ -59,10 +58,9 @@ class MaintenanceWindow extends \Google\Protobuf\Internal\Message * @type \Google\Protobuf\Timestamp $start_time * Required. Start time of the first recurrence of the maintenance window. * @type \Google\Protobuf\Timestamp $end_time - * Required. Maintenance window end time. It is used only to calculate the duration of - * the maintenance window. - * The value for end-time must be in the future, relative to - * `start_time`. + * Required. Maintenance window end time. It is used only to calculate the + * duration of the maintenance window. The value for end-time must be in the + * future, relative to `start_time`. * @type string $recurrence * Required. Maintenance window recurrence. Format is a subset of * [RFC-5545](https://tools.ietf.org/html/rfc5545) `RRULE`. The only allowed @@ -112,10 +110,9 @@ public function setStartTime($var) } /** - * Required. Maintenance window end time. It is used only to calculate the duration of - * the maintenance window. - * The value for end-time must be in the future, relative to - * `start_time`. + * Required. Maintenance window end time. It is used only to calculate the + * duration of the maintenance window. The value for end-time must be in the + * future, relative to `start_time`. * * Generated from protobuf field .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED]; * @return \Google\Protobuf\Timestamp|null @@ -136,10 +133,9 @@ public function clearEndTime() } /** - * Required. Maintenance window end time. It is used only to calculate the duration of - * the maintenance window. - * The value for end-time must be in the future, relative to - * `start_time`. + * Required. Maintenance window end time. It is used only to calculate the + * duration of the maintenance window. The value for end-time must be in the + * future, relative to `start_time`. * * Generated from protobuf field .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED]; * @param \Google\Protobuf\Timestamp $var diff --git a/OrchestrationAirflow/src/V1/NetworkingConfig.php b/OrchestrationAirflow/src/V1/NetworkingConfig.php index 0a64142d813b..37e72aef7e91 100644 --- a/OrchestrationAirflow/src/V1/NetworkingConfig.php +++ b/OrchestrationAirflow/src/V1/NetworkingConfig.php @@ -17,9 +17,9 @@ class NetworkingConfig extends \Google\Protobuf\Internal\Message { /** - * Optional. Indicates the user requested specifc connection type between Tenant and - * Customer projects. - * You cannot set networking connection type in public IP environment. + * Optional. Indicates the user requested specifc connection type between + * Tenant and Customer projects. You cannot set networking connection type in + * public IP environment. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.NetworkingConfig.ConnectionType connection_type = 1 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -32,9 +32,9 @@ class NetworkingConfig extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type int $connection_type - * Optional. Indicates the user requested specifc connection type between Tenant and - * Customer projects. - * You cannot set networking connection type in public IP environment. + * Optional. Indicates the user requested specifc connection type between + * Tenant and Customer projects. You cannot set networking connection type in + * public IP environment. * } */ public function __construct($data = NULL) { @@ -43,9 +43,9 @@ public function __construct($data = NULL) { } /** - * Optional. Indicates the user requested specifc connection type between Tenant and - * Customer projects. - * You cannot set networking connection type in public IP environment. + * Optional. Indicates the user requested specifc connection type between + * Tenant and Customer projects. You cannot set networking connection type in + * public IP environment. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.NetworkingConfig.ConnectionType connection_type = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return int @@ -56,9 +56,9 @@ public function getConnectionType() } /** - * Optional. Indicates the user requested specifc connection type between Tenant and - * Customer projects. - * You cannot set networking connection type in public IP environment. + * Optional. Indicates the user requested specifc connection type between + * Tenant and Customer projects. You cannot set networking connection type in + * public IP environment. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.NetworkingConfig.ConnectionType connection_type = 1 [(.google.api.field_behavior) = OPTIONAL]; * @param int $var diff --git a/OrchestrationAirflow/src/V1/NodeConfig.php b/OrchestrationAirflow/src/V1/NodeConfig.php index 9e7296117fb3..99e33ff4fec8 100644 --- a/OrchestrationAirflow/src/V1/NodeConfig.php +++ b/OrchestrationAirflow/src/V1/NodeConfig.php @@ -128,7 +128,8 @@ class NodeConfig extends \Google\Protobuf\Internal\Message */ private $tags; /** - * Optional. The configuration for controlling how IPs are allocated in the GKE cluster. + * Optional. The configuration for controlling how IPs are allocated in the + * GKE cluster. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.IPAllocationPolicy ip_allocation_policy = 9 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -230,7 +231,8 @@ class NodeConfig extends \Google\Protobuf\Internal\Message * This field is supported for Cloud Composer environments in versions * composer-1.*.*-airflow-*.*.*. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\IPAllocationPolicy $ip_allocation_policy - * Optional. The configuration for controlling how IPs are allocated in the GKE cluster. + * Optional. The configuration for controlling how IPs are allocated in the + * GKE cluster. * @type bool $enable_ip_masq_agent * Optional. Deploys 'ip-masq-agent' daemon set in the GKE cluster and defines * nonMasqueradeCIDRs equals to pod IP range so IP masquerading is used for @@ -579,7 +581,8 @@ public function setTags($var) } /** - * Optional. The configuration for controlling how IPs are allocated in the GKE cluster. + * Optional. The configuration for controlling how IPs are allocated in the + * GKE cluster. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.IPAllocationPolicy ip_allocation_policy = 9 [(.google.api.field_behavior) = OPTIONAL]; * @return \Google\Cloud\Orchestration\Airflow\Service\V1\IPAllocationPolicy|null @@ -600,7 +603,8 @@ public function clearIpAllocationPolicy() } /** - * Optional. The configuration for controlling how IPs are allocated in the GKE cluster. + * Optional. The configuration for controlling how IPs are allocated in the + * GKE cluster. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.IPAllocationPolicy ip_allocation_policy = 9 [(.google.api.field_behavior) = OPTIONAL]; * @param \Google\Cloud\Orchestration\Airflow\Service\V1\IPAllocationPolicy $var diff --git a/OrchestrationAirflow/src/V1/OperationMetadata.php b/OrchestrationAirflow/src/V1/OperationMetadata.php index fa15d7a431a1..6d5e43aee5b1 100644 --- a/OrchestrationAirflow/src/V1/OperationMetadata.php +++ b/OrchestrationAirflow/src/V1/OperationMetadata.php @@ -47,8 +47,8 @@ class OperationMetadata extends \Google\Protobuf\Internal\Message */ private $create_time = null; /** - * Output only. The time when the operation terminated, regardless of its success. - * This field is unset if the operation is still ongoing. + * Output only. The time when the operation terminated, regardless of its + * success. This field is unset if the operation is still ongoing. * * Generated from protobuf field .google.protobuf.Timestamp end_time = 6; */ @@ -72,8 +72,8 @@ class OperationMetadata extends \Google\Protobuf\Internal\Message * @type \Google\Protobuf\Timestamp $create_time * Output only. The time the operation was submitted to the server. * @type \Google\Protobuf\Timestamp $end_time - * Output only. The time when the operation terminated, regardless of its success. - * This field is unset if the operation is still ongoing. + * Output only. The time when the operation terminated, regardless of its + * success. This field is unset if the operation is still ongoing. * } */ public function __construct($data = NULL) { @@ -224,8 +224,8 @@ public function setCreateTime($var) } /** - * Output only. The time when the operation terminated, regardless of its success. - * This field is unset if the operation is still ongoing. + * Output only. The time when the operation terminated, regardless of its + * success. This field is unset if the operation is still ongoing. * * Generated from protobuf field .google.protobuf.Timestamp end_time = 6; * @return \Google\Protobuf\Timestamp|null @@ -246,8 +246,8 @@ public function clearEndTime() } /** - * Output only. The time when the operation terminated, regardless of its success. - * This field is unset if the operation is still ongoing. + * Output only. The time when the operation terminated, regardless of its + * success. This field is unset if the operation is still ongoing. * * Generated from protobuf field .google.protobuf.Timestamp end_time = 6; * @param \Google\Protobuf\Timestamp $var diff --git a/OrchestrationAirflow/src/V1/PrivateClusterConfig.php b/OrchestrationAirflow/src/V1/PrivateClusterConfig.php index 3a0f04b9e636..985c2daf47d0 100644 --- a/OrchestrationAirflow/src/V1/PrivateClusterConfig.php +++ b/OrchestrationAirflow/src/V1/PrivateClusterConfig.php @@ -24,18 +24,18 @@ class PrivateClusterConfig extends \Google\Protobuf\Internal\Message */ private $enable_private_endpoint = false; /** - * Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If - * left blank, the default value of '172.16.0.0/23' is used. + * Optional. The CIDR block from which IPv4 range for GKE master will be + * reserved. If left blank, the default value of '172.16.0.0/23' is used. * * Generated from protobuf field string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL]; */ private $master_ipv4_cidr_block = ''; /** - * Output only. The IP range in CIDR notation to use for the hosted master network. This - * range is used for assigning internal IP addresses to the GKE cluster - * master or set of masters and to the internal load balancer virtual IP. - * This range must not overlap with any other ranges in use - * within the cluster's network. + * Output only. The IP range in CIDR notation to use for the hosted master + * network. This range is used for assigning internal IP addresses to the GKE + * cluster master or set of masters and to the internal load balancer virtual + * IP. This range must not overlap with any other ranges in use within the + * cluster's network. * * Generated from protobuf field string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -51,14 +51,14 @@ class PrivateClusterConfig extends \Google\Protobuf\Internal\Message * Optional. If `true`, access to the public endpoint of the GKE cluster is * denied. * @type string $master_ipv4_cidr_block - * Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If - * left blank, the default value of '172.16.0.0/23' is used. + * Optional. The CIDR block from which IPv4 range for GKE master will be + * reserved. If left blank, the default value of '172.16.0.0/23' is used. * @type string $master_ipv4_reserved_range - * Output only. The IP range in CIDR notation to use for the hosted master network. This - * range is used for assigning internal IP addresses to the GKE cluster - * master or set of masters and to the internal load balancer virtual IP. - * This range must not overlap with any other ranges in use - * within the cluster's network. + * Output only. The IP range in CIDR notation to use for the hosted master + * network. This range is used for assigning internal IP addresses to the GKE + * cluster master or set of masters and to the internal load balancer virtual + * IP. This range must not overlap with any other ranges in use within the + * cluster's network. * } */ public function __construct($data = NULL) { @@ -95,8 +95,8 @@ public function setEnablePrivateEndpoint($var) } /** - * Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If - * left blank, the default value of '172.16.0.0/23' is used. + * Optional. The CIDR block from which IPv4 range for GKE master will be + * reserved. If left blank, the default value of '172.16.0.0/23' is used. * * Generated from protobuf field string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return string @@ -107,8 +107,8 @@ public function getMasterIpv4CidrBlock() } /** - * Optional. The CIDR block from which IPv4 range for GKE master will be reserved. If - * left blank, the default value of '172.16.0.0/23' is used. + * Optional. The CIDR block from which IPv4 range for GKE master will be + * reserved. If left blank, the default value of '172.16.0.0/23' is used. * * Generated from protobuf field string master_ipv4_cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL]; * @param string $var @@ -123,11 +123,11 @@ public function setMasterIpv4CidrBlock($var) } /** - * Output only. The IP range in CIDR notation to use for the hosted master network. This - * range is used for assigning internal IP addresses to the GKE cluster - * master or set of masters and to the internal load balancer virtual IP. - * This range must not overlap with any other ranges in use - * within the cluster's network. + * Output only. The IP range in CIDR notation to use for the hosted master + * network. This range is used for assigning internal IP addresses to the GKE + * cluster master or set of masters and to the internal load balancer virtual + * IP. This range must not overlap with any other ranges in use within the + * cluster's network. * * Generated from protobuf field string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string @@ -138,11 +138,11 @@ public function getMasterIpv4ReservedRange() } /** - * Output only. The IP range in CIDR notation to use for the hosted master network. This - * range is used for assigning internal IP addresses to the GKE cluster - * master or set of masters and to the internal load balancer virtual IP. - * This range must not overlap with any other ranges in use - * within the cluster's network. + * Output only. The IP range in CIDR notation to use for the hosted master + * network. This range is used for assigning internal IP addresses to the GKE + * cluster master or set of masters and to the internal load balancer virtual + * IP. This range must not overlap with any other ranges in use within the + * cluster's network. * * Generated from protobuf field string master_ipv4_reserved_range = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var diff --git a/OrchestrationAirflow/src/V1/PrivateEnvironmentConfig.php b/OrchestrationAirflow/src/V1/PrivateEnvironmentConfig.php index b4e46a3e952d..bc3d96779742 100644 --- a/OrchestrationAirflow/src/V1/PrivateEnvironmentConfig.php +++ b/OrchestrationAirflow/src/V1/PrivateEnvironmentConfig.php @@ -33,8 +33,9 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $private_cluster_config = null; /** - * Optional. The CIDR block from which IP range for web server will be reserved. Needs - * to be disjoint from `private_cluster_config.master_ipv4_cidr_block` and + * Optional. The CIDR block from which IP range for web server will be + * reserved. Needs to be disjoint from + * `private_cluster_config.master_ipv4_cidr_block` and * `cloud_sql_ipv4_cidr_block`. * This field is supported for Cloud Composer environments in versions * composer-1.*.*-airflow-*.*.*. @@ -43,8 +44,9 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $web_server_ipv4_cidr_block = ''; /** - * Optional. The CIDR block from which IP range in tenant project will be reserved for - * Cloud SQL. Needs to be disjoint from `web_server_ipv4_cidr_block`. + * Optional. The CIDR block from which IP range in tenant project will be + * reserved for Cloud SQL. Needs to be disjoint from + * `web_server_ipv4_cidr_block`. * * Generated from protobuf field string cloud_sql_ipv4_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -58,8 +60,8 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $web_server_ipv4_reserved_range = ''; /** - * Optional. The CIDR block from which IP range for Cloud Composer Network in tenant - * project will be reserved. Needs to be disjoint from + * Optional. The CIDR block from which IP range for Cloud Composer Network in + * tenant project will be reserved. Needs to be disjoint from * private_cluster_config.master_ipv4_cidr_block and * cloud_sql_ipv4_cidr_block. * This field is supported for Cloud Composer environments in versions @@ -69,7 +71,8 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $cloud_composer_network_ipv4_cidr_block = ''; /** - * Output only. The IP range reserved for the tenant project's Cloud Composer network. + * Output only. The IP range reserved for the tenant project's Cloud Composer + * network. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @@ -77,8 +80,8 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $cloud_composer_network_ipv4_reserved_range = ''; /** - * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used for - * `IPAllocationPolicy.cluster_ipv4_cidr_block` and + * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used + * for `IPAllocationPolicy.cluster_ipv4_cidr_block` and * `IPAllocationPolicy.service_ipv4_cidr_block`. * * Generated from protobuf field bool enable_privately_used_public_ips = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -94,7 +97,8 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message */ private $cloud_composer_connection_subnetwork = ''; /** - * Optional. Configuration for the network connections configuration in the environment. + * Optional. Configuration for the network connections configuration in the + * environment. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -115,32 +119,35 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message * Optional. Configuration for the private GKE cluster for a Private IP * Cloud Composer environment. * @type string $web_server_ipv4_cidr_block - * Optional. The CIDR block from which IP range for web server will be reserved. Needs - * to be disjoint from `private_cluster_config.master_ipv4_cidr_block` and + * Optional. The CIDR block from which IP range for web server will be + * reserved. Needs to be disjoint from + * `private_cluster_config.master_ipv4_cidr_block` and * `cloud_sql_ipv4_cidr_block`. * This field is supported for Cloud Composer environments in versions * composer-1.*.*-airflow-*.*.*. * @type string $cloud_sql_ipv4_cidr_block - * Optional. The CIDR block from which IP range in tenant project will be reserved for - * Cloud SQL. Needs to be disjoint from `web_server_ipv4_cidr_block`. + * Optional. The CIDR block from which IP range in tenant project will be + * reserved for Cloud SQL. Needs to be disjoint from + * `web_server_ipv4_cidr_block`. * @type string $web_server_ipv4_reserved_range * Output only. The IP range reserved for the tenant project's App Engine VMs. * This field is supported for Cloud Composer environments in versions * composer-1.*.*-airflow-*.*.*. * @type string $cloud_composer_network_ipv4_cidr_block - * Optional. The CIDR block from which IP range for Cloud Composer Network in tenant - * project will be reserved. Needs to be disjoint from + * Optional. The CIDR block from which IP range for Cloud Composer Network in + * tenant project will be reserved. Needs to be disjoint from * private_cluster_config.master_ipv4_cidr_block and * cloud_sql_ipv4_cidr_block. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @type string $cloud_composer_network_ipv4_reserved_range - * Output only. The IP range reserved for the tenant project's Cloud Composer network. + * Output only. The IP range reserved for the tenant project's Cloud Composer + * network. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @type bool $enable_privately_used_public_ips - * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used for - * `IPAllocationPolicy.cluster_ipv4_cidr_block` and + * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used + * for `IPAllocationPolicy.cluster_ipv4_cidr_block` and * `IPAllocationPolicy.service_ipv4_cidr_block`. * @type string $cloud_composer_connection_subnetwork * Optional. When specified, the environment will use Private Service Connect @@ -148,7 +155,8 @@ class PrivateEnvironmentConfig extends \Google\Protobuf\Internal\Message * and the PSC endpoint in the Customer Project will use an IP address from * this subnetwork. * @type \Google\Cloud\Orchestration\Airflow\Service\V1\NetworkingConfig $networking_config - * Optional. Configuration for the network connections configuration in the environment. + * Optional. Configuration for the network connections configuration in the + * environment. * } */ public function __construct($data = NULL) { @@ -227,8 +235,9 @@ public function setPrivateClusterConfig($var) } /** - * Optional. The CIDR block from which IP range for web server will be reserved. Needs - * to be disjoint from `private_cluster_config.master_ipv4_cidr_block` and + * Optional. The CIDR block from which IP range for web server will be + * reserved. Needs to be disjoint from + * `private_cluster_config.master_ipv4_cidr_block` and * `cloud_sql_ipv4_cidr_block`. * This field is supported for Cloud Composer environments in versions * composer-1.*.*-airflow-*.*.*. @@ -242,8 +251,9 @@ public function getWebServerIpv4CidrBlock() } /** - * Optional. The CIDR block from which IP range for web server will be reserved. Needs - * to be disjoint from `private_cluster_config.master_ipv4_cidr_block` and + * Optional. The CIDR block from which IP range for web server will be + * reserved. Needs to be disjoint from + * `private_cluster_config.master_ipv4_cidr_block` and * `cloud_sql_ipv4_cidr_block`. * This field is supported for Cloud Composer environments in versions * composer-1.*.*-airflow-*.*.*. @@ -261,8 +271,9 @@ public function setWebServerIpv4CidrBlock($var) } /** - * Optional. The CIDR block from which IP range in tenant project will be reserved for - * Cloud SQL. Needs to be disjoint from `web_server_ipv4_cidr_block`. + * Optional. The CIDR block from which IP range in tenant project will be + * reserved for Cloud SQL. Needs to be disjoint from + * `web_server_ipv4_cidr_block`. * * Generated from protobuf field string cloud_sql_ipv4_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL]; * @return string @@ -273,8 +284,9 @@ public function getCloudSqlIpv4CidrBlock() } /** - * Optional. The CIDR block from which IP range in tenant project will be reserved for - * Cloud SQL. Needs to be disjoint from `web_server_ipv4_cidr_block`. + * Optional. The CIDR block from which IP range in tenant project will be + * reserved for Cloud SQL. Needs to be disjoint from + * `web_server_ipv4_cidr_block`. * * Generated from protobuf field string cloud_sql_ipv4_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL]; * @param string $var @@ -319,8 +331,8 @@ public function setWebServerIpv4ReservedRange($var) } /** - * Optional. The CIDR block from which IP range for Cloud Composer Network in tenant - * project will be reserved. Needs to be disjoint from + * Optional. The CIDR block from which IP range for Cloud Composer Network in + * tenant project will be reserved. Needs to be disjoint from * private_cluster_config.master_ipv4_cidr_block and * cloud_sql_ipv4_cidr_block. * This field is supported for Cloud Composer environments in versions @@ -335,8 +347,8 @@ public function getCloudComposerNetworkIpv4CidrBlock() } /** - * Optional. The CIDR block from which IP range for Cloud Composer Network in tenant - * project will be reserved. Needs to be disjoint from + * Optional. The CIDR block from which IP range for Cloud Composer Network in + * tenant project will be reserved. Needs to be disjoint from * private_cluster_config.master_ipv4_cidr_block and * cloud_sql_ipv4_cidr_block. * This field is supported for Cloud Composer environments in versions @@ -355,7 +367,8 @@ public function setCloudComposerNetworkIpv4CidrBlock($var) } /** - * Output only. The IP range reserved for the tenant project's Cloud Composer network. + * Output only. The IP range reserved for the tenant project's Cloud Composer + * network. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @@ -368,7 +381,8 @@ public function getCloudComposerNetworkIpv4ReservedRange() } /** - * Output only. The IP range reserved for the tenant project's Cloud Composer network. + * Output only. The IP range reserved for the tenant project's Cloud Composer + * network. * This field is supported for Cloud Composer environments in versions * composer-2.*.*-airflow-*.*.* and newer. * @@ -385,8 +399,8 @@ public function setCloudComposerNetworkIpv4ReservedRange($var) } /** - * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used for - * `IPAllocationPolicy.cluster_ipv4_cidr_block` and + * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used + * for `IPAllocationPolicy.cluster_ipv4_cidr_block` and * `IPAllocationPolicy.service_ipv4_cidr_block`. * * Generated from protobuf field bool enable_privately_used_public_ips = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -398,8 +412,8 @@ public function getEnablePrivatelyUsedPublicIps() } /** - * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used for - * `IPAllocationPolicy.cluster_ipv4_cidr_block` and + * Optional. When enabled, IPs from public (non-RFC1918) ranges can be used + * for `IPAllocationPolicy.cluster_ipv4_cidr_block` and * `IPAllocationPolicy.service_ipv4_cidr_block`. * * Generated from protobuf field bool enable_privately_used_public_ips = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -447,7 +461,8 @@ public function setCloudComposerConnectionSubnetwork($var) } /** - * Optional. Configuration for the network connections configuration in the environment. + * Optional. Configuration for the network connections configuration in the + * environment. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL]; * @return \Google\Cloud\Orchestration\Airflow\Service\V1\NetworkingConfig|null @@ -468,7 +483,8 @@ public function clearNetworkingConfig() } /** - * Optional. Configuration for the network connections configuration in the environment. + * Optional. Configuration for the network connections configuration in the + * environment. * * Generated from protobuf field .google.cloud.orchestration.airflow.service.v1.NetworkingConfig networking_config = 10 [(.google.api.field_behavior) = OPTIONAL]; * @param \Google\Cloud\Orchestration\Airflow\Service\V1\NetworkingConfig $var diff --git a/OrchestrationAirflow/src/V1/ScheduledSnapshotsConfig.php b/OrchestrationAirflow/src/V1/ScheduledSnapshotsConfig.php index 137def92cd13..027604992ceb 100644 --- a/OrchestrationAirflow/src/V1/ScheduledSnapshotsConfig.php +++ b/OrchestrationAirflow/src/V1/ScheduledSnapshotsConfig.php @@ -22,21 +22,23 @@ class ScheduledSnapshotsConfig extends \Google\Protobuf\Internal\Message */ private $enabled = false; /** - * Optional. The Cloud Storage location for storing automatically created snapshots. + * Optional. The Cloud Storage location for storing automatically created + * snapshots. * * Generated from protobuf field string snapshot_location = 6 [(.google.api.field_behavior) = OPTIONAL]; */ private $snapshot_location = ''; /** - * Optional. The cron expression representing the time when snapshots creation mechanism - * runs. This field is subject to additional validation around frequency of - * execution. + * Optional. The cron expression representing the time when snapshots creation + * mechanism runs. This field is subject to additional validation around + * frequency of execution. * * Generated from protobuf field string snapshot_creation_schedule = 3 [(.google.api.field_behavior) = OPTIONAL]; */ private $snapshot_creation_schedule = ''; /** - * Optional. Time zone that sets the context to interpret snapshot_creation_schedule. + * Optional. Time zone that sets the context to interpret + * snapshot_creation_schedule. * * Generated from protobuf field string time_zone = 5 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -51,13 +53,15 @@ class ScheduledSnapshotsConfig extends \Google\Protobuf\Internal\Message * @type bool $enabled * Optional. Whether scheduled snapshots creation is enabled. * @type string $snapshot_location - * Optional. The Cloud Storage location for storing automatically created snapshots. + * Optional. The Cloud Storage location for storing automatically created + * snapshots. * @type string $snapshot_creation_schedule - * Optional. The cron expression representing the time when snapshots creation mechanism - * runs. This field is subject to additional validation around frequency of - * execution. + * Optional. The cron expression representing the time when snapshots creation + * mechanism runs. This field is subject to additional validation around + * frequency of execution. * @type string $time_zone - * Optional. Time zone that sets the context to interpret snapshot_creation_schedule. + * Optional. Time zone that sets the context to interpret + * snapshot_creation_schedule. * } */ public function __construct($data = NULL) { @@ -92,7 +96,8 @@ public function setEnabled($var) } /** - * Optional. The Cloud Storage location for storing automatically created snapshots. + * Optional. The Cloud Storage location for storing automatically created + * snapshots. * * Generated from protobuf field string snapshot_location = 6 [(.google.api.field_behavior) = OPTIONAL]; * @return string @@ -103,7 +108,8 @@ public function getSnapshotLocation() } /** - * Optional. The Cloud Storage location for storing automatically created snapshots. + * Optional. The Cloud Storage location for storing automatically created + * snapshots. * * Generated from protobuf field string snapshot_location = 6 [(.google.api.field_behavior) = OPTIONAL]; * @param string $var @@ -118,9 +124,9 @@ public function setSnapshotLocation($var) } /** - * Optional. The cron expression representing the time when snapshots creation mechanism - * runs. This field is subject to additional validation around frequency of - * execution. + * Optional. The cron expression representing the time when snapshots creation + * mechanism runs. This field is subject to additional validation around + * frequency of execution. * * Generated from protobuf field string snapshot_creation_schedule = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return string @@ -131,9 +137,9 @@ public function getSnapshotCreationSchedule() } /** - * Optional. The cron expression representing the time when snapshots creation mechanism - * runs. This field is subject to additional validation around frequency of - * execution. + * Optional. The cron expression representing the time when snapshots creation + * mechanism runs. This field is subject to additional validation around + * frequency of execution. * * Generated from protobuf field string snapshot_creation_schedule = 3 [(.google.api.field_behavior) = OPTIONAL]; * @param string $var @@ -148,7 +154,8 @@ public function setSnapshotCreationSchedule($var) } /** - * Optional. Time zone that sets the context to interpret snapshot_creation_schedule. + * Optional. Time zone that sets the context to interpret + * snapshot_creation_schedule. * * Generated from protobuf field string time_zone = 5 [(.google.api.field_behavior) = OPTIONAL]; * @return string @@ -159,7 +166,8 @@ public function getTimeZone() } /** - * Optional. Time zone that sets the context to interpret snapshot_creation_schedule. + * Optional. Time zone that sets the context to interpret + * snapshot_creation_schedule. * * Generated from protobuf field string time_zone = 5 [(.google.api.field_behavior) = OPTIONAL]; * @param string $var diff --git a/OrchestrationAirflow/src/V1/WebServerNetworkAccessControl/AllowedIpRange.php b/OrchestrationAirflow/src/V1/WebServerNetworkAccessControl/AllowedIpRange.php index 8ee8a6dc39c3..cea9b88f4cef 100644 --- a/OrchestrationAirflow/src/V1/WebServerNetworkAccessControl/AllowedIpRange.php +++ b/OrchestrationAirflow/src/V1/WebServerNetworkAccessControl/AllowedIpRange.php @@ -28,7 +28,8 @@ class AllowedIpRange extends \Google\Protobuf\Internal\Message */ private $value = ''; /** - * Optional. User-provided description. It must contain at most 300 characters. + * Optional. User-provided description. It must contain at most 300 + * characters. * * Generated from protobuf field string description = 2 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -49,7 +50,8 @@ class AllowedIpRange extends \Google\Protobuf\Internal\Message * `1.2.3.4/24` should be truncated to `1.2.3.0/24`. Similarly, for IPv6, * `2001:db8::1/32` should be truncated to `2001:db8::/32`. * @type string $description - * Optional. User-provided description. It must contain at most 300 characters. + * Optional. User-provided description. It must contain at most 300 + * characters. * } */ public function __construct($data = NULL) { @@ -96,7 +98,8 @@ public function setValue($var) } /** - * Optional. User-provided description. It must contain at most 300 characters. + * Optional. User-provided description. It must contain at most 300 + * characters. * * Generated from protobuf field string description = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return string @@ -107,7 +110,8 @@ public function getDescription() } /** - * Optional. User-provided description. It must contain at most 300 characters. + * Optional. User-provided description. It must contain at most 300 + * characters. * * Generated from protobuf field string description = 2 [(.google.api.field_behavior) = OPTIONAL]; * @param string $var diff --git a/OrchestrationAirflow/src/V1/WorkloadsConfig/SchedulerResource.php b/OrchestrationAirflow/src/V1/WorkloadsConfig/SchedulerResource.php index 314f912a1d4d..fc4a3bd1f7d3 100644 --- a/OrchestrationAirflow/src/V1/WorkloadsConfig/SchedulerResource.php +++ b/OrchestrationAirflow/src/V1/WorkloadsConfig/SchedulerResource.php @@ -22,13 +22,15 @@ class SchedulerResource extends \Google\Protobuf\Internal\Message */ private $cpu = 0.0; /** - * Optional. Memory (GB) request and limit for a single Airflow scheduler replica. + * Optional. Memory (GB) request and limit for a single Airflow scheduler + * replica. * * Generated from protobuf field float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL]; */ private $memory_gb = 0.0; /** - * Optional. Storage (GB) request and limit for a single Airflow scheduler replica. + * Optional. Storage (GB) request and limit for a single Airflow scheduler + * replica. * * Generated from protobuf field float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -49,9 +51,11 @@ class SchedulerResource extends \Google\Protobuf\Internal\Message * @type float $cpu * Optional. CPU request and limit for a single Airflow scheduler replica. * @type float $memory_gb - * Optional. Memory (GB) request and limit for a single Airflow scheduler replica. + * Optional. Memory (GB) request and limit for a single Airflow scheduler + * replica. * @type float $storage_gb - * Optional. Storage (GB) request and limit for a single Airflow scheduler replica. + * Optional. Storage (GB) request and limit for a single Airflow scheduler + * replica. * @type int $count * Optional. The number of schedulers. * } @@ -88,7 +92,8 @@ public function setCpu($var) } /** - * Optional. Memory (GB) request and limit for a single Airflow scheduler replica. + * Optional. Memory (GB) request and limit for a single Airflow scheduler + * replica. * * Generated from protobuf field float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return float @@ -99,7 +104,8 @@ public function getMemoryGb() } /** - * Optional. Memory (GB) request and limit for a single Airflow scheduler replica. + * Optional. Memory (GB) request and limit for a single Airflow scheduler + * replica. * * Generated from protobuf field float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL]; * @param float $var @@ -114,7 +120,8 @@ public function setMemoryGb($var) } /** - * Optional. Storage (GB) request and limit for a single Airflow scheduler replica. + * Optional. Storage (GB) request and limit for a single Airflow scheduler + * replica. * * Generated from protobuf field float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return float @@ -125,7 +132,8 @@ public function getStorageGb() } /** - * Optional. Storage (GB) request and limit for a single Airflow scheduler replica. + * Optional. Storage (GB) request and limit for a single Airflow scheduler + * replica. * * Generated from protobuf field float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL]; * @param float $var diff --git a/OrchestrationAirflow/src/V1/WorkloadsConfig/WorkerResource.php b/OrchestrationAirflow/src/V1/WorkloadsConfig/WorkerResource.php index 271e0482b654..73877cbbfd79 100644 --- a/OrchestrationAirflow/src/V1/WorkloadsConfig/WorkerResource.php +++ b/OrchestrationAirflow/src/V1/WorkloadsConfig/WorkerResource.php @@ -22,13 +22,15 @@ class WorkerResource extends \Google\Protobuf\Internal\Message */ private $cpu = 0.0; /** - * Optional. Memory (GB) request and limit for a single Airflow worker replica. + * Optional. Memory (GB) request and limit for a single Airflow worker + * replica. * * Generated from protobuf field float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL]; */ private $memory_gb = 0.0; /** - * Optional. Storage (GB) request and limit for a single Airflow worker replica. + * Optional. Storage (GB) request and limit for a single Airflow worker + * replica. * * Generated from protobuf field float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -55,9 +57,11 @@ class WorkerResource extends \Google\Protobuf\Internal\Message * @type float $cpu * Optional. CPU request and limit for a single Airflow worker replica. * @type float $memory_gb - * Optional. Memory (GB) request and limit for a single Airflow worker replica. + * Optional. Memory (GB) request and limit for a single Airflow worker + * replica. * @type float $storage_gb - * Optional. Storage (GB) request and limit for a single Airflow worker replica. + * Optional. Storage (GB) request and limit for a single Airflow worker + * replica. * @type int $min_count * Optional. Minimum number of workers for autoscaling. * @type int $max_count @@ -96,7 +100,8 @@ public function setCpu($var) } /** - * Optional. Memory (GB) request and limit for a single Airflow worker replica. + * Optional. Memory (GB) request and limit for a single Airflow worker + * replica. * * Generated from protobuf field float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return float @@ -107,7 +112,8 @@ public function getMemoryGb() } /** - * Optional. Memory (GB) request and limit for a single Airflow worker replica. + * Optional. Memory (GB) request and limit for a single Airflow worker + * replica. * * Generated from protobuf field float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL]; * @param float $var @@ -122,7 +128,8 @@ public function setMemoryGb($var) } /** - * Optional. Storage (GB) request and limit for a single Airflow worker replica. + * Optional. Storage (GB) request and limit for a single Airflow worker + * replica. * * Generated from protobuf field float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return float @@ -133,7 +140,8 @@ public function getStorageGb() } /** - * Optional. Storage (GB) request and limit for a single Airflow worker replica. + * Optional. Storage (GB) request and limit for a single Airflow worker + * replica. * * Generated from protobuf field float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL]; * @param float $var