Skip to content

Commit 2fc0614

Browse files
regen: Regenerate Google.Cloud.CloudSecurityCompliance.V1 at API commit e907858
docs: updated documentation for APIs feat: removed some fields which are not required in Compliance Manager APIs fix!: An existing enum `RegulatoryControlResponsibilityType` is removed fix!: An existing message `CloudControlGroupDetails` is removed fix!: An existing field `cloud_control_group_details` is removed from message `.google.cloud.cloudsecuritycompliance.v1.Framework` fix!: An existing message `CloudControlGroup` is removed fix!: An existing message `Control` is removed fix!: An existing message `ControlFamily` is removed fix!: An existing field `cc_deployments` is removed from message `.google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment` fix!: An existing field `cc_group_deployments` is removed from message `.google.cloud.cloudsecuritycompliance.v1.FrameworkDeployment` fix!: An existing message `CloudControlGroupDeployment` is removed PiperOrigin-RevId: 808429396 Source-Link: googleapis/googleapis@e907858
1 parent 010430e commit 2fc0614

File tree

8 files changed

+1610
-2892
lines changed

8 files changed

+1610
-2892
lines changed

apis/Google.Cloud.CloudSecurityCompliance.V1/Google.Cloud.CloudSecurityCompliance.V1/Common.g.cs

Lines changed: 334 additions & 2089 deletions
Large diffs are not rendered by default.

apis/Google.Cloud.CloudSecurityCompliance.V1/Google.Cloud.CloudSecurityCompliance.V1/Config.g.cs

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ static ConfigReflection() {
152152
}
153153
#region Messages
154154
/// <summary>
155-
/// Request message for [ListFrameworks][].
155+
/// Request message for listing Frameworks.
156156
/// </summary>
157157
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
158158
public sealed partial class ListFrameworksRequest : pb::IMessage<ListFrameworksRequest>
@@ -207,6 +207,7 @@ public ListFrameworksRequest Clone() {
207207
/// <summary>
208208
/// Required. The parent resource name, in the format
209209
/// `organizations/{organization}/locations/{location}`.
210+
/// Only global location is supported.
210211
/// </summary>
211212
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
212213
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -434,7 +435,8 @@ public void MergeFrom(pb::CodedInputStream input) {
434435
}
435436

436437
/// <summary>
437-
/// Response message for [ListFrameworks][].
438+
/// Response message for listing Frameworks.
439+
/// Contains a paginated list of Framework resources.
438440
/// </summary>
439441
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
440442
public sealed partial class ListFrameworksResponse : pb::IMessage<ListFrameworksResponse>
@@ -488,8 +490,7 @@ public ListFrameworksResponse Clone() {
488490
= pb::FieldCodec.ForMessage(10, global::Google.Cloud.CloudSecurityCompliance.V1.Framework.Parser);
489491
private readonly pbc::RepeatedField<global::Google.Cloud.CloudSecurityCompliance.V1.Framework> frameworks_ = new pbc::RepeatedField<global::Google.Cloud.CloudSecurityCompliance.V1.Framework>();
490492
/// <summary>
491-
/// The list of [Framework][google.cloud.cloudsecuritycompliance.v1.Framework]
492-
/// resources.
493+
/// The list of Framework resources.
493494
/// </summary>
494495
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
495496
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -661,7 +662,7 @@ public void MergeFrom(pb::CodedInputStream input) {
661662
}
662663

663664
/// <summary>
664-
/// Message for getting a Framework.
665+
/// Request message for getting a Framework.
665666
/// </summary>
666667
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
667668
public sealed partial class GetFrameworkRequest : pb::IMessage<GetFrameworkRequest>
@@ -730,7 +731,7 @@ public string Name {
730731
public const int MajorRevisionIdFieldNumber = 2;
731732
private long majorRevisionId_;
732733
/// <summary>
733-
/// Optional. The Framework major revision to retrieve. If not specified, the
734+
/// Optional. The Framework major version to retrieve. If not specified, the
734735
/// most recently updated revision_id is retrieved.
735736
/// </summary>
736737
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
@@ -900,7 +901,7 @@ public void MergeFrom(pb::CodedInputStream input) {
900901
}
901902

902903
/// <summary>
903-
/// Message for creating a Framework
904+
/// Request message for creating a Framework
904905
/// </summary>
905906
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
906907
public sealed partial class CreateFrameworkRequest : pb::IMessage<CreateFrameworkRequest>
@@ -1188,7 +1189,7 @@ public void MergeFrom(pb::CodedInputStream input) {
11881189
}
11891190

11901191
/// <summary>
1191-
/// Message for updating a Framework
1192+
/// Request message for updating a Framework.
11921193
/// </summary>
11931194
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
11941195
public sealed partial class UpdateFrameworkRequest : pb::IMessage<UpdateFrameworkRequest>
@@ -1276,7 +1277,7 @@ public UpdateFrameworkRequest Clone() {
12761277
public const int MajorRevisionIdFieldNumber = 3;
12771278
private long majorRevisionId_;
12781279
/// <summary>
1279-
/// Optional. The major revision ID of the framework to update.
1280+
/// Optional. The major version ID of the framework to update.
12801281
/// </summary>
12811282
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
12821283
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
@@ -1487,7 +1488,7 @@ public void MergeFrom(pb::CodedInputStream input) {
14871488
}
14881489

14891490
/// <summary>
1490-
/// Message for deleting a Framework
1491+
/// Request message for deleting a Framework.
14911492
/// </summary>
14921493
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
14931494
public sealed partial class DeleteFrameworkRequest : pb::IMessage<DeleteFrameworkRequest>
@@ -1684,7 +1685,7 @@ public void MergeFrom(pb::CodedInputStream input) {
16841685
}
16851686

16861687
/// <summary>
1687-
/// Request message for [ListCloudControls][].
1688+
/// Request message for listing CloudControls.
16881689
/// </summary>
16891690
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
16901691
public sealed partial class ListCloudControlsRequest : pb::IMessage<ListCloudControlsRequest>
@@ -2196,7 +2197,7 @@ public void MergeFrom(pb::CodedInputStream input) {
21962197
}
21972198

21982199
/// <summary>
2199-
/// Message for getting a CloudControl.
2200+
/// Request message for getting a CloudControl.
22002201
/// </summary>
22012202
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
22022203
public sealed partial class GetCloudControlRequest : pb::IMessage<GetCloudControlRequest>
@@ -2393,7 +2394,7 @@ public void MergeFrom(pb::CodedInputStream input) {
23932394
}
23942395

23952396
/// <summary>
2396-
/// Message for creating a CloudControl
2397+
/// Request message for creating a CloudControl
23972398
/// </summary>
23982399
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
23992400
public sealed partial class CreateCloudControlRequest : pb::IMessage<CreateCloudControlRequest>
@@ -2681,7 +2682,7 @@ public void MergeFrom(pb::CodedInputStream input) {
26812682
}
26822683

26832684
/// <summary>
2684-
/// Message for updating a CloudControl.
2685+
/// Request message for UpdateCloudControl.
26852686
/// </summary>
26862687
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
26872688
public sealed partial class UpdateCloudControlRequest : pb::IMessage<UpdateCloudControlRequest>
@@ -2945,7 +2946,7 @@ public void MergeFrom(pb::CodedInputStream input) {
29452946
}
29462947

29472948
/// <summary>
2948-
/// Message for deleting a CloudControl.
2949+
/// Request message for deleting a CloudControl.
29492950
/// </summary>
29502951
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
29512952
public sealed partial class DeleteCloudControlRequest : pb::IMessage<DeleteCloudControlRequest>

0 commit comments

Comments
 (0)