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
+21-15Lines changed: 21 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
118
118
* to the following system defined attribute:
119
119
* `projects/{project}/locations/{location}/attributes/system-management-url` The number of values
120
120
* for this attribute will be based on the cardinality of the attribute. The same can be retrieved
121
-
* via GetAttribute API.
121
+
* via GetAttribute API. The value of the attribute should be a valid URL.
122
122
* The value may be {@code null}.
123
123
*/
124
124
@com.google.api.client.util.Key
@@ -133,9 +133,10 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
133
133
privatejava.lang.Stringname;
134
134
135
135
/**
136
-
* Required. A uri that uniquely identfies the deployment within a particular gateway. For
137
-
* example, if the runtime resource is of type APIGEE_PROXY, then this field will be a combination
138
-
* of org, proxy name and environment.
136
+
* Required. The resource URI identifies the deployment within its gateway. For Apigee gateways,
137
+
* its recommended to use the format: organizations/{org}/environments/{env}/apis/{api}. For ex:
138
+
* if a proxy with name `orders` is deployed in `staging` environment of `cymbal` organization,
139
+
* the resource URI would be: `organizations/cymbal/environments/staging/apis/orders`.
139
140
* The value may be {@code null}.
140
141
*/
141
142
@com.google.api.client.util.Key
@@ -179,7 +180,8 @@ public final class GoogleCloudApihubV1Deployment extends com.google.api.client.j
179
180
* found. This maps to the following system defined attribute:
180
181
* `projects/{project}/locations/{location}/attributes/system-source-uri` The number of values for
181
182
* this attribute will be based on the cardinality of the attribute. The same can be retrieved via
182
-
* GetAttribute API.
183
+
* GetAttribute API. The value of the attribute should be a valid URI, and in case of Cloud
184
+
* Storage URI, it should point to a Cloud Storage object, not a directory.
183
185
* The value may be {@code null}.
184
186
*/
185
187
@com.google.api.client.util.Key
@@ -376,7 +378,7 @@ public GoogleCloudApihubV1Deployment setEnvironment(GoogleCloudApihubV1Attribute
376
378
* to the following system defined attribute:
377
379
* `projects/{project}/locations/{location}/attributes/system-management-url` The number of values
378
380
* for this attribute will be based on the cardinality of the attribute. The same can be retrieved
379
-
* via GetAttribute API.
381
+
* via GetAttribute API. The value of the attribute should be a valid URL.
0 commit comments