Class: Google::Cloud::Compute::V1::PatchFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PatchFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for FirewallPolicies.Patch. See the method description for details.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::String
Name of the firewall policy to update.
-
#firewall_policy_resource ⇒ ::Google::Cloud::Compute::V1::FirewallPolicy
The body resource for this request.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
Instance Attribute Details
#firewall_policy ⇒ ::String
25888 25889 25890 25891 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25888 class PatchFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#firewall_policy_resource ⇒ ::Google::Cloud::Compute::V1::FirewallPolicy
25888 25889 25890 25891 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25888 class PatchFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
25888 25889 25890 25891 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25888 class PatchFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |