Interface CreateTlsInspectionPolicyRequestOrBuilder (0.94.0)

public interface CreateTlsInspectionPolicyRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

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

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

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

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

Returns
Type Description
ByteString

The bytes for parent.

getTlsInspectionPolicy()

public abstract TlsInspectionPolicy getTlsInspectionPolicy()

Required. TlsInspectionPolicy resource to be created.

.google.cloud.networksecurity.v1.TlsInspectionPolicy tls_inspection_policy = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TlsInspectionPolicy

The tlsInspectionPolicy.

getTlsInspectionPolicyId()

public abstract String getTlsInspectionPolicyId()

Required. Short name of the TlsInspectionPolicy 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. "tls_inspection_policy1".

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

Returns
Type Description
String

The tlsInspectionPolicyId.

getTlsInspectionPolicyIdBytes()

public abstract ByteString getTlsInspectionPolicyIdBytes()

Required. Short name of the TlsInspectionPolicy 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. "tls_inspection_policy1".

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

Returns
Type Description
ByteString

The bytes for tlsInspectionPolicyId.

getTlsInspectionPolicyOrBuilder()

public abstract TlsInspectionPolicyOrBuilder getTlsInspectionPolicyOrBuilder()

Required. TlsInspectionPolicy resource to be created.

.google.cloud.networksecurity.v1.TlsInspectionPolicy tls_inspection_policy = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TlsInspectionPolicyOrBuilder

hasTlsInspectionPolicy()

public abstract boolean hasTlsInspectionPolicy()

Required. TlsInspectionPolicy resource to be created.

.google.cloud.networksecurity.v1.TlsInspectionPolicy tls_inspection_policy = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the tlsInspectionPolicy field is set.