Interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder (1.25.0)

public interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificateMap()

public abstract String getCertificateMap()

URL of the Certificate Map to associate with this TargetHttpsProxy.

optional string certificate_map = 156463796;

Returns
TypeDescription
String

The certificateMap.

getCertificateMapBytes()

public abstract ByteString getCertificateMapBytes()

URL of the Certificate Map to associate with this TargetHttpsProxy.

optional string certificate_map = 156463796;

Returns
TypeDescription
ByteString

The bytes for certificateMap.

hasCertificateMap()

public abstract boolean hasCertificateMap()

URL of the Certificate Map to associate with this TargetHttpsProxy.

optional string certificate_map = 156463796;

Returns
TypeDescription
boolean

Whether the certificateMap field is set.