Class ServerTlsPolicy.MTLSPolicy (0.94.0)

public static final class ServerTlsPolicy.MTLSPolicy extends GeneratedMessage implements ServerTlsPolicy.MTLSPolicyOrBuilder

Specification of the MTLSPolicy.

Protobuf type google.cloud.networksecurity.v1.ServerTlsPolicy.MTLSPolicy

Static Fields

CLIENT_VALIDATION_CA_FIELD_NUMBER

public static final int CLIENT_VALIDATION_CA_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_VALIDATION_MODE_FIELD_NUMBER

public static final int CLIENT_VALIDATION_MODE_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_VALIDATION_TRUST_CONFIG_FIELD_NUMBER

public static final int CLIENT_VALIDATION_TRUST_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ServerTlsPolicy.MTLSPolicy getDefaultInstance()
Returns
Type Description
ServerTlsPolicy.MTLSPolicy

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ServerTlsPolicy.MTLSPolicy.Builder newBuilder()
Returns
Type Description
ServerTlsPolicy.MTLSPolicy.Builder

newBuilder(ServerTlsPolicy.MTLSPolicy prototype)

public static ServerTlsPolicy.MTLSPolicy.Builder newBuilder(ServerTlsPolicy.MTLSPolicy prototype)
Parameter
Name Description
prototype ServerTlsPolicy.MTLSPolicy
Returns
Type Description
ServerTlsPolicy.MTLSPolicy.Builder

parseDelimitedFrom(InputStream input)

public static ServerTlsPolicy.MTLSPolicy parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerTlsPolicy.MTLSPolicy parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ServerTlsPolicy.MTLSPolicy parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ServerTlsPolicy.MTLSPolicy parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ServerTlsPolicy.MTLSPolicy parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ServerTlsPolicy.MTLSPolicy parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ServerTlsPolicy.MTLSPolicy parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerTlsPolicy.MTLSPolicy parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ServerTlsPolicy.MTLSPolicy parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServerTlsPolicy.MTLSPolicy parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ServerTlsPolicy.MTLSPolicy parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ServerTlsPolicy.MTLSPolicy parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerTlsPolicy.MTLSPolicy
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ServerTlsPolicy.MTLSPolicy> parser()
Returns
Type Description
Parser<MTLSPolicy>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getClientValidationCa(int index)

public ValidationCA getClientValidationCa(int index)

Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty.

Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.

repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;

Parameter
Name Description
index int
Returns
Type Description
ValidationCA

getClientValidationCaCount()

public int getClientValidationCaCount()

Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty.

Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.

repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;

Returns
Type Description
int

getClientValidationCaList()

public List<ValidationCA> getClientValidationCaList()

Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty.

Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.

repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;

Returns
Type Description
List<ValidationCA>

getClientValidationCaOrBuilder(int index)

public ValidationCAOrBuilder getClientValidationCaOrBuilder(int index)

Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty.

Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.

repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;

Parameter
Name Description
index int
Returns
Type Description
ValidationCAOrBuilder

getClientValidationCaOrBuilderList()

public List<? extends ValidationCAOrBuilder> getClientValidationCaOrBuilderList()

Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty.

Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.

repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.ValidationCAOrBuilder>

getClientValidationMode()

public ServerTlsPolicy.MTLSPolicy.ClientValidationMode getClientValidationMode()

When the client presents an invalid certificate or no certificate to the load balancer, the client_validation_mode specifies how the client connection is handled.

Required if the policy is to be used with the Application Load Balancers. For Traffic Director it must be empty.

.google.cloud.networksecurity.v1.ServerTlsPolicy.MTLSPolicy.ClientValidationMode client_validation_mode = 2;

Returns
Type Description
ServerTlsPolicy.MTLSPolicy.ClientValidationMode

The clientValidationMode.

getClientValidationModeValue()

public int getClientValidationModeValue()

When the client presents an invalid certificate or no certificate to the load balancer, the client_validation_mode specifies how the client connection is handled.

Required if the policy is to be used with the Application Load Balancers. For Traffic Director it must be empty.

.google.cloud.networksecurity.v1.ServerTlsPolicy.MTLSPolicy.ClientValidationMode client_validation_mode = 2;

Returns
Type Description
int

The enum numeric value on the wire for clientValidationMode.

getClientValidationTrustConfig()

public String getClientValidationTrustConfig()

Reference to the TrustConfig from certificatemanager.googleapis.com namespace.

If specified, the chain validation will be performed against certificates configured in the given TrustConfig.

Allowed only if the policy is to be used with Application Load Balancers.

string client_validation_trust_config = 4 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The clientValidationTrustConfig.

getClientValidationTrustConfigBytes()

public ByteString getClientValidationTrustConfigBytes()

Reference to the TrustConfig from certificatemanager.googleapis.com namespace.

If specified, the chain validation will be performed against certificates configured in the given TrustConfig.

Allowed only if the policy is to be used with Application Load Balancers.

string client_validation_trust_config = 4 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for clientValidationTrustConfig.

getDefaultInstanceForType()

public ServerTlsPolicy.MTLSPolicy getDefaultInstanceForType()
Returns
Type Description
ServerTlsPolicy.MTLSPolicy

getParserForType()

public Parser<ServerTlsPolicy.MTLSPolicy> getParserForType()
Returns
Type Description
Parser<MTLSPolicy>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ServerTlsPolicy.MTLSPolicy.Builder newBuilderForType()
Returns
Type Description
ServerTlsPolicy.MTLSPolicy.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ServerTlsPolicy.MTLSPolicy.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ServerTlsPolicy.MTLSPolicy.Builder
Overrides

toBuilder()

public ServerTlsPolicy.MTLSPolicy.Builder toBuilder()
Returns
Type Description
ServerTlsPolicy.MTLSPolicy.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException