Skip to content

Commit

Permalink
docs: [google-cloud-securitycentermanagement] update documentation fo…
Browse files Browse the repository at this point in the history
…r UpdateSecurityHealthAnalyticsCustomModule update_mask field (#12196)

- [ ] Regenerate this pull request now.

---
docs: Add description

---
chore: update go_package and Go importpath
PiperOrigin-RevId: 597960211

Source-Link:
googleapis/googleapis@5a5e3d6

Source-Link:
googleapis/googleapis-gen@d02cc58
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyaXR5Y2VudGVybWFuYWdlbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiZDAyY2M1ODAzNzliZDIzZjM5OGQ3N2VjMDRmZjZiZWIxODM0MWVkMiJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people committed Jan 13, 2024
1 parent 2de325b commit c7cf0a1
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -1140,13 +1140,11 @@ async def sample_update_security_health_analytics_custom_module():
on the ``request`` instance; if ``request`` is provided, this
should not be set.
update_mask (:class:`google.protobuf.field_mask_pb2.FieldMask`):
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.
This corresponds to the ``update_mask`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1408,13 +1408,11 @@ def sample_update_security_health_analytics_custom_module():
on the ``request`` instance; if ``request`` is provided, this
should not be set.
update_mask (google.protobuf.field_mask_pb2.FieldMask):
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.
This corresponds to the ``update_mask`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -673,13 +673,11 @@ class UpdateSecurityHealthAnalyticsCustomModuleRequest(proto.Message):
Attributes:
update_mask (google.protobuf.field_mask_pb2.FieldMask):
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.
security_health_analytics_custom_module (google.cloud.securitycentermanagement_v1.types.SecurityHealthAnalyticsCustomModule):
Required. The resource being updated
validate_only (bool):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-securitycentermanagement",
"version": "0.1.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit c7cf0a1

Please sign in to comment.