NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::GatewaySecurityPolicyRule - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule;

my $msg = Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::GatewaySecurityPolicyRule->new(
    basic_profile => $value,
);

FIELDS

  • basic_profile

    Type: Enum (.google.cloud.networksecurity.v1.GatewaySecurityPolicyRule.BasicProfile)

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • enabled

    Type: Bool

  • priority

    Type: Int32

  • description

    Type: String

  • session_matcher

    Type: String

  • application_matcher

    Type: String

  • tls_inspection_enabled

    Type: Bool

Enum: GatewaySecurityPolicyRule::BasicProfile

Values:

  • BASIC_PROFILE_UNSPECIFIED => 0

  • ALLOW => 1

  • DENY => 2

NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::CreateGatewaySecurityPolicyRuleRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule;

my $msg = Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::CreateGatewaySecurityPolicyRuleRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • gateway_security_policy_rule

    Type: Message (.google.cloud.networksecurity.v1.GatewaySecurityPolicyRule)

  • gateway_security_policy_rule_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::GetGatewaySecurityPolicyRuleRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule;

my $msg = Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::GetGatewaySecurityPolicyRuleRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::UpdateGatewaySecurityPolicyRuleRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule;

my $msg = Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::UpdateGatewaySecurityPolicyRuleRequest->new(
    update_mask => $value,
);

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • gateway_security_policy_rule

    Type: Message (.google.cloud.networksecurity.v1.GatewaySecurityPolicyRule)

NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::ListGatewaySecurityPolicyRulesRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule;

my $msg = Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::ListGatewaySecurityPolicyRulesRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::ListGatewaySecurityPolicyRulesResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule;

my $msg = Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::ListGatewaySecurityPolicyRulesResponse->new(
    gateway_security_policy_rules => $value,
);

FIELDS

  • gateway_security_policy_rules

    Type: Message (.google.cloud.networksecurity.v1.GatewaySecurityPolicyRule)

  • next_page_token

    Type: String

  • unreachable

    Type: String

NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::DeleteGatewaySecurityPolicyRuleRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule;

my $msg = Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule::DeleteGatewaySecurityPolicyRuleRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::GatewaySecurityPolicyRule - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.