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-apihub/v1/2.0.0/com/google/api/services/apihub/v1/model/GoogleCloudApihubV1Deployment.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -122,9 +122,9 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
122
122
privatejava.lang.Stringname;
123
123
124
124
/**
125
-
* Required. A URI to the runtime resource. This URI can be used to manage the resource. For
126
-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI
127
-
* to the management UI of the proxy.
125
+
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
126
+
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
127
+
* of org, proxy name and environment.
128
128
* The value may be {@code null}.
129
129
*/
130
130
@com.google.api.client.util.Key
@@ -354,19 +354,19 @@ public GoogleCloudApihubV1Deployment setName(java.lang.String name) {
354
354
}
355
355
356
356
/**
357
-
* Required. A URI to the runtime resource. This URI can be used to manage the resource. For
358
-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI
359
-
* to the management UI of the proxy.
357
+
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
358
+
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
359
+
* of org, proxy name and environment.
360
360
* @return value or {@code null} for none
361
361
*/
362
362
publicjava.lang.StringgetResourceUri() {
363
363
returnresourceUri;
364
364
}
365
365
366
366
/**
367
-
* Required. A URI to the runtime resource. This URI can be used to manage the resource. For
368
-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will contain the URI
369
-
* to the management UI of the proxy.
367
+
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
368
+
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
369
+
* of org, proxy name and environment.
370
370
* @param resourceUri resourceUri or {@code null} for none
0 commit comments