Interface AgentGateway.NetworkConfig.Egress.TrustConfigOrBuilder (0.50.0)

public static interface AgentGateway.NetworkConfig.Egress.TrustConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPemCertificates(int index)

public abstract String getPemCertificates(int index)

Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.

repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The pemCertificates at the given index.

getPemCertificatesBytes(int index)

public abstract ByteString getPemCertificatesBytes(int index)

Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.

repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the pemCertificates at the given index.

getPemCertificatesCount()

public abstract int getPemCertificatesCount()

Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.

repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of pemCertificates.

getPemCertificatesList()

public abstract List<String> getPemCertificatesList()

Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.

repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<String>

A list containing the pemCertificates.