NAME
Google::Cloud::Networksecurity::V1::UrlList::UrlList - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::UrlList;
my $msg = Google::Cloud::Networksecurity::V1::UrlList::UrlList->new(
name => $value,
);
FIELDS
name
Type: String
create_time
Type: Message (.google.protobuf.Timestamp)
update_time
Type: Message (.google.protobuf.Timestamp)
description
Type: String
values
Type: String
NAME
Google::Cloud::Networksecurity::V1::UrlList::ListUrlListsRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::UrlList;
my $msg = Google::Cloud::Networksecurity::V1::UrlList::ListUrlListsRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
page_size
Type: Int32
page_token
Type: String
NAME
Google::Cloud::Networksecurity::V1::UrlList::ListUrlListsResponse - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::UrlList;
my $msg = Google::Cloud::Networksecurity::V1::UrlList::ListUrlListsResponse->new(
url_lists => $value,
);
FIELDS
url_lists
Type: Message (.google.cloud.networksecurity.v1.UrlList)
next_page_token
Type: String
unreachable
Type: String
NAME
Google::Cloud::Networksecurity::V1::UrlList::GetUrlListRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::UrlList;
my $msg = Google::Cloud::Networksecurity::V1::UrlList::GetUrlListRequest->new(
name => $value,
);
FIELDS
name
Type: String
NAME
Google::Cloud::Networksecurity::V1::UrlList::CreateUrlListRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::UrlList;
my $msg = Google::Cloud::Networksecurity::V1::UrlList::CreateUrlListRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
url_list_id
Type: String
url_list
Type: Message (.google.cloud.networksecurity.v1.UrlList)
NAME
Google::Cloud::Networksecurity::V1::UrlList::UpdateUrlListRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::UrlList;
my $msg = Google::Cloud::Networksecurity::V1::UrlList::UpdateUrlListRequest->new(
update_mask => $value,
);
FIELDS
update_mask
Type: Message (.google.protobuf.FieldMask)
url_list
Type: Message (.google.cloud.networksecurity.v1.UrlList)
NAME
Google::Cloud::Networksecurity::V1::UrlList::DeleteUrlListRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::UrlList;
my $msg = Google::Cloud::Networksecurity::V1::UrlList::DeleteUrlListRequest->new(
name => $value,
);
FIELDS
name
Type: String
NAME
Google::Cloud::Networksecurity::V1::UrlList - 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.