Interface CreateClientTlsPolicyRequestOrBuilder (0.44.0)

public interface CreateClientTlsPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClientTlsPolicy()

public abstract ClientTlsPolicy getClientTlsPolicy()

Required. ClientTlsPolicy resource to be created.

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

Returns
TypeDescription
ClientTlsPolicy

The clientTlsPolicy.

getClientTlsPolicyId()

public abstract String getClientTlsPolicyId()

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
TypeDescription
String

The clientTlsPolicyId.

getClientTlsPolicyIdBytes()

public abstract ByteString getClientTlsPolicyIdBytes()

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
TypeDescription
ByteString

The bytes for clientTlsPolicyId.

getClientTlsPolicyOrBuilder()

public abstract ClientTlsPolicyOrBuilder getClientTlsPolicyOrBuilder()

Required. ClientTlsPolicy resource to be created.

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

Returns
TypeDescription
ClientTlsPolicyOrBuilder

getParent()

public abstract String getParent()

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
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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
TypeDescription
ByteString

The bytes for parent.

hasClientTlsPolicy()

public abstract boolean hasClientTlsPolicy()

Required. ClientTlsPolicy resource to be created.

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

Returns
TypeDescription
boolean

Whether the clientTlsPolicy field is set.