Skip to content

Commit 33f5550

Browse files
chore: generate libraries at Fri Sep 19 02:31:16 UTC 2025
1 parent 50954f3 commit 33f5550

File tree

82 files changed

+4161
-17174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+4161
-17174
lines changed

java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/ConfigClient.java

Lines changed: 189 additions & 53 deletions
Large diffs are not rendered by default.

java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/DeploymentClient.java

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444

4545
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4646
/**
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.
4849
*
4950
* <p>This class provides the ability to make remote calls to the backing service through method
5051
* calls that map to API methods. Sample code to get started:
@@ -74,7 +75,7 @@
7475
* </tr>
7576
* <tr>
7677
* <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>
7879
* <td>
7980
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
8081
* <ul>
@@ -133,7 +134,7 @@
133134
* </tr>
134135
* <tr>
135136
* <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>
137138
* <td>
138139
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
139140
* <ul>
@@ -172,7 +173,7 @@
172173
* </tr>
173174
* <tr>
174175
* <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>
176177
* <td>
177178
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
178179
* <ul>
@@ -348,7 +349,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
348349

349350
// AUTO-GENERATED DOCUMENTATION AND METHOD.
350351
/**
351-
* Creates a new FrameworkDeployment in a given project and location.
352+
* Creates a new FrameworkDeployment in a given parent resource.
352353
*
353354
* <p>Sample code:
354355
*
@@ -369,12 +370,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
369370
* }
370371
* }</pre>
371372
*
372-
* @param parent Required. Value for parent. Supported formats:
373+
* @param parent Required. The parent resource of the FrameworkDeployment in the format:
373374
* 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.
375376
* @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.
378378
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
379379
*/
380380
public final OperationFuture<FrameworkDeployment, OperationMetadata>
@@ -393,7 +393,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
393393

394394
// AUTO-GENERATED DOCUMENTATION AND METHOD.
395395
/**
396-
* Creates a new FrameworkDeployment in a given project and location.
396+
* Creates a new FrameworkDeployment in a given parent resource.
397397
*
398398
* <p>Sample code:
399399
*
@@ -414,12 +414,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
414414
* }
415415
* }</pre>
416416
*
417-
* @param parent Required. Value for parent. Supported formats:
417+
* @param parent Required. The parent resource of the FrameworkDeployment in the format:
418418
* organizations/{organization}/locations/{location} Only global location is supported.
419-
* @param frameworkDeployment Required. The resource being created.
419+
* @param frameworkDeployment Required. The FrameworkDeployment to be created.
420420
* @param frameworkDeploymentId Optional. User provided identifier. It should be unique in scope
421-
* of a parent Please note that this is optional and if not provided, a random UUID will be
422-
* generated.
421+
* of a parent. This is optional and if not provided, a random UUID will be generated.
423422
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
424423
*/
425424
public final OperationFuture<FrameworkDeployment, OperationMetadata>
@@ -436,7 +435,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
436435

437436
// AUTO-GENERATED DOCUMENTATION AND METHOD.
438437
/**
439-
* Creates a new FrameworkDeployment in a given project and location.
438+
* Creates a new FrameworkDeployment in a given parent resource.
440439
*
441440
* <p>Sample code:
442441
*
@@ -467,7 +466,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
467466

468467
// AUTO-GENERATED DOCUMENTATION AND METHOD.
469468
/**
470-
* Creates a new FrameworkDeployment in a given project and location.
469+
* Creates a new FrameworkDeployment in a given parent resource.
471470
*
472471
* <p>Sample code:
473472
*
@@ -499,7 +498,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
499498

500499
// AUTO-GENERATED DOCUMENTATION AND METHOD.
501500
/**
502-
* Creates a new FrameworkDeployment in a given project and location.
501+
* Creates a new FrameworkDeployment in a given parent resource.
503502
*
504503
* <p>Sample code:
505504
*
@@ -547,8 +546,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
547546
* }
548547
* }</pre>
549548
*
550-
* @param name Required. Name of the framework deployment to be deleted FrameworkDeployment name
551-
* in either of the following formats:
549+
* @param name Required. name of the FrameworkDeployment to be deleted in the following format:
552550
* organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
553551
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
554552
*/
@@ -581,8 +579,7 @@ public final OperationFuture<Empty, OperationMetadata> deleteFrameworkDeployment
581579
* }
582580
* }</pre>
583581
*
584-
* @param name Required. Name of the framework deployment to be deleted FrameworkDeployment name
585-
* in either of the following formats:
582+
* @param name Required. name of the FrameworkDeployment to be deleted in the following format:
586583
* organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
587584
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
588585
*/
@@ -711,7 +708,7 @@ public final OperationFuture<Empty, OperationMetadata> deleteFrameworkDeployment
711708
* }
712709
* }</pre>
713710
*
714-
* @param name Required. FrameworkDeployment name in either of the following formats:
711+
* @param name Required. FrameworkDeployment name in the following format:
715712
* organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
716713
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
717714
*/
@@ -743,7 +740,7 @@ public final FrameworkDeployment getFrameworkDeployment(FrameworkDeploymentName
743740
* }
744741
* }</pre>
745742
*
746-
* @param name Required. FrameworkDeployment name in either of the following formats:
743+
* @param name Required. FrameworkDeployment name in the following format:
747744
* organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
748745
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
749746
*/
@@ -818,7 +815,7 @@ public final FrameworkDeployment getFrameworkDeployment(GetFrameworkDeploymentRe
818815

819816
// AUTO-GENERATED DOCUMENTATION AND METHOD.
820817
/**
821-
* Lists FrameworkDeployments in a given parent and location.
818+
* Lists FrameworkDeployments in a given parent resource.
822819
*
823820
* <p>Sample code:
824821
*
@@ -837,7 +834,8 @@ public final FrameworkDeployment getFrameworkDeployment(GetFrameworkDeploymentRe
837834
* }
838835
* }</pre>
839836
*
840-
* @param parent Required. Parent value for ListFrameworkDeploymentsRequest.
837+
* @param parent Required. parent resource of the FrameworkDeployment in the format:
838+
* organizations/{organization}/locations/{location} Only global location is supported.
841839
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
842840
*/
843841
public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(
@@ -851,7 +849,7 @@ public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(
851849

852850
// AUTO-GENERATED DOCUMENTATION AND METHOD.
853851
/**
854-
* Lists FrameworkDeployments in a given parent and location.
852+
* Lists FrameworkDeployments in a given parent resource.
855853
*
856854
* <p>Sample code:
857855
*
@@ -870,7 +868,8 @@ public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(
870868
* }
871869
* }</pre>
872870
*
873-
* @param parent Required. Parent value for ListFrameworkDeploymentsRequest.
871+
* @param parent Required. parent resource of the FrameworkDeployment in the format:
872+
* organizations/{organization}/locations/{location} Only global location is supported.
874873
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
875874
*/
876875
public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(String parent) {
@@ -881,7 +880,7 @@ public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(Stri
881880

882881
// AUTO-GENERATED DOCUMENTATION AND METHOD.
883882
/**
884-
* Lists FrameworkDeployments in a given parent and location.
883+
* Lists FrameworkDeployments in a given parent resource.
885884
*
886885
* <p>Sample code:
887886
*
@@ -917,7 +916,7 @@ public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(
917916

918917
// AUTO-GENERATED DOCUMENTATION AND METHOD.
919918
/**
920-
* Lists FrameworkDeployments in a given parent and location.
919+
* Lists FrameworkDeployments in a given parent resource.
921920
*
922921
* <p>Sample code:
923922
*
@@ -952,7 +951,7 @@ public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(
952951

953952
// AUTO-GENERATED DOCUMENTATION AND METHOD.
954953
/**
955-
* Lists FrameworkDeployments in a given parent and location.
954+
* Lists FrameworkDeployments in a given parent resource.
956955
*
957956
* <p>Sample code:
958957
*
@@ -1012,7 +1011,7 @@ public final ListFrameworkDeploymentsPagedResponse listFrameworkDeployments(
10121011
* }
10131012
* }</pre>
10141013
*
1015-
* @param name Required. CloudControlDeployment name in either of the following formats:
1014+
* @param name Required. CloudControlDeployment name in the following format:
10161015
* organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
10171016
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10181017
*/
@@ -1045,7 +1044,7 @@ public final CloudControlDeployment getCloudControlDeployment(CloudControlDeploy
10451044
* }
10461045
* }</pre>
10471046
*
1048-
* @param name Required. CloudControlDeployment name in either of the following formats:
1047+
* @param name Required. CloudControlDeployment name in the following format:
10491048
* organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}
10501049
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10511050
*/
@@ -1121,7 +1120,7 @@ public final CloudControlDeployment getCloudControlDeployment(
11211120

11221121
// AUTO-GENERATED DOCUMENTATION AND METHOD.
11231122
/**
1124-
* Lists CloudControlDeployments under a given parent.
1123+
* Lists CloudControlDeployments in a given parent resource.
11251124
*
11261125
* <p>Sample code:
11271126
*
@@ -1140,7 +1139,8 @@ public final CloudControlDeployment getCloudControlDeployment(
11401139
* }
11411140
* }</pre>
11421141
*
1143-
* @param parent Required. Parent value for ListCloudControlDeploymentsRequest.
1142+
* @param parent Required. parent resource of the CloudControlDeployment in the format:
1143+
* organizations/{organization}/locations/{location} Only global location is supported.
11441144
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11451145
*/
11461146
public final ListCloudControlDeploymentsPagedResponse listCloudControlDeployments(
@@ -1154,7 +1154,7 @@ public final ListCloudControlDeploymentsPagedResponse listCloudControlDeployment
11541154

11551155
// AUTO-GENERATED DOCUMENTATION AND METHOD.
11561156
/**
1157-
* Lists CloudControlDeployments under a given parent.
1157+
* Lists CloudControlDeployments in a given parent resource.
11581158
*
11591159
* <p>Sample code:
11601160
*
@@ -1173,7 +1173,8 @@ public final ListCloudControlDeploymentsPagedResponse listCloudControlDeployment
11731173
* }
11741174
* }</pre>
11751175
*
1176-
* @param parent Required. Parent value for ListCloudControlDeploymentsRequest.
1176+
* @param parent Required. parent resource of the CloudControlDeployment in the format:
1177+
* organizations/{organization}/locations/{location} Only global location is supported.
11771178
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11781179
*/
11791180
public final ListCloudControlDeploymentsPagedResponse listCloudControlDeployments(String parent) {
@@ -1184,7 +1185,7 @@ public final ListCloudControlDeploymentsPagedResponse listCloudControlDeployment
11841185

11851186
// AUTO-GENERATED DOCUMENTATION AND METHOD.
11861187
/**
1187-
* Lists CloudControlDeployments under a given parent.
1188+
* Lists CloudControlDeployments in a given parent resource.
11881189
*
11891190
* <p>Sample code:
11901191
*
@@ -1220,7 +1221,7 @@ public final ListCloudControlDeploymentsPagedResponse listCloudControlDeployment
12201221

12211222
// AUTO-GENERATED DOCUMENTATION AND METHOD.
12221223
/**
1223-
* Lists CloudControlDeployments under a given parent.
1224+
* Lists CloudControlDeployments in a given parent resource.
12241225
*
12251226
* <p>Sample code:
12261227
*
@@ -1256,7 +1257,7 @@ public final ListCloudControlDeploymentsPagedResponse listCloudControlDeployment
12561257

12571258
// AUTO-GENERATED DOCUMENTATION AND METHOD.
12581259
/**
1259-
* Lists CloudControlDeployments under a given parent.
1260+
* Lists CloudControlDeployments in a given parent resource.
12601261
*
12611262
* <p>Sample code:
12621263
*

java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/package-info.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
*
2222
* <p>======================= ConfigClient =======================
2323
*
24-
* <p>Service Description: Service describing handlers for config resources
24+
* <p>Service Description: Config Service manages compliance frameworks, cloud controls, and their
25+
* configurations.
2526
*
2627
* <p>Sample for ConfigClient:
2728
*
@@ -39,7 +40,8 @@
3940
*
4041
* <p>======================= DeploymentClient =======================
4142
*
42-
* <p>Service Description: Service describing handlers for resources
43+
* <p>Service Description: Deployment service allows users to manage deployments of Frameworks and
44+
* Cloud Controls on a target resource.
4345
*
4446
* <p>Sample for DeploymentClient:
4547
*

0 commit comments

Comments
 (0)