Interface CreateClientTlsPolicyRequestOrBuilder (0.34.0)

publicinterface CreateClientTlsPolicyRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientTlsPolicy()

publicabstractClientTlsPolicygetClientTlsPolicy()

Required. ClientTlsPolicy resource to be created.

.google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ClientTlsPolicy

The clientTlsPolicy.

getClientTlsPolicyId()

publicabstractStringgetClientTlsPolicyId()

Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "client_mtls_policy".

string client_tls_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientTlsPolicyId.

getClientTlsPolicyIdBytes()

publicabstractByteStringgetClientTlsPolicyIdBytes()

Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "client_mtls_policy".

string client_tls_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientTlsPolicyId.

getClientTlsPolicyOrBuilder()

publicabstractClientTlsPolicyOrBuildergetClientTlsPolicyOrBuilder()

Required. ClientTlsPolicy resource to be created.

.google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ClientTlsPolicyOrBuilder

getParent()

publicabstractStringgetParent()

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasClientTlsPolicy()

publicabstractbooleanhasClientTlsPolicy()

Required. ClientTlsPolicy resource to be created.

.google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policy = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the clientTlsPolicy field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.