3232class OrganizationsLocationsFirewallEndpoints extends \Google \Service \Resource
3333{
3434 /**
35- * Creates a new FirewallEndpoint in a given project and location.
35+ * Creates a new FirewallEndpoint in a given organization and location.
3636 * (firewallEndpoints.create)
3737 *
3838 * @param string $parent Required. Value for parent.
@@ -63,7 +63,7 @@ public function create($parent, FirewallEndpoint $postBody, $optParams = [])
6363 return $ this ->call ('create ' , [$ params ], Operation::class);
6464 }
6565 /**
66- * Deletes a single Endpoint. (firewallEndpoints.delete)
66+ * Deletes a single org Endpoint. (firewallEndpoints.delete)
6767 *
6868 * @param string $name Required. Name of the resource
6969 * @param array $optParams Optional parameters.
@@ -89,7 +89,7 @@ public function delete($name, $optParams = [])
8989 return $ this ->call ('delete ' , [$ params ], Operation::class);
9090 }
9191 /**
92- * Gets details of a single Endpoint. (firewallEndpoints.get)
92+ * Gets details of a single org Endpoint. (firewallEndpoints.get)
9393 *
9494 * @param string $name Required. Name of the resource
9595 * @param array $optParams Optional parameters.
@@ -103,7 +103,7 @@ public function get($name, $optParams = [])
103103 return $ this ->call ('get ' , [$ params ], FirewallEndpoint::class);
104104 }
105105 /**
106- * Lists FirewallEndpoints in a given project and location.
106+ * Lists FirewallEndpoints in a given organization and location.
107107 * (firewallEndpoints.listOrganizationsLocationsFirewallEndpoints)
108108 *
109109 * @param string $parent Required. Parent value for ListEndpointsRequest
@@ -126,7 +126,7 @@ public function listOrganizationsLocationsFirewallEndpoints($parent, $optParams
126126 return $ this ->call ('list ' , [$ params ], ListFirewallEndpointsResponse::class);
127127 }
128128 /**
129- * Update a single Endpoint. (firewallEndpoints.patch)
129+ * Update a single org Endpoint. (firewallEndpoints.patch)
130130 *
131131 * @param string $name Immutable. Identifier. Name of resource.
132132 * @param FirewallEndpoint $postBody
0 commit comments