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/model/PscConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public final class PscConfig extends com.google.api.client.json.GenericJson {
53
53
privatejava.lang.Longlimit;
54
54
55
55
/**
56
-
* Required. ProducerInstanceLocation is used to specify which authorization mechanism to use to
56
+
* Optional. ProducerInstanceLocation is used to specify which authorization mechanism to use to
57
57
* determine which projects the Producer instance can be within.
58
58
* The value may be {@code null}.
59
59
*/
@@ -119,7 +119,7 @@ public PscConfig setLimit(java.lang.Long limit) {
119
119
}
120
120
121
121
/**
122
-
* Required. ProducerInstanceLocation is used to specify which authorization mechanism to use to
122
+
* Optional. ProducerInstanceLocation is used to specify which authorization mechanism to use to
123
123
* determine which projects the Producer instance can be within.
124
124
* @return value or {@code null} for none
125
125
*/
@@ -128,7 +128,7 @@ public java.lang.String getProducerInstanceLocation() {
128
128
}
129
129
130
130
/**
131
-
* Required. ProducerInstanceLocation is used to specify which authorization mechanism to use to
131
+
* Optional. ProducerInstanceLocation is used to specify which authorization mechanism to use to
132
132
* determine which projects the Producer instance can be within.
133
133
* @param producerInstanceLocation producerInstanceLocation or {@code null} for none
0 commit comments