You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/NetworkServices.java
+32-30Lines changed: 32 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2738,7 +2738,7 @@ public List set(String parameterName, Object value) {
2738
2738
* This request holds the parameters needed by the networkservices server. After setting any
2739
2739
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
2740
2740
*
2741
-
* @param name Required. Name of the EndpointPolicy resource. It matches pattern
2741
+
* @param name Identifier. Name of the EndpointPolicy resource. It matches pattern
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/EndpointPolicy.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ public final class EndpointPolicy extends com.google.api.client.json.GenericJson
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/Gateway.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ public final class Gateway extends com.google.api.client.json.GenericJson {
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/GrpcRoute.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public final class GrpcRoute extends com.google.api.client.json.GenericJson {
91
91
privatejava.util.List<java.lang.String> meshes;
92
92
93
93
/**
94
-
* Required. Name of the GrpcRoute resource. It matches pattern
94
+
* Identifier. Name of the GrpcRoute resource. It matches pattern
95
95
* `projects/locations/global/grpcRoutes/`
96
96
* The value may be {@code null}.
97
97
*/
@@ -260,7 +260,7 @@ public GrpcRoute setMeshes(java.util.List<java.lang.String> meshes) {
260
260
}
261
261
262
262
/**
263
-
* Required. Name of the GrpcRoute resource. It matches pattern
263
+
* Identifier. Name of the GrpcRoute resource. It matches pattern
264
264
* `projects/locations/global/grpcRoutes/`
265
265
* @return value or {@code null} for none
266
266
*/
@@ -269,7 +269,7 @@ public java.lang.String getName() {
269
269
}
270
270
271
271
/**
272
-
* Required. Name of the GrpcRoute resource. It matches pattern
272
+
* Identifier. Name of the GrpcRoute resource. It matches pattern
Copy file name to clipboardExpand all lines: clients/google-api-services-networkservices/v1/2.0.0/com/google/api/services/networkservices/v1/model/HttpRoute.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ public final class HttpRoute extends com.google.api.client.json.GenericJson {
90
90
privatejava.util.List<java.lang.String> meshes;
91
91
92
92
/**
93
-
* Required. Name of the HttpRoute resource. It matches pattern
93
+
* Identifier. Name of the HttpRoute resource. It matches pattern
0 commit comments