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/ServiceConnectionPolicy.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,9 @@ public final class ServiceConnectionPolicy extends com.google.api.client.json.Ge
106
106
/**
107
107
* The service class identifier for which this ServiceConnectionPolicy is for. The service class
108
108
* identifier is a unique, symbolic representation of a ServiceClass. It is provided by the
109
-
* Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party
110
-
* services do not. For example, test-service-a3dfcx.
109
+
* Service Producer. Google services have a prefix of gcp or google-cloud. For example, gcp-
110
+
* memorystore-redis or google-cloud-sql. 3rd party services do not. For example, test-
111
+
* service-a3dfcx.
111
112
* The value may be {@code null}.
112
113
*/
113
114
@com.google.api.client.util.Key
@@ -284,8 +285,9 @@ public ServiceConnectionPolicy setPscConnections(java.util.List<PscConnection> p
284
285
/**
285
286
* The service class identifier for which this ServiceConnectionPolicy is for. The service class
286
287
* identifier is a unique, symbolic representation of a ServiceClass. It is provided by the
287
-
* Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party
288
-
* services do not. For example, test-service-a3dfcx.
288
+
* Service Producer. Google services have a prefix of gcp or google-cloud. For example, gcp-
289
+
* memorystore-redis or google-cloud-sql. 3rd party services do not. For example, test-
290
+
* service-a3dfcx.
289
291
* @return value or {@code null} for none
290
292
*/
291
293
publicjava.lang.StringgetServiceClass() {
@@ -295,8 +297,9 @@ public java.lang.String getServiceClass() {
295
297
/**
296
298
* The service class identifier for which this ServiceConnectionPolicy is for. The service class
297
299
* identifier is a unique, symbolic representation of a ServiceClass. It is provided by the
298
-
* Service Producer. Google services have a prefix of gcp. For example, gcp-cloud-sql. 3rd party
299
-
* services do not. For example, test-service-a3dfcx.
300
+
* Service Producer. Google services have a prefix of gcp or google-cloud. For example, gcp-
301
+
* memorystore-redis or google-cloud-sql. 3rd party services do not. For example, test-
302
+
* service-a3dfcx.
300
303
* @param serviceClass serviceClass or {@code null} for none
0 commit comments