@@ -31,8 +31,8 @@ class Connector
3131 # @return [Array<String>]
3232 attr_accessor :connected_projects
3333
34- # The range of internal addresses that follows RFC 4632 notation. Example: `10 .
35- # 132.0.0/28`.
34+ # Optional. The range of internal addresses that follows RFC 4632 notation.
35+ # Example: `10. 132.0.0/28`.
3636 # Corresponds to the JSON property `ipCidrRange`
3737 # @return [String]
3838 attr_accessor :ip_cidr_range
@@ -77,7 +77,7 @@ class Connector
7777 # @return [String]
7878 attr_accessor :name
7979
80- # Name of a VPC network.
80+ # Optional. Name of a VPC network.
8181 # Corresponds to the JSON property `network`
8282 # @return [String]
8383 attr_accessor :network
@@ -456,16 +456,16 @@ def update!(**args)
456456 class Subnet
457457 include Google ::Apis ::Core ::Hashable
458458
459- # Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink
460- # is https://compute.googleapis.com/compute/v1/projects/`project`/regions/`
461- # region`/subnetworks/`subnetName` the correct input for this field would be `
462- # subnetName`
459+ # Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet
460+ # selfLink is https://compute.googleapis.com/compute/v1/projects/`project`/
461+ # regions/` region`/subnetworks/`subnetName` the correct input for this field
462+ # would be ` subnetName`
463463 # Corresponds to the JSON property `name`
464464 # @return [String]
465465 attr_accessor :name
466466
467- # Project in which the subnet exists. If not set, this project is assumed to be
468- # the project for which the connector create request was issued.
467+ # Optional. Project in which the subnet exists. If not set, this project is
468+ # assumed to be the project for which the connector create request was issued.
469469 # Corresponds to the JSON property `projectId`
470470 # @return [String]
471471 attr_accessor :project_id
0 commit comments