Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [securitycentermanagement] update documentation for UpdateSecurityHealthAnalyticsCustomModule update_mask field #10222

Merged
merged 2 commits into from Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion java-securitycentermanagement/README.md
Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-securitycentermanagement/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-securitycentermanagement.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycentermanagement/0.0.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-securitycentermanagement/0.1.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Expand Up @@ -1995,11 +1995,9 @@ public final SecurityHealthAnalyticsCustomModule createSecurityHealthAnalyticsCu
* }</pre>
*
* @param securityHealthAnalyticsCustomModule Required. The resource being updated
* @param updateMask Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update. The fields specified in the
* update_mask are relative to the resource, not the full request. A field will be overwritten
* if it is in the mask. If the user does not provide a mask then all fields will be
* overwritten.
* @param updateMask Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the wildcard value
* `&#42;`, both `enablement_state` and `custom_config` are updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final SecurityHealthAnalyticsCustomModule updateSecurityHealthAnalyticsCustomModule(
Expand Down
Expand Up @@ -71,11 +71,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -91,11 +90,10 @@ public boolean hasUpdateMask() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -111,11 +109,10 @@ public com.google.protobuf.FieldMask getUpdateMask() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand Down Expand Up @@ -686,11 +683,10 @@ public Builder mergeFrom(
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -705,11 +701,10 @@ public boolean hasUpdateMask() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -730,11 +725,10 @@ public com.google.protobuf.FieldMask getUpdateMask() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -757,11 +751,10 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask value) {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -781,11 +774,10 @@ public Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForVal
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -811,11 +803,10 @@ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -835,11 +826,10 @@ public Builder clearUpdateMask() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -854,11 +844,10 @@ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -877,11 +866,10 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() {
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand Down
Expand Up @@ -27,11 +27,10 @@ public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -44,11 +43,10 @@ public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand All @@ -61,11 +59,10 @@ public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
*
*
* <pre>
* Required. Field mask is used to specify the fields to be overwritten in the
* SecurityHealthAnalyticsCustomModule resource by the update.
* The fields specified in the update_mask are relative to the resource, not
* the full request. A field will be overwritten if it is in the mask. If the
* user does not provide a mask then all fields will be overwritten.
* Required. The list of fields to be updated. The only fields that can be
* updated are `enablement_state` and `custom_config`. If empty or set to the
* wildcard value `*`, both `enablement_state` and `custom_config` are
* updated.
* </pre>
*
* <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
Expand Down
Expand Up @@ -765,11 +765,10 @@ message CreateSecurityHealthAnalyticsCustomModuleRequest {

// Message for updating a SecurityHealthAnalyticsCustomModule
message UpdateSecurityHealthAnalyticsCustomModuleRequest {
// Required. Field mask is used to specify the fields to be overwritten in the
// SecurityHealthAnalyticsCustomModule resource by the update.
// The fields specified in the update_mask are relative to the resource, not
// the full request. A field will be overwritten if it is in the mask. If the
// user does not provide a mask then all fields will be overwritten.
// Required. The list of fields to be updated. The only fields that can be
// updated are `enablement_state` and `custom_config`. If empty or set to the
// wildcard value `*`, both `enablement_state` and `custom_config` are
// updated.
google.protobuf.FieldMask update_mask = 1
[(google.api.field_behavior) = REQUIRED];

Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Expand Up @@ -718,4 +718,4 @@ proto-google-cloud-securitycentermanagement-v1:0.1.0:0.2.0-SNAPSHOT
grpc-google-cloud-securitycentermanagement-v1:0.1.0:0.2.0-SNAPSHOT
google-shopping-css:0.1.0:0.2.0-SNAPSHOT
proto-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT
grpc-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT
grpc-google-shopping-css-v1:0.1.0:0.2.0-SNAPSHOT