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-beyondcorp/v1alpha/2.0.0/com/google/api/services/beyondcorp/v1alpha/model/GoogleCloudBeyondcorpSecuritygatewaysV1alphaPeering.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public final class GoogleCloudBeyondcorpSecuritygatewaysV1alphaPeering extends c
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
45
-
privatejava.lang.StringtargetVpcNetwork;
45
+
privatejava.lang.StringtargetNetwork;
46
46
47
47
/**
48
48
* Optional. List of DNS zones for DNS peering with the customer VPC network.
@@ -66,17 +66,17 @@ public GoogleCloudBeyondcorpSecuritygatewaysV1alphaPeering setDnsZones(java.util
66
66
* `projects/{project}/global/networks/{network}
67
67
* @return value or {@code null} for none
68
68
*/
69
-
publicjava.lang.StringgetTargetVpcNetwork() {
70
-
returntargetVpcNetwork;
69
+
publicjava.lang.StringgetTargetNetwork() {
70
+
returntargetNetwork;
71
71
}
72
72
73
73
/**
74
74
* Required. The name of the Target VPC network name in the format:
75
75
* `projects/{project}/global/networks/{network}
76
-
* @param targetVpcNetwork targetVpcNetwork or {@code null} for none
76
+
* @param targetNetwork targetNetwork or {@code null} for none
0 commit comments