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-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1DnsZonePeeringConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class GoogleCloudApigeeV1DnsZonePeeringConfig extends com.google.ap
38
38
privatejava.lang.StringtargetNetworkId;
39
39
40
40
/**
41
-
* Required. The ID of the project containing the private DNS zone.
41
+
* Required. The ID of the project that contains the producer VPC network.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -64,15 +64,15 @@ public GoogleCloudApigeeV1DnsZonePeeringConfig setTargetNetworkId(java.lang.Stri
64
64
}
65
65
66
66
/**
67
-
* Required. The ID of the project containing the private DNS zone.
67
+
* Required. The ID of the project that contains the producer VPC network.
68
68
* @return value or {@code null} for none
69
69
*/
70
70
publicjava.lang.StringgetTargetProjectId() {
71
71
returntargetProjectId;
72
72
}
73
73
74
74
/**
75
-
* Required. The ID of the project containing the private DNS zone.
75
+
* Required. The ID of the project that contains the producer VPC network.
76
76
* @param targetProjectId targetProjectId or {@code null} for none
0 commit comments