NAME

Google::Cloud::Networkservices::V1::EndpointPolicy::EndpointPolicy - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networkservices::V1::EndpointPolicy;

my $msg = Google::Cloud::Networkservices::V1::EndpointPolicy::EndpointPolicy->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.networkservices.v1.EndpointPolicy.LabelsEntry)

  • type

    Type: Enum (.google.cloud.networkservices.v1.EndpointPolicy.EndpointPolicyType)

  • authorization_policy

    Type: String

  • endpoint_matcher

    Type: Message (.google.cloud.networkservices.v1.EndpointMatcher)

  • traffic_port_selector

    Type: Message (.google.cloud.networkservices.v1.TrafficPortSelector)

  • description

    Type: String

  • server_tls_policy

    Type: String

  • client_tls_policy

    Type: String

Enum: EndpointPolicy::EndpointPolicyType

Values:

  • ENDPOINT_POLICY_TYPE_UNSPECIFIED => 0

  • SIDECAR_PROXY => 1

  • GRPC_SERVER => 2

NAME

Google::Cloud::Networkservices::V1::EndpointPolicy::ListEndpointPoliciesRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networkservices::V1::EndpointPolicy;

my $msg = Google::Cloud::Networkservices::V1::EndpointPolicy::ListEndpointPoliciesRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • page_size

    Type: Int32

  • page_token

    Type: String

  • return_partial_success

    Type: Bool

NAME

Google::Cloud::Networkservices::V1::EndpointPolicy::ListEndpointPoliciesResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networkservices::V1::EndpointPolicy;

my $msg = Google::Cloud::Networkservices::V1::EndpointPolicy::ListEndpointPoliciesResponse->new(
    endpoint_policies => $value,
);

FIELDS

  • endpoint_policies

    Type: Message (.google.cloud.networkservices.v1.EndpointPolicy)

  • next_page_token

    Type: String

  • unreachable

    Type: String

NAME

Google::Cloud::Networkservices::V1::EndpointPolicy::GetEndpointPolicyRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networkservices::V1::EndpointPolicy;

my $msg = Google::Cloud::Networkservices::V1::EndpointPolicy::GetEndpointPolicyRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networkservices::V1::EndpointPolicy::CreateEndpointPolicyRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networkservices::V1::EndpointPolicy;

my $msg = Google::Cloud::Networkservices::V1::EndpointPolicy::CreateEndpointPolicyRequest->new(
    parent => $value,
);

FIELDS

  • parent

    Type: String

  • endpoint_policy_id

    Type: String

  • endpoint_policy

    Type: Message (.google.cloud.networkservices.v1.EndpointPolicy)

NAME

Google::Cloud::Networkservices::V1::EndpointPolicy::UpdateEndpointPolicyRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networkservices::V1::EndpointPolicy;

my $msg = Google::Cloud::Networkservices::V1::EndpointPolicy::UpdateEndpointPolicyRequest->new(
    update_mask => $value,
);

FIELDS

  • update_mask

    Type: Message (.google.protobuf.FieldMask)

  • endpoint_policy

    Type: Message (.google.cloud.networkservices.v1.EndpointPolicy)

NAME

Google::Cloud::Networkservices::V1::EndpointPolicy::DeleteEndpointPolicyRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Networkservices::V1::EndpointPolicy;

my $msg = Google::Cloud::Networkservices::V1::EndpointPolicy::DeleteEndpointPolicyRequest->new(
    name => $value,
);

FIELDS

  • name

    Type: String

NAME

Google::Cloud::Networkservices::V1::EndpointPolicy - 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.