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: java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/ConfigClient.java
Copy file name to clipboardExpand all lines: java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/DeploymentClient.java
+40-39Lines changed: 40 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@
44
44
45
45
// AUTO-GENERATED DOCUMENTATION AND CLASS.
46
46
/**
47
-
* Service Description: Service describing handlers for resources
47
+
* Service Description: Deployment service allows users to manage deployments of Frameworks and
48
+
* Cloud Controls on a target resource.
48
49
*
49
50
* <p>This class provides the ability to make remote calls to the backing service through method
50
51
* calls that map to API methods. Sample code to get started:
@@ -74,7 +75,7 @@
74
75
* </tr>
75
76
* <tr>
76
77
* <td><p> CreateFrameworkDeployment</td>
77
-
* <td><p> Creates a new FrameworkDeployment in a given project and location.</td>
78
+
* <td><p> Creates a new FrameworkDeployment in a given parent resource.</td>
78
79
* <td>
79
80
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
80
81
* <ul>
@@ -133,7 +134,7 @@
133
134
* </tr>
134
135
* <tr>
135
136
* <td><p> ListFrameworkDeployments</td>
136
-
* <td><p> Lists FrameworkDeployments in a given parent and location.</td>
137
+
* <td><p> Lists FrameworkDeployments in a given parent resource.</td>
137
138
* <td>
138
139
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
139
140
* <ul>
@@ -172,7 +173,7 @@
172
173
* </tr>
173
174
* <tr>
174
175
* <td><p> ListCloudControlDeployments</td>
175
-
* <td><p> Lists CloudControlDeployments under a given parent.</td>
176
+
* <td><p> Lists CloudControlDeployments in a given parent resource.</td>
176
177
* <td>
177
178
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
178
179
* <ul>
@@ -348,7 +349,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
348
349
349
350
// AUTO-GENERATED DOCUMENTATION AND METHOD.
350
351
/**
351
-
* Creates a new FrameworkDeployment in a given project and location.
352
+
* Creates a new FrameworkDeployment in a given parent resource.
352
353
*
353
354
* <p>Sample code:
354
355
*
@@ -369,12 +370,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
369
370
* }
370
371
* }</pre>
371
372
*
372
-
* @param parent Required. Value for parent. Supported formats:
373
+
* @param parent Required. The parent resource of the FrameworkDeployment in the format:
373
374
* organizations/{organization}/locations/{location} Only global location is supported.
374
-
* @param frameworkDeployment Required. The resource being created.
375
+
* @param frameworkDeployment Required. The FrameworkDeployment to be created.
375
376
* @param frameworkDeploymentId Optional. User provided identifier. It should be unique in scope
376
-
* of a parent Please note that this is optional and if not provided, a random UUID will be
377
-
* generated.
377
+
* of a parent. This is optional and if not provided, a random UUID will be generated.
378
378
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/package-info.java
0 commit comments