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-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/Networkconnectivity.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7070,7 +7070,7 @@ public List set(String parameterName, Object value) {
7070
7070
* This request holds the parameters needed by the networkconnectivity server. After setting any
7071
7071
* optional parameters, call the {@link Patch#execute()} method to invoke the remote operation.
7072
7072
*
7073
-
* @param name Immutable. The name of an internal range. Format:
7073
+
* @param name Identifier. The name of an internal range. Format:
Copy file name to clipboardExpand all lines: clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/Hub.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -103,8 +103,9 @@ public final class Hub extends com.google.api.client.json.GenericJson {
Copy file name to clipboardExpand all lines: clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/InternalRange.java
+42-42Lines changed: 42 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
48
48
privateStringcreateTime;
49
49
50
50
/**
51
-
* A description of this resource.
51
+
* Optional. A description of this resource.
52
52
* The value may be {@code null}.
53
53
*/
54
54
@com.google.api.client.util.Key
@@ -71,7 +71,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
71
71
privatejava.lang.Booleanimmutable;
72
72
73
73
/**
74
-
* The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
74
+
* Optional. The IP range that this internal range defines. NOTE: IPv6 ranges are limited to
75
75
* usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this field is compulsory,
76
76
* i.e. the address range must be specified explicitly.
77
77
* The value may be {@code null}.
@@ -94,7 +94,7 @@ public final class InternalRange extends com.google.api.client.json.GenericJson
94
94
privateMigrationmigration;
95
95
96
96
/**
97
-
* Immutable. The name of an internal range. Format:
97
+
* Identifier. The name of an internal range. Format:
Copy file name to clipboardExpand all lines: clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedProducerVpcNetwork.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public final class LinkedProducerVpcNetwork extends com.google.api.client.json.G
Copy file name to clipboardExpand all lines: clients/google-api-services-networkconnectivity/v1/2.0.0/com/google/api/services/networkconnectivity/v1/model/LinkedVpcNetwork.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public final class LinkedVpcNetwork extends com.google.api.client.json.GenericJs
0 commit comments