From 46c9c3e811ad90d16c7dec2f367d680a92ae02ba Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:46:51 -0400 Subject: [PATCH] docs: minor updates to reference documentation (#7544) PiperOrigin-RevId: 655228766 Source-Link: https://github.com/googleapis/googleapis/commit/e811b5e082d28b0c398b89cc18e7ec97f3647ec3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0a8ca51f20638029113e0cfbf376b2e18cec34dc Copy-Tag: eyJwIjoiQ29udGFpbmVyLy5Pd2xCb3QueWFtbCIsImgiOiIwYThjYTUxZjIwNjM4MDI5MTEzZTBjZmJmMzc2YjJlMThjZWMzNGRjIn0= --- Container/metadata/V1/ClusterService.php | Bin 54921 -> 55122 bytes .../src/V1/AdditionalPodRangesConfig.php | 8 +- Container/src/V1/AutoUpgradeOptions.php | 28 +-- Container/src/V1/Cluster.php | 210 +++++++++--------- Container/src/V1/DailyMaintenanceWindow.php | 14 +- Container/src/V1/EnterpriseConfig.php | 12 +- Container/src/V1/Fleet.php | 28 +-- Container/src/V1/IPAllocationPolicy.php | 60 +++-- Container/src/V1/MasterAuth.php | 42 ++-- Container/src/V1/NetworkConfig.php | 12 +- Container/src/V1/NodeNetworkConfig.php | 8 +- Container/src/V1/NodePool.php | 86 +++---- Container/src/V1/Operation.php | 172 +++++++------- Container/src/V1/PrivateClusterConfig.php | 18 +- Container/src/V1/RangeInfo.php | 16 +- 15 files changed, 353 insertions(+), 361 deletions(-) diff --git a/Container/metadata/V1/ClusterService.php b/Container/metadata/V1/ClusterService.php index 0bb89818e15645667414087d8d0b1664444b608c..33cafa03cebbb4321c2a76e8df6f1fef743a12cd 100644 GIT binary patch delta 1209 zcmZuw&ubGw7-gHJNv74dlQx;Qwpp79Lb3QGB~hug7CcESRj;nw%_N<6GrP{t#LODuC0C-A#D;Lz@p>Z&1W6TI`YE*Awl#a$c zaOQ1RdG8(08JXog$U4|;XeOass2FQ3u!)3=OaUm5jp^%@LcWV)ckODZ%oXu!ZGIvUBM18HnCrwu znP`LfyQc0Pv%Np+L3tI|SrhXh5OHXH@1vu#F+he_YRPzD7Kj@`R)X?CTwVYfn_1qY z+s}~lL5!QPZyux4lfWU6?nbB+La6@VxJJjg&gZ%;##)tf7!Yt$663C;wXoypO&kU> zP)y*~Z>1>i(TPy}ZMxsTa0kF8ms@x3Ce!P9)%G29U>Ov2S=HR2to7X6;|mhs=W^k) z4fimiEQ|9y=kij9x*NEO5|IoZ-T5-S_$CWZtYH4oVq41=ZIC7$1!)=-P|s>#V|TsV z2#ojd^>&|B)yfJ;-7qocPzolc-NXhDz)<2^xV0|-;Rdl$jDwTn=pY|*{dFK_{{f~? BQyl;R delta 915 zcmZuv&rcIU6wbEW(hf+=$d94LrBO&o5H*0(hJ=Xmy125~td>)_B%W7GDLgLP z)v^1r9787d_eRSLrEy>4GAH}skxyA?-HkQWJM1~8lx$ekken={{XjN(7>*BN>C1+|VpNTZN-`qbU((u=INF&R zkQVJQ37@2u_6xh;iu$`eIwKB;W~18PLPfhNw)RJ-rS}%J*5&1GP(NY9!>HevC%~Xd P0}c#qMUsm??ThJSlNR|K diff --git a/Container/src/V1/AdditionalPodRangesConfig.php b/Container/src/V1/AdditionalPodRangesConfig.php index b5b36bd68362..46e173791086 100644 --- a/Container/src/V1/AdditionalPodRangesConfig.php +++ b/Container/src/V1/AdditionalPodRangesConfig.php @@ -23,7 +23,7 @@ class AdditionalPodRangesConfig extends \Google\Protobuf\Internal\Message */ private $pod_range_names; /** - * Output only. [Output only] Information for additional pod range. + * Output only. Information for additional pod range. * * Generated from protobuf field repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -38,7 +38,7 @@ class AdditionalPodRangesConfig extends \Google\Protobuf\Internal\Message * @type array|\Google\Protobuf\Internal\RepeatedField $pod_range_names * Name for pod secondary ipv4 range which has the actual range defined ahead. * @type array<\Google\Cloud\Container\V1\RangeInfo>|\Google\Protobuf\Internal\RepeatedField $pod_range_info - * Output only. [Output only] Information for additional pod range. + * Output only. Information for additional pod range. * } */ public function __construct($data = NULL) { @@ -73,7 +73,7 @@ public function setPodRangeNames($var) } /** - * Output only. [Output only] Information for additional pod range. + * Output only. Information for additional pod range. * * Generated from protobuf field repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return \Google\Protobuf\Internal\RepeatedField @@ -84,7 +84,7 @@ public function getPodRangeInfo() } /** - * Output only. [Output only] Information for additional pod range. + * Output only. Information for additional pod range. * * Generated from protobuf field repeated .google.container.v1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param array<\Google\Cloud\Container\V1\RangeInfo>|\Google\Protobuf\Internal\RepeatedField $var diff --git a/Container/src/V1/AutoUpgradeOptions.php b/Container/src/V1/AutoUpgradeOptions.php index 0519038fc85b..baab45544dd0 100644 --- a/Container/src/V1/AutoUpgradeOptions.php +++ b/Container/src/V1/AutoUpgradeOptions.php @@ -17,18 +17,18 @@ class AutoUpgradeOptions extends \Google\Protobuf\Internal\Message { /** - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the approximate start time for the upgrades, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string auto_upgrade_start_time = 1; + * Generated from protobuf field string auto_upgrade_start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $auto_upgrade_start_time = ''; /** - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the description of the upgrade. * - * Generated from protobuf field string description = 2; + * Generated from protobuf field string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $description = ''; @@ -39,11 +39,11 @@ class AutoUpgradeOptions extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $auto_upgrade_start_time - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the approximate start time for the upgrades, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * @type string $description - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the description of the upgrade. * } */ @@ -53,11 +53,11 @@ public function __construct($data = NULL) { } /** - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the approximate start time for the upgrades, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string auto_upgrade_start_time = 1; + * Generated from protobuf field string auto_upgrade_start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getAutoUpgradeStartTime() @@ -66,11 +66,11 @@ public function getAutoUpgradeStartTime() } /** - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the approximate start time for the upgrades, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string auto_upgrade_start_time = 1; + * Generated from protobuf field string auto_upgrade_start_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -83,10 +83,10 @@ public function setAutoUpgradeStartTime($var) } /** - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the description of the upgrade. * - * Generated from protobuf field string description = 2; + * Generated from protobuf field string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getDescription() @@ -95,10 +95,10 @@ public function getDescription() } /** - * [Output only] This field is set when upgrades are about to commence + * Output only. This field is set when upgrades are about to commence * with the description of the upgrade. * - * Generated from protobuf field string description = 2; + * Generated from protobuf field string description = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ diff --git a/Container/src/V1/Cluster.php b/Container/src/V1/Cluster.php index 21e28bdd7446..dfd703c14aa2 100644 --- a/Container/src/V1/Cluster.php +++ b/Container/src/V1/Cluster.php @@ -323,28 +323,28 @@ class Cluster extends \Google\Protobuf\Internal\Message */ private $identity_service_config = null; /** - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * - * Generated from protobuf field string self_link = 100; + * Generated from protobuf field string self_link = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $self_link = ''; /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field is deprecated, use location instead. * - * Generated from protobuf field string zone = 101 [deprecated = true]; + * Generated from protobuf field string zone = 101 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @deprecated */ protected $zone = ''; /** - * [Output only] The IP address of this cluster's master endpoint. + * Output only. The IP address of this cluster's master endpoint. * The endpoint can be accessed from the internet at * `https://username:password@endpoint/`. * See the `masterAuth` property of this resource for username and * password information. * - * Generated from protobuf field string endpoint = 102; + * Generated from protobuf field string endpoint = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $endpoint = ''; /** @@ -364,93 +364,93 @@ class Cluster extends \Google\Protobuf\Internal\Message */ private $initial_cluster_version = ''; /** - * [Output only] The current software version of the master endpoint. + * Output only. The current software version of the master endpoint. * - * Generated from protobuf field string current_master_version = 104; + * Generated from protobuf field string current_master_version = 104 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $current_master_version = ''; /** - * [Output only] Deprecated, use + * Output only. Deprecated, use * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) * instead. The current version of the node software components. If they are * currently at multiple versions because they're in the process of being * upgraded, this reflects the minimum version of all nodes. * - * Generated from protobuf field string current_node_version = 105 [deprecated = true]; + * Generated from protobuf field string current_node_version = 105 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @deprecated */ protected $current_node_version = ''; /** - * [Output only] The time the cluster was created, in + * Output only. The time the cluster was created, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string create_time = 106; + * Generated from protobuf field string create_time = 106 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $create_time = ''; /** - * [Output only] The current status of this cluster. + * Output only. The current status of this cluster. * - * Generated from protobuf field .google.container.v1.Cluster.Status status = 107; + * Generated from protobuf field .google.container.v1.Cluster.Status status = 107 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $status = 0; /** - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * cluster, if available. * - * Generated from protobuf field string status_message = 108 [deprecated = true]; + * Generated from protobuf field string status_message = 108 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @deprecated */ protected $status_message = ''; /** - * [Output only] The size of the address space on each node for hosting + * Output only. The size of the address space on each node for hosting * containers. This is provisioned from within the `container_ipv4_cidr` * range. This field will only be set when cluster is in route-based network * mode. * - * Generated from protobuf field int32 node_ipv4_cidr_size = 109; + * Generated from protobuf field int32 node_ipv4_cidr_size = 109 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $node_ipv4_cidr_size = 0; /** - * [Output only] The IP address range of the Kubernetes services in + * Output only. The IP address range of the Kubernetes services in * this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). Service addresses are * typically put in the last `/16` from the container CIDR. * - * Generated from protobuf field string services_ipv4_cidr = 110; + * Generated from protobuf field string services_ipv4_cidr = 110 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $services_ipv4_cidr = ''; /** - * Deprecated. Use node_pools.instance_group_urls. + * Output only. Deprecated. Use node_pools.instance_group_urls. * - * Generated from protobuf field repeated string instance_group_urls = 111 [deprecated = true]; + * Generated from protobuf field repeated string instance_group_urls = 111 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @deprecated */ private $instance_group_urls; /** - * [Output only] The number of nodes currently in the cluster. Deprecated. + * Output only. The number of nodes currently in the cluster. Deprecated. * Call Kubernetes API directly to retrieve node information. * - * Generated from protobuf field int32 current_node_count = 112 [deprecated = true]; + * Generated from protobuf field int32 current_node_count = 112 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @deprecated */ protected $current_node_count = 0; /** - * [Output only] The time the cluster will be automatically + * Output only. The time the cluster will be automatically * deleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string expire_time = 113; + * Generated from protobuf field string expire_time = 113 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $expire_time = ''; /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * in which the cluster resides. * - * Generated from protobuf field string location = 114; + * Generated from protobuf field string location = 114 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $location = ''; /** @@ -460,11 +460,11 @@ class Cluster extends \Google\Protobuf\Internal\Message */ private $enable_tpu = false; /** - * [Output only] The IP address range of the Cloud TPUs in this cluster, in + * Output only. The IP address range of the Cloud TPUs in this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). * - * Generated from protobuf field string tpu_ipv4_cidr_block = 116; + * Generated from protobuf field string tpu_ipv4_cidr_block = 116 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $tpu_ipv4_cidr_block = ''; /** @@ -716,13 +716,13 @@ class Cluster extends \Google\Protobuf\Internal\Message * @type \Google\Cloud\Container\V1\IdentityServiceConfig $identity_service_config * Configuration for Identity Service component. * @type string $self_link - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * @type string $zone - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field is deprecated, use location instead. * @type string $endpoint - * [Output only] The IP address of this cluster's master endpoint. + * Output only. The IP address of this cluster's master endpoint. * The endpoint can be accessed from the internet at * `https://username:password@endpoint/`. * See the `masterAuth` property of this resource for username and @@ -740,43 +740,43 @@ class Cluster extends \Google\Protobuf\Internal\Message * - "1.X.Y-gke.N": picks an explicit Kubernetes version * - "","-": picks the default Kubernetes version * @type string $current_master_version - * [Output only] The current software version of the master endpoint. + * Output only. The current software version of the master endpoint. * @type string $current_node_version - * [Output only] Deprecated, use + * Output only. Deprecated, use * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) * instead. The current version of the node software components. If they are * currently at multiple versions because they're in the process of being * upgraded, this reflects the minimum version of all nodes. * @type string $create_time - * [Output only] The time the cluster was created, in + * Output only. The time the cluster was created, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * @type int $status - * [Output only] The current status of this cluster. + * Output only. The current status of this cluster. * @type string $status_message - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * cluster, if available. * @type int $node_ipv4_cidr_size - * [Output only] The size of the address space on each node for hosting + * Output only. The size of the address space on each node for hosting * containers. This is provisioned from within the `container_ipv4_cidr` * range. This field will only be set when cluster is in route-based network * mode. * @type string $services_ipv4_cidr - * [Output only] The IP address range of the Kubernetes services in + * Output only. The IP address range of the Kubernetes services in * this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). Service addresses are * typically put in the last `/16` from the container CIDR. * @type array|\Google\Protobuf\Internal\RepeatedField $instance_group_urls - * Deprecated. Use node_pools.instance_group_urls. + * Output only. Deprecated. Use node_pools.instance_group_urls. * @type int $current_node_count - * [Output only] The number of nodes currently in the cluster. Deprecated. + * Output only. The number of nodes currently in the cluster. Deprecated. * Call Kubernetes API directly to retrieve node information. * @type string $expire_time - * [Output only] The time the cluster will be automatically + * Output only. The time the cluster will be automatically * deleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * @type string $location - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) @@ -784,7 +784,7 @@ class Cluster extends \Google\Protobuf\Internal\Message * @type bool $enable_tpu * Enable the ability to use Cloud TPUs in this cluster. * @type string $tpu_ipv4_cidr_block - * [Output only] The IP address range of the Cloud TPUs in this cluster, in + * Output only. The IP address range of the Cloud TPUs in this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). * @type array<\Google\Cloud\Container\V1\StatusCondition>|\Google\Protobuf\Internal\RepeatedField $conditions @@ -2229,9 +2229,9 @@ public function setIdentityServiceConfig($var) } /** - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * - * Generated from protobuf field string self_link = 100; + * Generated from protobuf field string self_link = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getSelfLink() @@ -2240,9 +2240,9 @@ public function getSelfLink() } /** - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * - * Generated from protobuf field string self_link = 100; + * Generated from protobuf field string self_link = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -2255,11 +2255,11 @@ public function setSelfLink($var) } /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field is deprecated, use location instead. * - * Generated from protobuf field string zone = 101 [deprecated = true]; + * Generated from protobuf field string zone = 101 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @return string * @deprecated */ @@ -2270,11 +2270,11 @@ public function getZone() } /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * cluster resides. This field is deprecated, use location instead. * - * Generated from protobuf field string zone = 101 [deprecated = true]; + * Generated from protobuf field string zone = 101 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this * @deprecated @@ -2289,13 +2289,13 @@ public function setZone($var) } /** - * [Output only] The IP address of this cluster's master endpoint. + * Output only. The IP address of this cluster's master endpoint. * The endpoint can be accessed from the internet at * `https://username:password@endpoint/`. * See the `masterAuth` property of this resource for username and * password information. * - * Generated from protobuf field string endpoint = 102; + * Generated from protobuf field string endpoint = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getEndpoint() @@ -2304,13 +2304,13 @@ public function getEndpoint() } /** - * [Output only] The IP address of this cluster's master endpoint. + * Output only. The IP address of this cluster's master endpoint. * The endpoint can be accessed from the internet at * `https://username:password@endpoint/`. * See the `masterAuth` property of this resource for username and * password information. * - * Generated from protobuf field string endpoint = 102; + * Generated from protobuf field string endpoint = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -2369,9 +2369,9 @@ public function setInitialClusterVersion($var) } /** - * [Output only] The current software version of the master endpoint. + * Output only. The current software version of the master endpoint. * - * Generated from protobuf field string current_master_version = 104; + * Generated from protobuf field string current_master_version = 104 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getCurrentMasterVersion() @@ -2380,9 +2380,9 @@ public function getCurrentMasterVersion() } /** - * [Output only] The current software version of the master endpoint. + * Output only. The current software version of the master endpoint. * - * Generated from protobuf field string current_master_version = 104; + * Generated from protobuf field string current_master_version = 104 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -2395,13 +2395,13 @@ public function setCurrentMasterVersion($var) } /** - * [Output only] Deprecated, use + * Output only. Deprecated, use * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) * instead. The current version of the node software components. If they are * currently at multiple versions because they're in the process of being * upgraded, this reflects the minimum version of all nodes. * - * Generated from protobuf field string current_node_version = 105 [deprecated = true]; + * Generated from protobuf field string current_node_version = 105 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @return string * @deprecated */ @@ -2412,13 +2412,13 @@ public function getCurrentNodeVersion() } /** - * [Output only] Deprecated, use + * Output only. Deprecated, use * [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) * instead. The current version of the node software components. If they are * currently at multiple versions because they're in the process of being * upgraded, this reflects the minimum version of all nodes. * - * Generated from protobuf field string current_node_version = 105 [deprecated = true]; + * Generated from protobuf field string current_node_version = 105 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this * @deprecated @@ -2433,10 +2433,10 @@ public function setCurrentNodeVersion($var) } /** - * [Output only] The time the cluster was created, in + * Output only. The time the cluster was created, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string create_time = 106; + * Generated from protobuf field string create_time = 106 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getCreateTime() @@ -2445,10 +2445,10 @@ public function getCreateTime() } /** - * [Output only] The time the cluster was created, in + * Output only. The time the cluster was created, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string create_time = 106; + * Generated from protobuf field string create_time = 106 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -2461,9 +2461,9 @@ public function setCreateTime($var) } /** - * [Output only] The current status of this cluster. + * Output only. The current status of this cluster. * - * Generated from protobuf field .google.container.v1.Cluster.Status status = 107; + * Generated from protobuf field .google.container.v1.Cluster.Status status = 107 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return int */ public function getStatus() @@ -2472,9 +2472,9 @@ public function getStatus() } /** - * [Output only] The current status of this cluster. + * Output only. The current status of this cluster. * - * Generated from protobuf field .google.container.v1.Cluster.Status status = 107; + * Generated from protobuf field .google.container.v1.Cluster.Status status = 107 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var * @return $this */ @@ -2487,11 +2487,11 @@ public function setStatus($var) } /** - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * cluster, if available. * - * Generated from protobuf field string status_message = 108 [deprecated = true]; + * Generated from protobuf field string status_message = 108 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @return string * @deprecated */ @@ -2502,11 +2502,11 @@ public function getStatusMessage() } /** - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * cluster, if available. * - * Generated from protobuf field string status_message = 108 [deprecated = true]; + * Generated from protobuf field string status_message = 108 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this * @deprecated @@ -2521,12 +2521,12 @@ public function setStatusMessage($var) } /** - * [Output only] The size of the address space on each node for hosting + * Output only. The size of the address space on each node for hosting * containers. This is provisioned from within the `container_ipv4_cidr` * range. This field will only be set when cluster is in route-based network * mode. * - * Generated from protobuf field int32 node_ipv4_cidr_size = 109; + * Generated from protobuf field int32 node_ipv4_cidr_size = 109 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return int */ public function getNodeIpv4CidrSize() @@ -2535,12 +2535,12 @@ public function getNodeIpv4CidrSize() } /** - * [Output only] The size of the address space on each node for hosting + * Output only. The size of the address space on each node for hosting * containers. This is provisioned from within the `container_ipv4_cidr` * range. This field will only be set when cluster is in route-based network * mode. * - * Generated from protobuf field int32 node_ipv4_cidr_size = 109; + * Generated from protobuf field int32 node_ipv4_cidr_size = 109 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var * @return $this */ @@ -2553,13 +2553,13 @@ public function setNodeIpv4CidrSize($var) } /** - * [Output only] The IP address range of the Kubernetes services in + * Output only. The IP address range of the Kubernetes services in * this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). Service addresses are * typically put in the last `/16` from the container CIDR. * - * Generated from protobuf field string services_ipv4_cidr = 110; + * Generated from protobuf field string services_ipv4_cidr = 110 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getServicesIpv4Cidr() @@ -2568,13 +2568,13 @@ public function getServicesIpv4Cidr() } /** - * [Output only] The IP address range of the Kubernetes services in + * Output only. The IP address range of the Kubernetes services in * this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). Service addresses are * typically put in the last `/16` from the container CIDR. * - * Generated from protobuf field string services_ipv4_cidr = 110; + * Generated from protobuf field string services_ipv4_cidr = 110 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -2587,9 +2587,9 @@ public function setServicesIpv4Cidr($var) } /** - * Deprecated. Use node_pools.instance_group_urls. + * Output only. Deprecated. Use node_pools.instance_group_urls. * - * Generated from protobuf field repeated string instance_group_urls = 111 [deprecated = true]; + * Generated from protobuf field repeated string instance_group_urls = 111 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @return \Google\Protobuf\Internal\RepeatedField * @deprecated */ @@ -2600,9 +2600,9 @@ public function getInstanceGroupUrls() } /** - * Deprecated. Use node_pools.instance_group_urls. + * Output only. Deprecated. Use node_pools.instance_group_urls. * - * Generated from protobuf field repeated string instance_group_urls = 111 [deprecated = true]; + * Generated from protobuf field repeated string instance_group_urls = 111 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @param array|\Google\Protobuf\Internal\RepeatedField $var * @return $this * @deprecated @@ -2617,10 +2617,10 @@ public function setInstanceGroupUrls($var) } /** - * [Output only] The number of nodes currently in the cluster. Deprecated. + * Output only. The number of nodes currently in the cluster. Deprecated. * Call Kubernetes API directly to retrieve node information. * - * Generated from protobuf field int32 current_node_count = 112 [deprecated = true]; + * Generated from protobuf field int32 current_node_count = 112 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @return int * @deprecated */ @@ -2631,10 +2631,10 @@ public function getCurrentNodeCount() } /** - * [Output only] The number of nodes currently in the cluster. Deprecated. + * Output only. The number of nodes currently in the cluster. Deprecated. * Call Kubernetes API directly to retrieve node information. * - * Generated from protobuf field int32 current_node_count = 112 [deprecated = true]; + * Generated from protobuf field int32 current_node_count = 112 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var * @return $this * @deprecated @@ -2649,10 +2649,10 @@ public function setCurrentNodeCount($var) } /** - * [Output only] The time the cluster will be automatically + * Output only. The time the cluster will be automatically * deleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string expire_time = 113; + * Generated from protobuf field string expire_time = 113 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getExpireTime() @@ -2661,10 +2661,10 @@ public function getExpireTime() } /** - * [Output only] The time the cluster will be automatically + * Output only. The time the cluster will be automatically * deleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string expire_time = 113; + * Generated from protobuf field string expire_time = 113 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -2677,13 +2677,13 @@ public function setExpireTime($var) } /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * in which the cluster resides. * - * Generated from protobuf field string location = 114; + * Generated from protobuf field string location = 114 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getLocation() @@ -2692,13 +2692,13 @@ public function getLocation() } /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * in which the cluster resides. * - * Generated from protobuf field string location = 114; + * Generated from protobuf field string location = 114 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -2737,11 +2737,11 @@ public function setEnableTpu($var) } /** - * [Output only] The IP address range of the Cloud TPUs in this cluster, in + * Output only. The IP address range of the Cloud TPUs in this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). * - * Generated from protobuf field string tpu_ipv4_cidr_block = 116; + * Generated from protobuf field string tpu_ipv4_cidr_block = 116 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getTpuIpv4CidrBlock() @@ -2750,11 +2750,11 @@ public function getTpuIpv4CidrBlock() } /** - * [Output only] The IP address range of the Cloud TPUs in this cluster, in + * Output only. The IP address range of the Cloud TPUs in this cluster, in * [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) * notation (e.g. `1.2.3.4/29`). * - * Generated from protobuf field string tpu_ipv4_cidr_block = 116; + * Generated from protobuf field string tpu_ipv4_cidr_block = 116 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ diff --git a/Container/src/V1/DailyMaintenanceWindow.php b/Container/src/V1/DailyMaintenanceWindow.php index af81f6d77440..5aa9f3344ad1 100644 --- a/Container/src/V1/DailyMaintenanceWindow.php +++ b/Container/src/V1/DailyMaintenanceWindow.php @@ -24,12 +24,12 @@ class DailyMaintenanceWindow extends \Google\Protobuf\Internal\Message */ private $start_time = ''; /** - * [Output only] Duration of the time window, automatically chosen to be + * Output only. Duration of the time window, automatically chosen to be * smallest possible in the given scenario. * Duration will be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) * format "PTnHnMnS". * - * Generated from protobuf field string duration = 3; + * Generated from protobuf field string duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $duration = ''; @@ -44,7 +44,7 @@ class DailyMaintenanceWindow extends \Google\Protobuf\Internal\Message * Time format should be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) * format "HH:MM", where HH : [00-23] and MM : [00-59] GMT. * @type string $duration - * [Output only] Duration of the time window, automatically chosen to be + * Output only. Duration of the time window, automatically chosen to be * smallest possible in the given scenario. * Duration will be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) * format "PTnHnMnS". @@ -86,12 +86,12 @@ public function setStartTime($var) } /** - * [Output only] Duration of the time window, automatically chosen to be + * Output only. Duration of the time window, automatically chosen to be * smallest possible in the given scenario. * Duration will be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) * format "PTnHnMnS". * - * Generated from protobuf field string duration = 3; + * Generated from protobuf field string duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getDuration() @@ -100,12 +100,12 @@ public function getDuration() } /** - * [Output only] Duration of the time window, automatically chosen to be + * Output only. Duration of the time window, automatically chosen to be * smallest possible in the given scenario. * Duration will be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) * format "PTnHnMnS". * - * Generated from protobuf field string duration = 3; + * Generated from protobuf field string duration = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ diff --git a/Container/src/V1/EnterpriseConfig.php b/Container/src/V1/EnterpriseConfig.php index c0ab85a86448..a9b9bd03661a 100644 --- a/Container/src/V1/EnterpriseConfig.php +++ b/Container/src/V1/EnterpriseConfig.php @@ -16,8 +16,7 @@ class EnterpriseConfig extends \Google\Protobuf\Internal\Message { /** - * Output only. [Output only] cluster_tier specifies the premium tier of the - * cluster. + * Output only. cluster_tier specifies the premium tier of the cluster. * * Generated from protobuf field .google.container.v1.EnterpriseConfig.ClusterTier cluster_tier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -30,8 +29,7 @@ class EnterpriseConfig extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type int $cluster_tier - * Output only. [Output only] cluster_tier specifies the premium tier of the - * cluster. + * Output only. cluster_tier specifies the premium tier of the cluster. * } */ public function __construct($data = NULL) { @@ -40,8 +38,7 @@ public function __construct($data = NULL) { } /** - * Output only. [Output only] cluster_tier specifies the premium tier of the - * cluster. + * Output only. cluster_tier specifies the premium tier of the cluster. * * Generated from protobuf field .google.container.v1.EnterpriseConfig.ClusterTier cluster_tier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return int @@ -52,8 +49,7 @@ public function getClusterTier() } /** - * Output only. [Output only] cluster_tier specifies the premium tier of the - * cluster. + * Output only. cluster_tier specifies the premium tier of the cluster. * * Generated from protobuf field .google.container.v1.EnterpriseConfig.ClusterTier cluster_tier = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var diff --git a/Container/src/V1/Fleet.php b/Container/src/V1/Fleet.php index cd7a9222450c..e9026cff9acf 100644 --- a/Container/src/V1/Fleet.php +++ b/Container/src/V1/Fleet.php @@ -24,18 +24,18 @@ class Fleet extends \Google\Protobuf\Internal\Message */ private $project = ''; /** - * [Output only] The full resource name of the registered fleet membership of + * Output only. The full resource name of the registered fleet membership of * the cluster, in the format * `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`. * - * Generated from protobuf field string membership = 2; + * Generated from protobuf field string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $membership = ''; /** - * [Output only] Whether the cluster has been registered through the fleet + * Output only. Whether the cluster has been registered through the fleet * API. * - * Generated from protobuf field bool pre_registered = 3; + * Generated from protobuf field bool pre_registered = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $pre_registered = false; @@ -50,11 +50,11 @@ class Fleet extends \Google\Protobuf\Internal\Message * will be registered to. This field cannot be changed after the cluster has * been registered. * @type string $membership - * [Output only] The full resource name of the registered fleet membership of + * Output only. The full resource name of the registered fleet membership of * the cluster, in the format * `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`. * @type bool $pre_registered - * [Output only] Whether the cluster has been registered through the fleet + * Output only. Whether the cluster has been registered through the fleet * API. * } */ @@ -94,11 +94,11 @@ public function setProject($var) } /** - * [Output only] The full resource name of the registered fleet membership of + * Output only. The full resource name of the registered fleet membership of * the cluster, in the format * `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`. * - * Generated from protobuf field string membership = 2; + * Generated from protobuf field string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getMembership() @@ -107,11 +107,11 @@ public function getMembership() } /** - * [Output only] The full resource name of the registered fleet membership of + * Output only. The full resource name of the registered fleet membership of * the cluster, in the format * `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`. * - * Generated from protobuf field string membership = 2; + * Generated from protobuf field string membership = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -124,10 +124,10 @@ public function setMembership($var) } /** - * [Output only] Whether the cluster has been registered through the fleet + * Output only. Whether the cluster has been registered through the fleet * API. * - * Generated from protobuf field bool pre_registered = 3; + * Generated from protobuf field bool pre_registered = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return bool */ public function getPreRegistered() @@ -136,10 +136,10 @@ public function getPreRegistered() } /** - * [Output only] Whether the cluster has been registered through the fleet + * Output only. Whether the cluster has been registered through the fleet * API. * - * Generated from protobuf field bool pre_registered = 3; + * Generated from protobuf field bool pre_registered = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param bool $var * @return $this */ diff --git a/Container/src/V1/IPAllocationPolicy.php b/Container/src/V1/IPAllocationPolicy.php index 2e86fa97c78a..ee0d0420343b 100644 --- a/Container/src/V1/IPAllocationPolicy.php +++ b/Container/src/V1/IPAllocationPolicy.php @@ -182,21 +182,20 @@ class IPAllocationPolicy extends \Google\Protobuf\Internal\Message */ private $pod_cidr_overprovision_config = null; /** - * Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and - * pods. + * Output only. The subnet's IPv6 CIDR block used by nodes and pods. * * Generated from protobuf field string subnet_ipv6_cidr_block = 22 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $subnet_ipv6_cidr_block = ''; /** - * Output only. [Output only] The services IPv6 CIDR block for the cluster. + * Output only. The services IPv6 CIDR block for the cluster. * * Generated from protobuf field string services_ipv6_cidr_block = 23 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $services_ipv6_cidr_block = ''; /** - * Output only. [Output only] The additional pod ranges that are added to the - * cluster. These pod ranges can be used by new node pools to allocate pod IPs + * Output only. The additional pod ranges that are added to the cluster. + * These pod ranges can be used by new node pools to allocate pod IPs * automatically. Once the range is removed it will not show up in * IPAllocationPolicy. * @@ -204,9 +203,9 @@ class IPAllocationPolicy extends \Google\Protobuf\Internal\Message */ private $additional_pod_ranges_config = null; /** - * Output only. [Output only] The utilization of the cluster default IPv4 - * range for the pod. The ratio is Usage/[Total number of IPs in the secondary - * range], Usage=numNodes*numZones*podIPsPerNode. + * Output only. The utilization of the cluster default IPv4 range for the + * pod. The ratio is Usage/[Total number of IPs in the secondary range], + * Usage=numNodes*numZones*podIPsPerNode. * * Generated from protobuf field double default_pod_ipv4_range_utilization = 25 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -318,19 +317,18 @@ class IPAllocationPolicy extends \Google\Protobuf\Internal\Message * Example: max_pods_per_node of 30 will result in 32 IPs (/27) when * overprovisioning is disabled. * @type string $subnet_ipv6_cidr_block - * Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and - * pods. + * Output only. The subnet's IPv6 CIDR block used by nodes and pods. * @type string $services_ipv6_cidr_block - * Output only. [Output only] The services IPv6 CIDR block for the cluster. + * Output only. The services IPv6 CIDR block for the cluster. * @type \Google\Cloud\Container\V1\AdditionalPodRangesConfig $additional_pod_ranges_config - * Output only. [Output only] The additional pod ranges that are added to the - * cluster. These pod ranges can be used by new node pools to allocate pod IPs + * Output only. The additional pod ranges that are added to the cluster. + * These pod ranges can be used by new node pools to allocate pod IPs * automatically. Once the range is removed it will not show up in * IPAllocationPolicy. * @type float $default_pod_ipv4_range_utilization - * Output only. [Output only] The utilization of the cluster default IPv4 - * range for the pod. The ratio is Usage/[Total number of IPs in the secondary - * range], Usage=numNodes*numZones*podIPsPerNode. + * Output only. The utilization of the cluster default IPv4 range for the + * pod. The ratio is Usage/[Total number of IPs in the secondary range], + * Usage=numNodes*numZones*podIPsPerNode. * } */ public function __construct($data = NULL) { @@ -911,8 +909,7 @@ public function setPodCidrOverprovisionConfig($var) } /** - * Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and - * pods. + * Output only. The subnet's IPv6 CIDR block used by nodes and pods. * * Generated from protobuf field string subnet_ipv6_cidr_block = 22 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string @@ -923,8 +920,7 @@ public function getSubnetIpv6CidrBlock() } /** - * Output only. [Output only] The subnet's IPv6 CIDR block used by nodes and - * pods. + * Output only. The subnet's IPv6 CIDR block used by nodes and pods. * * Generated from protobuf field string subnet_ipv6_cidr_block = 22 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var @@ -939,7 +935,7 @@ public function setSubnetIpv6CidrBlock($var) } /** - * Output only. [Output only] The services IPv6 CIDR block for the cluster. + * Output only. The services IPv6 CIDR block for the cluster. * * Generated from protobuf field string services_ipv6_cidr_block = 23 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string @@ -950,7 +946,7 @@ public function getServicesIpv6CidrBlock() } /** - * Output only. [Output only] The services IPv6 CIDR block for the cluster. + * Output only. The services IPv6 CIDR block for the cluster. * * Generated from protobuf field string services_ipv6_cidr_block = 23 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var @@ -965,8 +961,8 @@ public function setServicesIpv6CidrBlock($var) } /** - * Output only. [Output only] The additional pod ranges that are added to the - * cluster. These pod ranges can be used by new node pools to allocate pod IPs + * Output only. The additional pod ranges that are added to the cluster. + * These pod ranges can be used by new node pools to allocate pod IPs * automatically. Once the range is removed it will not show up in * IPAllocationPolicy. * @@ -989,8 +985,8 @@ public function clearAdditionalPodRangesConfig() } /** - * Output only. [Output only] The additional pod ranges that are added to the - * cluster. These pod ranges can be used by new node pools to allocate pod IPs + * Output only. The additional pod ranges that are added to the cluster. + * These pod ranges can be used by new node pools to allocate pod IPs * automatically. Once the range is removed it will not show up in * IPAllocationPolicy. * @@ -1007,9 +1003,9 @@ public function setAdditionalPodRangesConfig($var) } /** - * Output only. [Output only] The utilization of the cluster default IPv4 - * range for the pod. The ratio is Usage/[Total number of IPs in the secondary - * range], Usage=numNodes*numZones*podIPsPerNode. + * Output only. The utilization of the cluster default IPv4 range for the + * pod. The ratio is Usage/[Total number of IPs in the secondary range], + * Usage=numNodes*numZones*podIPsPerNode. * * Generated from protobuf field double default_pod_ipv4_range_utilization = 25 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return float @@ -1020,9 +1016,9 @@ public function getDefaultPodIpv4RangeUtilization() } /** - * Output only. [Output only] The utilization of the cluster default IPv4 - * range for the pod. The ratio is Usage/[Total number of IPs in the secondary - * range], Usage=numNodes*numZones*podIPsPerNode. + * Output only. The utilization of the cluster default IPv4 range for the + * pod. The ratio is Usage/[Total number of IPs in the secondary range], + * Usage=numNodes*numZones*podIPsPerNode. * * Generated from protobuf field double default_pod_ipv4_range_utilization = 25 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param float $var diff --git a/Container/src/V1/MasterAuth.php b/Container/src/V1/MasterAuth.php index ae3cc7ec1d1a..454430d5a797 100644 --- a/Container/src/V1/MasterAuth.php +++ b/Container/src/V1/MasterAuth.php @@ -53,24 +53,24 @@ class MasterAuth extends \Google\Protobuf\Internal\Message */ private $client_certificate_config = null; /** - * [Output only] Base64-encoded public certificate that is the root of + * Output only. Base64-encoded public certificate that is the root of * trust for the cluster. * - * Generated from protobuf field string cluster_ca_certificate = 100; + * Generated from protobuf field string cluster_ca_certificate = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $cluster_ca_certificate = ''; /** - * [Output only] Base64-encoded public certificate used by clients to + * Output only. Base64-encoded public certificate used by clients to * authenticate to the cluster endpoint. * - * Generated from protobuf field string client_certificate = 101; + * Generated from protobuf field string client_certificate = 101 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $client_certificate = ''; /** - * [Output only] Base64-encoded private key used by clients to authenticate + * Output only. Base64-encoded private key used by clients to authenticate * to the cluster endpoint. * - * Generated from protobuf field string client_key = 102; + * Generated from protobuf field string client_key = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $client_key = ''; @@ -102,13 +102,13 @@ class MasterAuth extends \Google\Protobuf\Internal\Message * clusters before v1.12, if no configuration is specified, a client * certificate is issued. * @type string $cluster_ca_certificate - * [Output only] Base64-encoded public certificate that is the root of + * Output only. Base64-encoded public certificate that is the root of * trust for the cluster. * @type string $client_certificate - * [Output only] Base64-encoded public certificate used by clients to + * Output only. Base64-encoded public certificate used by clients to * authenticate to the cluster endpoint. * @type string $client_key - * [Output only] Base64-encoded private key used by clients to authenticate + * Output only. Base64-encoded private key used by clients to authenticate * to the cluster endpoint. * } */ @@ -244,10 +244,10 @@ public function setClientCertificateConfig($var) } /** - * [Output only] Base64-encoded public certificate that is the root of + * Output only. Base64-encoded public certificate that is the root of * trust for the cluster. * - * Generated from protobuf field string cluster_ca_certificate = 100; + * Generated from protobuf field string cluster_ca_certificate = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getClusterCaCertificate() @@ -256,10 +256,10 @@ public function getClusterCaCertificate() } /** - * [Output only] Base64-encoded public certificate that is the root of + * Output only. Base64-encoded public certificate that is the root of * trust for the cluster. * - * Generated from protobuf field string cluster_ca_certificate = 100; + * Generated from protobuf field string cluster_ca_certificate = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -272,10 +272,10 @@ public function setClusterCaCertificate($var) } /** - * [Output only] Base64-encoded public certificate used by clients to + * Output only. Base64-encoded public certificate used by clients to * authenticate to the cluster endpoint. * - * Generated from protobuf field string client_certificate = 101; + * Generated from protobuf field string client_certificate = 101 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getClientCertificate() @@ -284,10 +284,10 @@ public function getClientCertificate() } /** - * [Output only] Base64-encoded public certificate used by clients to + * Output only. Base64-encoded public certificate used by clients to * authenticate to the cluster endpoint. * - * Generated from protobuf field string client_certificate = 101; + * Generated from protobuf field string client_certificate = 101 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -300,10 +300,10 @@ public function setClientCertificate($var) } /** - * [Output only] Base64-encoded private key used by clients to authenticate + * Output only. Base64-encoded private key used by clients to authenticate * to the cluster endpoint. * - * Generated from protobuf field string client_key = 102; + * Generated from protobuf field string client_key = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getClientKey() @@ -312,10 +312,10 @@ public function getClientKey() } /** - * [Output only] Base64-encoded private key used by clients to authenticate + * Output only. Base64-encoded private key used by clients to authenticate * to the cluster endpoint. * - * Generated from protobuf field string client_key = 102; + * Generated from protobuf field string client_key = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ diff --git a/Container/src/V1/NetworkConfig.php b/Container/src/V1/NetworkConfig.php index 48ea018b3dac..f3079c704416 100644 --- a/Container/src/V1/NetworkConfig.php +++ b/Container/src/V1/NetworkConfig.php @@ -21,7 +21,7 @@ class NetworkConfig extends \Google\Protobuf\Internal\Message * to which the cluster is connected. Example: * projects/my-project/global/networks/my-network * - * Generated from protobuf field string network = 1; + * Generated from protobuf field string network = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $network = ''; /** @@ -30,7 +30,7 @@ class NetworkConfig extends \Google\Protobuf\Internal\Message * cluster is connected. Example: * projects/my-project/regions/us-central1/subnetworks/my-subnet * - * Generated from protobuf field string subnetwork = 2; + * Generated from protobuf field string subnetwork = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $subnetwork = ''; /** @@ -187,7 +187,7 @@ public function __construct($data = NULL) { * to which the cluster is connected. Example: * projects/my-project/global/networks/my-network * - * Generated from protobuf field string network = 1; + * Generated from protobuf field string network = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getNetwork() @@ -201,7 +201,7 @@ public function getNetwork() * to which the cluster is connected. Example: * projects/my-project/global/networks/my-network * - * Generated from protobuf field string network = 1; + * Generated from protobuf field string network = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -219,7 +219,7 @@ public function setNetwork($var) * cluster is connected. Example: * projects/my-project/regions/us-central1/subnetworks/my-subnet * - * Generated from protobuf field string subnetwork = 2; + * Generated from protobuf field string subnetwork = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getSubnetwork() @@ -233,7 +233,7 @@ public function getSubnetwork() * cluster is connected. Example: * projects/my-project/regions/us-central1/subnetworks/my-subnet * - * Generated from protobuf field string subnetwork = 2; + * Generated from protobuf field string subnetwork = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ diff --git a/Container/src/V1/NodeNetworkConfig.php b/Container/src/V1/NodeNetworkConfig.php index 1e2e0ad93d88..f70cc382318a 100644 --- a/Container/src/V1/NodeNetworkConfig.php +++ b/Container/src/V1/NodeNetworkConfig.php @@ -98,7 +98,7 @@ class NodeNetworkConfig extends \Google\Protobuf\Internal\Message */ private $additional_pod_network_configs; /** - * Output only. [Output only] The utilization of the IPv4 range for the pod. + * Output only. The utilization of the IPv4 range for the pod. * The ratio is Usage/[Total number of IPs in the secondary range], * Usage=numNodes*numZones*podIPsPerNode. * @@ -163,7 +163,7 @@ class NodeNetworkConfig extends \Google\Protobuf\Internal\Message * We specify the additional pod networks for this node pool using this list. * Each pod network corresponds to an additional alias IP range for the node * @type float $pod_ipv4_range_utilization - * Output only. [Output only] The utilization of the IPv4 range for the pod. + * Output only. The utilization of the IPv4 range for the pod. * The ratio is Usage/[Total number of IPs in the secondary range], * Usage=numNodes*numZones*podIPsPerNode. * } @@ -480,7 +480,7 @@ public function setAdditionalPodNetworkConfigs($var) } /** - * Output only. [Output only] The utilization of the IPv4 range for the pod. + * Output only. The utilization of the IPv4 range for the pod. * The ratio is Usage/[Total number of IPs in the secondary range], * Usage=numNodes*numZones*podIPsPerNode. * @@ -493,7 +493,7 @@ public function getPodIpv4RangeUtilization() } /** - * Output only. [Output only] The utilization of the IPv4 range for the pod. + * Output only. The utilization of the IPv4 range for the pod. * The ratio is Usage/[Total number of IPs in the secondary range], * Usage=numNodes*numZones*podIPsPerNode. * diff --git a/Container/src/V1/NodePool.php b/Container/src/V1/NodePool.php index 653bbe9d7da9..3828f1e059f9 100644 --- a/Container/src/V1/NodePool.php +++ b/Container/src/V1/NodePool.php @@ -62,9 +62,9 @@ class NodePool extends \Google\Protobuf\Internal\Message */ private $network_config = null; /** - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * - * Generated from protobuf field string self_link = 100; + * Generated from protobuf field string self_link = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $self_link = ''; /** @@ -76,27 +76,27 @@ class NodePool extends \Google\Protobuf\Internal\Message */ private $version = ''; /** - * [Output only] The resource URLs of the [managed instance + * Output only. The resource URLs of the [managed instance * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) * associated with this node pool. * During the node pool blue-green upgrade operation, the URLs contain both * blue and green resources. * - * Generated from protobuf field repeated string instance_group_urls = 102; + * Generated from protobuf field repeated string instance_group_urls = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $instance_group_urls; /** - * [Output only] The status of the nodes in this pool instance. + * Output only. The status of the nodes in this pool instance. * - * Generated from protobuf field .google.container.v1.NodePool.Status status = 103; + * Generated from protobuf field .google.container.v1.NodePool.Status status = 103 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $status = 0; /** - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * node pool instance, if available. * - * Generated from protobuf field string status_message = 104 [deprecated = true]; + * Generated from protobuf field string status_message = 104 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @deprecated */ protected $status_message = ''; @@ -127,9 +127,9 @@ class NodePool extends \Google\Protobuf\Internal\Message */ private $conditions; /** - * [Output only] The pod CIDR block size per node in this node pool. + * Output only. The pod CIDR block size per node in this node pool. * - * Generated from protobuf field int32 pod_ipv4_cidr_size = 7; + * Generated from protobuf field int32 pod_ipv4_cidr_size = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $pod_ipv4_cidr_size = 0; /** @@ -145,8 +145,8 @@ class NodePool extends \Google\Protobuf\Internal\Message */ private $placement_policy = null; /** - * Output only. [Output only] Update info contains relevant information during - * a node pool update. + * Output only. Update info contains relevant information during a node + * pool update. * * Generated from protobuf field .google.container.v1.NodePool.UpdateInfo update_info = 109 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -200,21 +200,21 @@ class NodePool extends \Google\Protobuf\Internal\Message * Networking configuration for this NodePool. If specified, it overrides the * cluster-level defaults. * @type string $self_link - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * @type string $version * The version of Kubernetes running on this NodePool's nodes. If unspecified, * it defaults as described * [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version). * @type array|\Google\Protobuf\Internal\RepeatedField $instance_group_urls - * [Output only] The resource URLs of the [managed instance + * Output only. The resource URLs of the [managed instance * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) * associated with this node pool. * During the node pool blue-green upgrade operation, the URLs contain both * blue and green resources. * @type int $status - * [Output only] The status of the nodes in this pool instance. + * Output only. The status of the nodes in this pool instance. * @type string $status_message - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * node pool instance, if available. * @type \Google\Cloud\Container\V1\NodePoolAutoscaling $autoscaling @@ -228,14 +228,14 @@ class NodePool extends \Google\Protobuf\Internal\Message * @type array<\Google\Cloud\Container\V1\StatusCondition>|\Google\Protobuf\Internal\RepeatedField $conditions * Which conditions caused the current node pool state. * @type int $pod_ipv4_cidr_size - * [Output only] The pod CIDR block size per node in this node pool. + * Output only. The pod CIDR block size per node in this node pool. * @type \Google\Cloud\Container\V1\NodePool\UpgradeSettings $upgrade_settings * Upgrade settings control disruption and speed of the upgrade. * @type \Google\Cloud\Container\V1\NodePool\PlacementPolicy $placement_policy * Specifies the node placement policy. * @type \Google\Cloud\Container\V1\NodePool\UpdateInfo $update_info - * Output only. [Output only] Update info contains relevant information during - * a node pool update. + * Output only. Update info contains relevant information during a node + * pool update. * @type string $etag * This checksum is computed by the server based on the value of node pool * fields, and may be sent on update requests to ensure the client has an @@ -424,9 +424,9 @@ public function setNetworkConfig($var) } /** - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * - * Generated from protobuf field string self_link = 100; + * Generated from protobuf field string self_link = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getSelfLink() @@ -435,9 +435,9 @@ public function getSelfLink() } /** - * [Output only] Server-defined URL for the resource. + * Output only. Server-defined URL for the resource. * - * Generated from protobuf field string self_link = 100; + * Generated from protobuf field string self_link = 100 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -480,13 +480,13 @@ public function setVersion($var) } /** - * [Output only] The resource URLs of the [managed instance + * Output only. The resource URLs of the [managed instance * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) * associated with this node pool. * During the node pool blue-green upgrade operation, the URLs contain both * blue and green resources. * - * Generated from protobuf field repeated string instance_group_urls = 102; + * Generated from protobuf field repeated string instance_group_urls = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return \Google\Protobuf\Internal\RepeatedField */ public function getInstanceGroupUrls() @@ -495,13 +495,13 @@ public function getInstanceGroupUrls() } /** - * [Output only] The resource URLs of the [managed instance + * Output only. The resource URLs of the [managed instance * groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) * associated with this node pool. * During the node pool blue-green upgrade operation, the URLs contain both * blue and green resources. * - * Generated from protobuf field repeated string instance_group_urls = 102; + * Generated from protobuf field repeated string instance_group_urls = 102 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param array|\Google\Protobuf\Internal\RepeatedField $var * @return $this */ @@ -514,9 +514,9 @@ public function setInstanceGroupUrls($var) } /** - * [Output only] The status of the nodes in this pool instance. + * Output only. The status of the nodes in this pool instance. * - * Generated from protobuf field .google.container.v1.NodePool.Status status = 103; + * Generated from protobuf field .google.container.v1.NodePool.Status status = 103 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return int */ public function getStatus() @@ -525,9 +525,9 @@ public function getStatus() } /** - * [Output only] The status of the nodes in this pool instance. + * Output only. The status of the nodes in this pool instance. * - * Generated from protobuf field .google.container.v1.NodePool.Status status = 103; + * Generated from protobuf field .google.container.v1.NodePool.Status status = 103 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var * @return $this */ @@ -540,11 +540,11 @@ public function setStatus($var) } /** - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * node pool instance, if available. * - * Generated from protobuf field string status_message = 104 [deprecated = true]; + * Generated from protobuf field string status_message = 104 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @return string * @deprecated */ @@ -555,11 +555,11 @@ public function getStatusMessage() } /** - * [Output only] Deprecated. Use conditions instead. + * Output only. Deprecated. Use conditions instead. * Additional information about the current status of this * node pool instance, if available. * - * Generated from protobuf field string status_message = 104 [deprecated = true]; + * Generated from protobuf field string status_message = 104 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this * @deprecated @@ -712,9 +712,9 @@ public function setConditions($var) } /** - * [Output only] The pod CIDR block size per node in this node pool. + * Output only. The pod CIDR block size per node in this node pool. * - * Generated from protobuf field int32 pod_ipv4_cidr_size = 7; + * Generated from protobuf field int32 pod_ipv4_cidr_size = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return int */ public function getPodIpv4CidrSize() @@ -723,9 +723,9 @@ public function getPodIpv4CidrSize() } /** - * [Output only] The pod CIDR block size per node in this node pool. + * Output only. The pod CIDR block size per node in this node pool. * - * Generated from protobuf field int32 pod_ipv4_cidr_size = 7; + * Generated from protobuf field int32 pod_ipv4_cidr_size = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var * @return $this */ @@ -810,8 +810,8 @@ public function setPlacementPolicy($var) } /** - * Output only. [Output only] Update info contains relevant information during - * a node pool update. + * Output only. Update info contains relevant information during a node + * pool update. * * Generated from protobuf field .google.container.v1.NodePool.UpdateInfo update_info = 109 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return \Google\Cloud\Container\V1\NodePool\UpdateInfo|null @@ -832,8 +832,8 @@ public function clearUpdateInfo() } /** - * Output only. [Output only] Update info contains relevant information during - * a node pool update. + * Output only. Update info contains relevant information during a node + * pool update. * * Generated from protobuf field .google.container.v1.NodePool.UpdateInfo update_info = 109 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param \Google\Cloud\Container\V1\NodePool\UpdateInfo $var diff --git a/Container/src/V1/Operation.php b/Container/src/V1/Operation.php index b2cb9cb83dc9..2c075de28e1d 100644 --- a/Container/src/V1/Operation.php +++ b/Container/src/V1/Operation.php @@ -17,36 +17,36 @@ class Operation extends \Google\Protobuf\Internal\Message { /** - * The server-assigned ID for the operation. + * Output only. The server-assigned ID for the operation. * - * Generated from protobuf field string name = 1; + * Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $name = ''; /** - * The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * operation is taking place. This field is deprecated, use location instead. * - * Generated from protobuf field string zone = 2 [deprecated = true]; + * Generated from protobuf field string zone = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @deprecated */ protected $zone = ''; /** - * The operation type. + * Output only. The operation type. * - * Generated from protobuf field .google.container.v1.Operation.Type operation_type = 3; + * Generated from protobuf field .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $operation_type = 0; /** - * The current status of the operation. + * Output only. The current status of the operation. * - * Generated from protobuf field .google.container.v1.Operation.Status status = 4; + * Generated from protobuf field .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $status = 0; /** - * Detailed operation progress, if available. + * Output only. Detailed operation progress, if available. * - * Generated from protobuf field string detail = 8; + * Generated from protobuf field string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $detail = ''; /** @@ -58,17 +58,17 @@ class Operation extends \Google\Protobuf\Internal\Message */ protected $status_message = ''; /** - * Server-defined URI for the operation. Example: + * Output only. Server-defined URI for the operation. Example: * `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`. * - * Generated from protobuf field string self_link = 6; + * Generated from protobuf field string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $self_link = ''; /** - * Server-defined URI for the target of the operation. The format of this is a - * URI to the resource being modified (such as a cluster, node pool, or node). - * For node pool repairs, there may be multiple nodes being repaired, but only - * one will be the target. + * Output only. Server-defined URI for the target of the operation. The format + * of this is a URI to the resource being modified (such as a cluster, node + * pool, or node). For node pool repairs, there may be multiple nodes being + * repaired, but only one will be the target. * Examples: * - * ## @@ -77,35 +77,35 @@ class Operation extends \Google\Protobuf\Internal\Message * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node` * - * Generated from protobuf field string target_link = 7; + * Generated from protobuf field string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $target_link = ''; /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * in which the cluster resides. * - * Generated from protobuf field string location = 9; + * Generated from protobuf field string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $location = ''; /** - * [Output only] The time the operation started, in + * Output only. The time the operation started, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string start_time = 10; + * Generated from protobuf field string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $start_time = ''; /** - * [Output only] The time the operation completed, in + * Output only. The time the operation completed, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string end_time = 11; + * Generated from protobuf field string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $end_time = ''; /** - * Output only. [Output only] Progress information for an operation. + * Output only. Progress information for an operation. * * Generated from protobuf field .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -140,28 +140,28 @@ class Operation extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $name - * The server-assigned ID for the operation. + * Output only. The server-assigned ID for the operation. * @type string $zone - * The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * operation is taking place. This field is deprecated, use location instead. * @type int $operation_type - * The operation type. + * Output only. The operation type. * @type int $status - * The current status of the operation. + * Output only. The current status of the operation. * @type string $detail - * Detailed operation progress, if available. + * Output only. Detailed operation progress, if available. * @type string $status_message * Output only. If an error has occurred, a textual description of the error. * Deprecated. Use the field error instead. * @type string $self_link - * Server-defined URI for the operation. Example: + * Output only. Server-defined URI for the operation. Example: * `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`. * @type string $target_link - * Server-defined URI for the target of the operation. The format of this is a - * URI to the resource being modified (such as a cluster, node pool, or node). - * For node pool repairs, there may be multiple nodes being repaired, but only - * one will be the target. + * Output only. Server-defined URI for the target of the operation. The format + * of this is a URI to the resource being modified (such as a cluster, node + * pool, or node). For node pool repairs, there may be multiple nodes being + * repaired, but only one will be the target. * Examples: * - * ## @@ -170,19 +170,19 @@ class Operation extends \Google\Protobuf\Internal\Message * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node` * @type string $location - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * in which the cluster resides. * @type string $start_time - * [Output only] The time the operation started, in + * Output only. The time the operation started, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * @type string $end_time - * [Output only] The time the operation completed, in + * Output only. The time the operation completed, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * @type \Google\Cloud\Container\V1\OperationProgress $progress - * Output only. [Output only] Progress information for an operation. + * Output only. Progress information for an operation. * @type array<\Google\Cloud\Container\V1\StatusCondition>|\Google\Protobuf\Internal\RepeatedField $cluster_conditions * Which conditions caused the current cluster state. * Deprecated. Use field error instead. @@ -199,9 +199,9 @@ public function __construct($data = NULL) { } /** - * The server-assigned ID for the operation. + * Output only. The server-assigned ID for the operation. * - * Generated from protobuf field string name = 1; + * Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getName() @@ -210,9 +210,9 @@ public function getName() } /** - * The server-assigned ID for the operation. + * Output only. The server-assigned ID for the operation. * - * Generated from protobuf field string name = 1; + * Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -225,11 +225,11 @@ public function setName($var) } /** - * The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * operation is taking place. This field is deprecated, use location instead. * - * Generated from protobuf field string zone = 2 [deprecated = true]; + * Generated from protobuf field string zone = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @return string * @deprecated */ @@ -240,11 +240,11 @@ public function getZone() } /** - * The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/zones#available) in which the * operation is taking place. This field is deprecated, use location instead. * - * Generated from protobuf field string zone = 2 [deprecated = true]; + * Generated from protobuf field string zone = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this * @deprecated @@ -259,9 +259,9 @@ public function setZone($var) } /** - * The operation type. + * Output only. The operation type. * - * Generated from protobuf field .google.container.v1.Operation.Type operation_type = 3; + * Generated from protobuf field .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return int */ public function getOperationType() @@ -270,9 +270,9 @@ public function getOperationType() } /** - * The operation type. + * Output only. The operation type. * - * Generated from protobuf field .google.container.v1.Operation.Type operation_type = 3; + * Generated from protobuf field .google.container.v1.Operation.Type operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var * @return $this */ @@ -285,9 +285,9 @@ public function setOperationType($var) } /** - * The current status of the operation. + * Output only. The current status of the operation. * - * Generated from protobuf field .google.container.v1.Operation.Status status = 4; + * Generated from protobuf field .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return int */ public function getStatus() @@ -296,9 +296,9 @@ public function getStatus() } /** - * The current status of the operation. + * Output only. The current status of the operation. * - * Generated from protobuf field .google.container.v1.Operation.Status status = 4; + * Generated from protobuf field .google.container.v1.Operation.Status status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param int $var * @return $this */ @@ -311,9 +311,9 @@ public function setStatus($var) } /** - * Detailed operation progress, if available. + * Output only. Detailed operation progress, if available. * - * Generated from protobuf field string detail = 8; + * Generated from protobuf field string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getDetail() @@ -322,9 +322,9 @@ public function getDetail() } /** - * Detailed operation progress, if available. + * Output only. Detailed operation progress, if available. * - * Generated from protobuf field string detail = 8; + * Generated from protobuf field string detail = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -369,10 +369,10 @@ public function setStatusMessage($var) } /** - * Server-defined URI for the operation. Example: + * Output only. Server-defined URI for the operation. Example: * `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`. * - * Generated from protobuf field string self_link = 6; + * Generated from protobuf field string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getSelfLink() @@ -381,10 +381,10 @@ public function getSelfLink() } /** - * Server-defined URI for the operation. Example: + * Output only. Server-defined URI for the operation. Example: * `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`. * - * Generated from protobuf field string self_link = 6; + * Generated from protobuf field string self_link = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -397,10 +397,10 @@ public function setSelfLink($var) } /** - * Server-defined URI for the target of the operation. The format of this is a - * URI to the resource being modified (such as a cluster, node pool, or node). - * For node pool repairs, there may be multiple nodes being repaired, but only - * one will be the target. + * Output only. Server-defined URI for the target of the operation. The format + * of this is a URI to the resource being modified (such as a cluster, node + * pool, or node). For node pool repairs, there may be multiple nodes being + * repaired, but only one will be the target. * Examples: * - * ## @@ -409,7 +409,7 @@ public function setSelfLink($var) * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node` * - * Generated from protobuf field string target_link = 7; + * Generated from protobuf field string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getTargetLink() @@ -418,10 +418,10 @@ public function getTargetLink() } /** - * Server-defined URI for the target of the operation. The format of this is a - * URI to the resource being modified (such as a cluster, node pool, or node). - * For node pool repairs, there may be multiple nodes being repaired, but only - * one will be the target. + * Output only. Server-defined URI for the target of the operation. The format + * of this is a URI to the resource being modified (such as a cluster, node + * pool, or node). For node pool repairs, there may be multiple nodes being + * repaired, but only one will be the target. * Examples: * - * ## @@ -430,7 +430,7 @@ public function getTargetLink() * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` * `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node` * - * Generated from protobuf field string target_link = 7; + * Generated from protobuf field string target_link = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -443,13 +443,13 @@ public function setTargetLink($var) } /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * in which the cluster resides. * - * Generated from protobuf field string location = 9; + * Generated from protobuf field string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getLocation() @@ -458,13 +458,13 @@ public function getLocation() } /** - * [Output only] The name of the Google Compute Engine + * Output only. The name of the Google Compute Engine * [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * or * [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) * in which the cluster resides. * - * Generated from protobuf field string location = 9; + * Generated from protobuf field string location = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -477,10 +477,10 @@ public function setLocation($var) } /** - * [Output only] The time the operation started, in + * Output only. The time the operation started, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string start_time = 10; + * Generated from protobuf field string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getStartTime() @@ -489,10 +489,10 @@ public function getStartTime() } /** - * [Output only] The time the operation started, in + * Output only. The time the operation started, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string start_time = 10; + * Generated from protobuf field string start_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -505,10 +505,10 @@ public function setStartTime($var) } /** - * [Output only] The time the operation completed, in + * Output only. The time the operation completed, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string end_time = 11; + * Generated from protobuf field string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getEndTime() @@ -517,10 +517,10 @@ public function getEndTime() } /** - * [Output only] The time the operation completed, in + * Output only. The time the operation completed, in * [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format. * - * Generated from protobuf field string end_time = 11; + * Generated from protobuf field string end_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -533,7 +533,7 @@ public function setEndTime($var) } /** - * Output only. [Output only] Progress information for an operation. + * Output only. Progress information for an operation. * * Generated from protobuf field .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return \Google\Cloud\Container\V1\OperationProgress|null @@ -554,7 +554,7 @@ public function clearProgress() } /** - * Output only. [Output only] Progress information for an operation. + * Output only. Progress information for an operation. * * Generated from protobuf field .google.container.v1.OperationProgress progress = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param \Google\Cloud\Container\V1\OperationProgress $var diff --git a/Container/src/V1/PrivateClusterConfig.php b/Container/src/V1/PrivateClusterConfig.php index 04be2c3c068e..fab32a3a409a 100644 --- a/Container/src/V1/PrivateClusterConfig.php +++ b/Container/src/V1/PrivateClusterConfig.php @@ -41,19 +41,19 @@ class PrivateClusterConfig extends \Google\Protobuf\Internal\Message /** * Output only. The internal IP address of this cluster's master endpoint. * - * Generated from protobuf field string private_endpoint = 4; + * Generated from protobuf field string private_endpoint = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $private_endpoint = ''; /** * Output only. The external IP address of this cluster's master endpoint. * - * Generated from protobuf field string public_endpoint = 5; + * Generated from protobuf field string public_endpoint = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $public_endpoint = ''; /** * Output only. The peering name in the customer VPC used by this cluster. * - * Generated from protobuf field string peering_name = 7; + * Generated from protobuf field string peering_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $peering_name = ''; /** @@ -196,7 +196,7 @@ public function setMasterIpv4CidrBlock($var) /** * Output only. The internal IP address of this cluster's master endpoint. * - * Generated from protobuf field string private_endpoint = 4; + * Generated from protobuf field string private_endpoint = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getPrivateEndpoint() @@ -207,7 +207,7 @@ public function getPrivateEndpoint() /** * Output only. The internal IP address of this cluster's master endpoint. * - * Generated from protobuf field string private_endpoint = 4; + * Generated from protobuf field string private_endpoint = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -222,7 +222,7 @@ public function setPrivateEndpoint($var) /** * Output only. The external IP address of this cluster's master endpoint. * - * Generated from protobuf field string public_endpoint = 5; + * Generated from protobuf field string public_endpoint = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getPublicEndpoint() @@ -233,7 +233,7 @@ public function getPublicEndpoint() /** * Output only. The external IP address of this cluster's master endpoint. * - * Generated from protobuf field string public_endpoint = 5; + * Generated from protobuf field string public_endpoint = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ @@ -248,7 +248,7 @@ public function setPublicEndpoint($var) /** * Output only. The peering name in the customer VPC used by this cluster. * - * Generated from protobuf field string peering_name = 7; + * Generated from protobuf field string peering_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string */ public function getPeeringName() @@ -259,7 +259,7 @@ public function getPeeringName() /** * Output only. The peering name in the customer VPC used by this cluster. * - * Generated from protobuf field string peering_name = 7; + * Generated from protobuf field string peering_name = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var * @return $this */ diff --git a/Container/src/V1/RangeInfo.php b/Container/src/V1/RangeInfo.php index 2ff1fcc78679..777b37f7dfd2 100644 --- a/Container/src/V1/RangeInfo.php +++ b/Container/src/V1/RangeInfo.php @@ -16,13 +16,13 @@ class RangeInfo extends \Google\Protobuf\Internal\Message { /** - * Output only. [Output only] Name of a range. + * Output only. Name of a range. * * Generated from protobuf field string range_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ private $range_name = ''; /** - * Output only. [Output only] The utilization of the range. + * Output only. The utilization of the range. * * Generated from protobuf field double utilization = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -35,9 +35,9 @@ class RangeInfo extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $range_name - * Output only. [Output only] Name of a range. + * Output only. Name of a range. * @type float $utilization - * Output only. [Output only] The utilization of the range. + * Output only. The utilization of the range. * } */ public function __construct($data = NULL) { @@ -46,7 +46,7 @@ public function __construct($data = NULL) { } /** - * Output only. [Output only] Name of a range. + * Output only. Name of a range. * * Generated from protobuf field string range_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return string @@ -57,7 +57,7 @@ public function getRangeName() } /** - * Output only. [Output only] Name of a range. + * Output only. Name of a range. * * Generated from protobuf field string range_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param string $var @@ -72,7 +72,7 @@ public function setRangeName($var) } /** - * Output only. [Output only] The utilization of the range. + * Output only. The utilization of the range. * * Generated from protobuf field double utilization = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return float @@ -83,7 +83,7 @@ public function getUtilization() } /** - * Output only. [Output only] The utilization of the range. + * Output only. The utilization of the range. * * Generated from protobuf field double utilization = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param float $var