NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy::ClientTlsPolicy - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::ClientTlsPolicy;
my $msg = Google::Cloud::Networksecurity::V1::ClientTlsPolicy::ClientTlsPolicy->new(
name => $value,
);
FIELDS
name
Type: String
description
Type: String
create_time
Type: Message (.google.protobuf.Timestamp)
update_time
Type: Message (.google.protobuf.Timestamp)
labels
Type: Message (.google.cloud.networksecurity.v1.ClientTlsPolicy.LabelsEntry)
sni
Type: String
client_certificate
Type: Message (.google.cloud.networksecurity.v1.CertificateProvider)
server_validation_ca
Type: Message (.google.cloud.networksecurity.v1.ValidationCA)
NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy::ListClientTlsPoliciesRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::ClientTlsPolicy;
my $msg = Google::Cloud::Networksecurity::V1::ClientTlsPolicy::ListClientTlsPoliciesRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
page_size
Type: Int32
page_token
Type: String
NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy::ListClientTlsPoliciesResponse - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::ClientTlsPolicy;
my $msg = Google::Cloud::Networksecurity::V1::ClientTlsPolicy::ListClientTlsPoliciesResponse->new(
client_tls_policies => $value,
);
FIELDS
client_tls_policies
Type: Message (.google.cloud.networksecurity.v1.ClientTlsPolicy)
next_page_token
Type: String
NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy::GetClientTlsPolicyRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::ClientTlsPolicy;
my $msg = Google::Cloud::Networksecurity::V1::ClientTlsPolicy::GetClientTlsPolicyRequest->new(
name => $value,
);
FIELDS
name
Type: String
NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy::CreateClientTlsPolicyRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::ClientTlsPolicy;
my $msg = Google::Cloud::Networksecurity::V1::ClientTlsPolicy::CreateClientTlsPolicyRequest->new(
parent => $value,
);
FIELDS
parent
Type: String
client_tls_policy_id
Type: String
client_tls_policy
Type: Message (.google.cloud.networksecurity.v1.ClientTlsPolicy)
NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy::UpdateClientTlsPolicyRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::ClientTlsPolicy;
my $msg = Google::Cloud::Networksecurity::V1::ClientTlsPolicy::UpdateClientTlsPolicyRequest->new(
update_mask => $value,
);
FIELDS
update_mask
Type: Message (.google.protobuf.FieldMask)
client_tls_policy
Type: Message (.google.cloud.networksecurity.v1.ClientTlsPolicy)
NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy::DeleteClientTlsPolicyRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::ClientTlsPolicy;
my $msg = Google::Cloud::Networksecurity::V1::ClientTlsPolicy::DeleteClientTlsPolicyRequest->new(
name => $value,
);
FIELDS
name
Type: String
NAME
Google::Cloud::Networksecurity::V1::ClientTlsPolicy - 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.