@@ -103,7 +103,7 @@ public class NetworkSecurity extends com.google.api.client.googleapis.services.j
103103 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104 * <li>Android: {@code newCompatibleTransport} from
105105 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106- * <li>Java: {@link com.google.api.client.googleapis .javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+ * <li>Java: {@code com.google.api.client.http .javanet.NetHttpTransport}</li>
107107 * </li>
108108 * </ul>
109109 * @param jsonFactory JSON factory, which may be:
@@ -1787,7 +1787,7 @@ public FirewallEndpoints firewallEndpoints() {
17871787 public class FirewallEndpoints {
17881788
17891789 /**
1790- * Creates a new FirewallEndpoint in a given project and location.
1790+ * Creates a new FirewallEndpoint in a given organization and location.
17911791 *
17921792 * Create a request for the method "firewallEndpoints.create".
17931793 *
@@ -1812,7 +1812,7 @@ public class Create extends NetworkSecurityRequest<com.google.api.services.netwo
18121812 java.util.regex.Pattern.compile("^organizations/[^/]+/locations/[^/]+$");
18131813
18141814 /**
1815- * Creates a new FirewallEndpoint in a given project and location.
1815+ * Creates a new FirewallEndpoint in a given organization and location.
18161816 *
18171817 * Create a request for the method "firewallEndpoints.create".
18181818 *
@@ -1984,7 +1984,7 @@ public Create set(String parameterName, Object value) {
19841984 }
19851985 }
19861986 /**
1987- * Deletes a single Endpoint.
1987+ * Deletes a single org Endpoint.
19881988 *
19891989 * Create a request for the method "firewallEndpoints.delete".
19901990 *
@@ -2008,7 +2008,7 @@ public class Delete extends NetworkSecurityRequest<com.google.api.services.netwo
20082008 java.util.regex.Pattern.compile("^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$");
20092009
20102010 /**
2011- * Deletes a single Endpoint.
2011+ * Deletes a single org Endpoint.
20122012 *
20132013 * Create a request for the method "firewallEndpoints.delete".
20142014 *
@@ -2156,7 +2156,7 @@ public Delete set(String parameterName, Object value) {
21562156 }
21572157 }
21582158 /**
2159- * Gets details of a single Endpoint.
2159+ * Gets details of a single org Endpoint.
21602160 *
21612161 * Create a request for the method "firewallEndpoints.get".
21622162 *
@@ -2180,7 +2180,7 @@ public class Get extends NetworkSecurityRequest<com.google.api.services.networks
21802180 java.util.regex.Pattern.compile("^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$");
21812181
21822182 /**
2183- * Gets details of a single Endpoint.
2183+ * Gets details of a single org Endpoint.
21842184 *
21852185 * Create a request for the method "firewallEndpoints.get".
21862186 *
@@ -2294,7 +2294,7 @@ public Get set(String parameterName, Object value) {
22942294 }
22952295 }
22962296 /**
2297- * Lists FirewallEndpoints in a given project and location.
2297+ * Lists FirewallEndpoints in a given organization and location.
22982298 *
22992299 * Create a request for the method "firewallEndpoints.list".
23002300 *
@@ -2318,7 +2318,7 @@ public class List extends NetworkSecurityRequest<com.google.api.services.network
23182318 java.util.regex.Pattern.compile("^organizations/[^/]+/locations/[^/]+$");
23192319
23202320 /**
2321- * Lists FirewallEndpoints in a given project and location.
2321+ * Lists FirewallEndpoints in a given organization and location.
23222322 *
23232323 * Create a request for the method "firewallEndpoints.list".
23242324 *
@@ -2503,7 +2503,7 @@ public List set(String parameterName, Object value) {
25032503 }
25042504 }
25052505 /**
2506- * Update a single Endpoint.
2506+ * Update a single org Endpoint.
25072507 *
25082508 * Create a request for the method "firewallEndpoints.patch".
25092509 *
@@ -2528,7 +2528,7 @@ public class Patch extends NetworkSecurityRequest<com.google.api.services.networ
25282528 java.util.regex.Pattern.compile("^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$");
25292529
25302530 /**
2531- * Update a single Endpoint.
2531+ * Update a single org Endpoint.
25322532 *
25332533 * Create a request for the method "firewallEndpoints.patch".
25342534 *
@@ -4009,42 +4009,42 @@ public List setParent(java.lang.String parent) {
40094009 return this;
40104010 }
40114011
4012- /** Maximum number of SecurityProfileGroups to return per call. */
4012+ /** Optional. Maximum number of SecurityProfileGroups to return per call. */
40134013 @com.google.api.client.util.Key
40144014 private java.lang.Integer pageSize;
40154015
4016- /** Maximum number of SecurityProfileGroups to return per call.
4016+ /** Optional. Maximum number of SecurityProfileGroups to return per call.
40174017 */
40184018 public java.lang.Integer getPageSize() {
40194019 return pageSize;
40204020 }
40214021
4022- /** Maximum number of SecurityProfileGroups to return per call. */
4022+ /** Optional. Maximum number of SecurityProfileGroups to return per call. */
40234023 public List setPageSize(java.lang.Integer pageSize) {
40244024 this.pageSize = pageSize;
40254025 return this;
40264026 }
40274027
40284028 /**
4029- * The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this
4030- * is a continuation of a prior `ListSecurityProfileGroups` call, and that the system
4031- * should return the next page of data.
4029+ * Optional. The value returned by the last `ListSecurityProfileGroupsResponse` Indicates
4030+ * that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the
4031+ * system should return the next page of data.
40324032 */
40334033 @com.google.api.client.util.Key
40344034 private java.lang.String pageToken;
40354035
4036- /** The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a
4037- continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the
4036+ /** Optional. The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is
4037+ a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the
40384038 next page of data.
40394039 */
40404040 public java.lang.String getPageToken() {
40414041 return pageToken;
40424042 }
40434043
40444044 /**
4045- * The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this
4046- * is a continuation of a prior `ListSecurityProfileGroups` call, and that the system
4047- * should return the next page of data.
4045+ * Optional. The value returned by the last `ListSecurityProfileGroupsResponse` Indicates
4046+ * that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the
4047+ * system should return the next page of data.
40484048 */
40494049 public List setPageToken(java.lang.String pageToken) {
40504050 this.pageToken = pageToken;
@@ -4867,41 +4867,42 @@ public List setParent(java.lang.String parent) {
48674867 return this;
48684868 }
48694869
4870- /** Maximum number of SecurityProfiles to return per call. */
4870+ /** Optional. Maximum number of SecurityProfiles to return per call. */
48714871 @com.google.api.client.util.Key
48724872 private java.lang.Integer pageSize;
48734873
4874- /** Maximum number of SecurityProfiles to return per call.
4874+ /** Optional. Maximum number of SecurityProfiles to return per call.
48754875 */
48764876 public java.lang.Integer getPageSize() {
48774877 return pageSize;
48784878 }
48794879
4880- /** Maximum number of SecurityProfiles to return per call. */
4880+ /** Optional. Maximum number of SecurityProfiles to return per call. */
48814881 public List setPageSize(java.lang.Integer pageSize) {
48824882 this.pageSize = pageSize;
48834883 return this;
48844884 }
48854885
48864886 /**
4887- * The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a
4888- * continuation of a prior `ListSecurityProfiles` call, and that the system should return
4889- * the next page of data.
4887+ * Optional. The value returned by the last `ListSecurityProfilesResponse` Indicates that
4888+ * this is a continuation of a prior `ListSecurityProfiles` call, and that the system
4889+ * should return the next page of data.
48904890 */
48914891 @com.google.api.client.util.Key
48924892 private java.lang.String pageToken;
48934893
4894- /** The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation
4895- of a prior `ListSecurityProfiles` call, and that the system should return the next page of data.
4894+ /** Optional. The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a
4895+ continuation of a prior `ListSecurityProfiles` call, and that the system should return the next
4896+ page of data.
48964897 */
48974898 public java.lang.String getPageToken() {
48984899 return pageToken;
48994900 }
49004901
49014902 /**
4902- * The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a
4903- * continuation of a prior `ListSecurityProfiles` call, and that the system should return
4904- * the next page of data.
4903+ * Optional. The value returned by the last `ListSecurityProfilesResponse` Indicates that
4904+ * this is a continuation of a prior `ListSecurityProfiles` call, and that the system
4905+ * should return the next page of data.
49054906 */
49064907 public List setPageToken(java.lang.String pageToken) {
49074908 this.pageToken = pageToken;
@@ -5265,7 +5266,10 @@ public Get set(String parameterName, Object value) {
52655266 }
52665267 }
52675268 /**
5268- * Lists information about the supported locations for this service.
5269+ * Lists information about the supported locations for this service. This method can be called in
5270+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
5271+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
5272+ * public locations as well as private or other locations specifically visible to the project.
52695273 *
52705274 * Create a request for the method "locations.list".
52715275 *
@@ -5289,7 +5293,10 @@ public class List extends NetworkSecurityRequest<com.google.api.services.network
52895293 java.util.regex.Pattern.compile("^projects/[^/]+$");
52905294
52915295 /**
5292- * Lists information about the supported locations for this service.
5296+ * Lists information about the supported locations for this service. This method can be called in
5297+ * two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
5298+ * visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
5299+ * public locations as well as private or other locations specifically visible to the project.
52935300 *
52945301 * Create a request for the method "locations.list".
52955302 *
@@ -14525,7 +14532,7 @@ public Create set(String parameterName, Object value) {
1452514532 }
1452614533 }
1452714534 /**
14528- * Deletes a single Endpoint.
14535+ * Deletes a single project Endpoint.
1452914536 *
1453014537 * Create a request for the method "firewallEndpoints.delete".
1453114538 *
@@ -14549,7 +14556,7 @@ public class Delete extends NetworkSecurityRequest<com.google.api.services.netwo
1454914556 java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$");
1455014557
1455114558 /**
14552- * Deletes a single Endpoint.
14559+ * Deletes a single project Endpoint.
1455314560 *
1455414561 * Create a request for the method "firewallEndpoints.delete".
1455514562 *
@@ -14697,7 +14704,7 @@ public Delete set(String parameterName, Object value) {
1469714704 }
1469814705 }
1469914706 /**
14700- * Gets details of a single Endpoint.
14707+ * Gets details of a single project Endpoint.
1470114708 *
1470214709 * Create a request for the method "firewallEndpoints.get".
1470314710 *
@@ -14721,7 +14728,7 @@ public class Get extends NetworkSecurityRequest<com.google.api.services.networks
1472114728 java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$");
1472214729
1472314730 /**
14724- * Gets details of a single Endpoint.
14731+ * Gets details of a single project Endpoint.
1472514732 *
1472614733 * Create a request for the method "firewallEndpoints.get".
1472714734 *
@@ -15044,7 +15051,7 @@ public List set(String parameterName, Object value) {
1504415051 }
1504515052 }
1504615053 /**
15047- * Update a single Endpoint.
15054+ * Update a single project Endpoint.
1504815055 *
1504915056 * Create a request for the method "firewallEndpoints.patch".
1505015057 *
@@ -15069,7 +15076,7 @@ public class Patch extends NetworkSecurityRequest<com.google.api.services.networ
1506915076 java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$");
1507015077
1507115078 /**
15072- * Update a single Endpoint.
15079+ * Update a single project Endpoint.
1507315080 *
1507415081 * Create a request for the method "firewallEndpoints.patch".
1507515082 *
@@ -28283,8 +28290,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
2828328290 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
2828428291 * <li>Android: {@code newCompatibleTransport} from
2828528292 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
28286- * <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
28287- * </li>
28293+ * <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
2828828294 * </ul>
2828928295 * @param jsonFactory JSON factory, which may be:
2829028296 * <ul>
0 commit comments