Interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder (1.27.0)

See more code actions.
public interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder extends MessageOrBuilder
MessageOrBuilder

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.