NAME

Google::Cloud::Networksecurity::V1::Intercept::InterceptEndpointGroup - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

    Type: Message (.google.cloud.networksecurity.v1.InterceptEndpointGroup.LabelsEntry)

  • intercept_deployment_group

    Type: String

  • connected_deployment_group

    Type: Message (.google.cloud.networksecurity.v1.InterceptEndpointGroup.ConnectedDeploymentGroup)

  • state

    Type: Enum (.google.cloud.networksecurity.v1.InterceptEndpointGroup.State)

  • reconciling

    Type: Bool

  • associations

    Type: Message (.google.cloud.networksecurity.v1.InterceptEndpointGroup.AssociationDetails)

  • description

    Type: String

Enum: InterceptEndpointGroup::State

Values:

  • STATE_UNSPECIFIED => 0

  • ACTIVE => 1

  • CLOSED => 2

  • CREATING => 3

  • DELETING => 4

  • OUT_OF_SYNC => 5

  • DELETE_FAILED => 6

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptEndpointGroupsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

  • order_by

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptEndpointGroupsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

my $msg = Google::Cloud::Networksecurity::V1::Intercept::ListInterceptEndpointGroupsResponse->new(
    intercept_endpoint_groups => $value,
);

FIELDS

  • intercept_endpoint_groups

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

  • next_page_token

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::GetInterceptEndpointGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::CreateInterceptEndpointGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • intercept_endpoint_group_id

    Type: String

  • intercept_endpoint_group

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::UpdateInterceptEndpointGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • intercept_endpoint_group

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::DeleteInterceptEndpointGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::InterceptEndpointGroupAssociation - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

    Type: Message (.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LabelsEntry)

  • intercept_endpoint_group

    Type: String

  • network

    Type: String

  • locations_details

    Type: Message (.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails)

  • state

    Type: Enum (.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.State)

  • reconciling

    Type: Bool

  • locations

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

  • network_cookie

    Type: UInt32

Enum: InterceptEndpointGroupAssociation::State

Values:

  • STATE_UNSPECIFIED => 0

  • ACTIVE => 1

  • CREATING => 2

  • DELETING => 3

  • CLOSED => 4

  • OUT_OF_SYNC => 5

  • DELETE_FAILED => 6

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptEndpointGroupAssociationsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

  • order_by

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptEndpointGroupAssociationsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

my $msg = Google::Cloud::Networksecurity::V1::Intercept::ListInterceptEndpointGroupAssociationsResponse->new(
    intercept_endpoint_group_associations => $value,
);

FIELDS

  • intercept_endpoint_group_associations

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

  • next_page_token

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::GetInterceptEndpointGroupAssociationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::CreateInterceptEndpointGroupAssociationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • intercept_endpoint_group_association_id

    Type: String

  • intercept_endpoint_group_association

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::UpdateInterceptEndpointGroupAssociationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • intercept_endpoint_group_association

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::DeleteInterceptEndpointGroupAssociationRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::InterceptDeploymentGroup - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

    Type: Message (.google.cloud.networksecurity.v1.InterceptDeploymentGroup.LabelsEntry)

  • network

    Type: String

  • connected_endpoint_groups

    Type: Message (.google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup)

  • nested_deployments

    Type: Message (.google.cloud.networksecurity.v1.InterceptDeploymentGroup.Deployment)

  • state

    Type: Enum (.google.cloud.networksecurity.v1.InterceptDeploymentGroup.State)

  • reconciling

    Type: Bool

  • description

    Type: String

  • locations

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

Enum: InterceptDeploymentGroup::State

Values:

  • STATE_UNSPECIFIED => 0

  • ACTIVE => 1

  • CREATING => 2

  • DELETING => 3

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptDeploymentGroupsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

  • order_by

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptDeploymentGroupsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

my $msg = Google::Cloud::Networksecurity::V1::Intercept::ListInterceptDeploymentGroupsResponse->new(
    intercept_deployment_groups => $value,
);

FIELDS

  • intercept_deployment_groups

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

  • next_page_token

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::GetInterceptDeploymentGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::CreateInterceptDeploymentGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • intercept_deployment_group_id

    Type: String

  • intercept_deployment_group

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::UpdateInterceptDeploymentGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • intercept_deployment_group

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::DeleteInterceptDeploymentGroupRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::InterceptDeployment - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • create_time

    Type: Message (.google.protobuf.Timestamp)

  • update_time

    Type: Message (.google.protobuf.Timestamp)

  • labels

    Type: Message (.google.cloud.networksecurity.v1.InterceptDeployment.LabelsEntry)

  • forwarding_rule

    Type: String

  • intercept_deployment_group

    Type: String

  • state

    Type: Enum (.google.cloud.networksecurity.v1.InterceptDeployment.State)

  • reconciling

    Type: Bool

  • description

    Type: String

Enum: InterceptDeployment::State

Values:

  • STATE_UNSPECIFIED => 0

  • ACTIVE => 1

  • CREATING => 2

  • DELETING => 3

  • OUT_OF_SYNC => 4

  • DELETE_FAILED => 5

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptDeploymentsRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • filter

    Type: String

  • order_by

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::ListInterceptDeploymentsResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

my $msg = Google::Cloud::Networksecurity::V1::Intercept::ListInterceptDeploymentsResponse->new(
    intercept_deployments => $value,
);

FIELDS

  • intercept_deployments

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

  • next_page_token

    Type: String

  • unreachable

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::GetInterceptDeploymentRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::CreateInterceptDeploymentRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • parent

    Type: String

  • intercept_deployment_id

    Type: String

  • intercept_deployment

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::UpdateInterceptDeploymentRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • intercept_deployment

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

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::DeleteInterceptDeploymentRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

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

FIELDS

  • name

    Type: String

  • request_id

    Type: String

NAME

Google::Cloud::Networksecurity::V1::Intercept::InterceptLocation - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networksecurity::V1::Intercept;

my $msg = Google::Cloud::Networksecurity::V1::Intercept::InterceptLocation->new(
    location => $value,
);

FIELDS

  • location

    Type: String

  • state

    Type: Enum (.google.cloud.networksecurity.v1.InterceptLocation.State)

Enum: InterceptLocation::State

Values:

  • STATE_UNSPECIFIED => 0

  • ACTIVE => 1

  • OUT_OF_SYNC => 2

NAME

Google::Cloud::Networksecurity::V1::Intercept::InterceptClient - Client stub representing the remote Intercept service

DESCRIPTION

This class acts as a local client stub for the remote gRPC service. It delegates call dispatching to an underlying Google::gRPC::Client instance, ensuring type-safe request parsing and response mapping.

CONFIGURATION AND ENVIRONMENT

target

The endpoint target address. Defaults to networksecurity.googleapis.com:443.

credentials

The authentication credentials provider. Defaults to application default credentials via Google::Auth.

NAME

Google::Cloud::Networksecurity::V1::Intercept - 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.