@@ -471,8 +471,7 @@ def update!(**args)
471471 class ConnectivityTest
472472 include Google ::Apis ::Core ::Hashable
473473
474- # Whether the test should skip firewall checking. If not provided, we assume
475- # false.
474+ # Whether the analysis should skip firewall checking. Default value is false.
476475 # Corresponds to the JSON property `bypassFirewallChecks`
477476 # @return [Boolean]
478477 attr_accessor :bypass_firewall_checks
@@ -775,9 +774,9 @@ class Endpoint
775774 # A forwarding rule and its corresponding IP address represent the frontend
776775 # configuration of a Google Cloud load balancer. Forwarding rules are also used
777776 # for protocol forwarding, Private Service Connect and other network services to
778- # provide forwarding information in the control plane. Format: projects/`project`
779- # /global/forwardingRules/`id` or projects/`project`/regions/`region`/
780- # forwardingRules/`id`
777+ # provide forwarding information in the control plane. Applicable only to
778+ # destination endpoint. Format: projects/`project`/global/forwardingRules/`id`
779+ # or projects/`project`/regions/`region`/ forwardingRules/`id`
781780 # Corresponds to the JSON property `forwardingRule`
782781 # @return [String]
783782 attr_accessor :forwarding_rule
@@ -822,7 +821,7 @@ class Endpoint
822821 # @return [String]
823822 attr_accessor :load_balancer_type
824823
825- # A Compute Engine network URI.
824+ # A VPC network URI.
826825 # Corresponds to the JSON property `network`
827826 # @return [String]
828827 attr_accessor :network
@@ -839,9 +838,9 @@ class Endpoint
839838 # @return [Fixnum]
840839 attr_accessor :port
841840
842- # Project ID where the endpoint is located. The Project ID can be derived from
843- # the URI if you provide a VM instance or network URI. The following are two
844- # cases where you must provide the project ID: 1. Only the IP address is
841+ # Project ID where the endpoint is located. The project ID can be derived from
842+ # the URI if you provide a endpoint or network URI. The following are two cases
843+ # where you may need to provide the project ID: 1. Only the IP address is
845844 # specified, and the IP address is within a Google Cloud project. 2. When you
846845 # are using Shared VPC and the IP address that you provide is from the service
847846 # project. In this case, the network that the IP address resides in is defined
@@ -851,11 +850,13 @@ class Endpoint
851850 attr_accessor :project_id
852851
853852 # A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI.
853+ # Applicable only to destination endpoint.
854854 # Corresponds to the JSON property `redisCluster`
855855 # @return [String]
856856 attr_accessor :redis_cluster
857857
858858 # A [Redis Instance](https://cloud.google.com/memorystore/docs/redis) URI.
859+ # Applicable only to destination endpoint.
859860 # Corresponds to the JSON property `redisInstance`
860861 # @return [String]
861862 attr_accessor :redis_instance
0 commit comments