Class: Google::Cloud::NetworkSecurity::V1::UpdateInterceptEndpointGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::UpdateInterceptEndpointGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
Request message for UpdateInterceptEndpointGroup.
Instance Attribute Summary collapse
-
#intercept_endpoint_group ⇒ ::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#intercept_endpoint_group ⇒ ::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup
Returns Required. The endpoint group to update.
247 248 249 250 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 247 class UpdateInterceptEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
247 248 249 250 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 247 class UpdateInterceptEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
Fields are specified relative to the endpoint group
(e.g. description; not intercept_endpoint_group.description).
See https://google.aip.dev/161 for more details.
247 248 249 250 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 247 class UpdateInterceptEndpointGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |