Class: Google::Cloud::NetworkServices::V1::UpdateEndpointPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::UpdateEndpointPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb
Overview
Request used with the UpdateEndpointPolicy method.
Instance Attribute Summary collapse
-
#endpoint_policy ⇒ ::Google::Cloud::NetworkServices::V1::EndpointPolicy
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#endpoint_policy ⇒ ::Google::Cloud::NetworkServices::V1::EndpointPolicy
Returns Required. Updated EndpointPolicy resource.
177 178 179 180 |
# File 'proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb', line 177 class UpdateEndpointPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Field mask is used to specify the fields to be overwritten in the EndpointPolicy 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.
177 178 179 180 |
# File 'proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb', line 177 class UpdateEndpointPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |