Interface TargetSslProxiesSetCertificateMapRequestOrBuilder (1.51.0)

public interface TargetSslProxiesSetCertificateMapRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificateMap()

public abstract String getCertificateMap()

URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.

optional string certificate_map = 156463796;

Returns
TypeDescription
String

The certificateMap.

getCertificateMapBytes()

public abstract ByteString getCertificateMapBytes()

URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.

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 TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.

optional string certificate_map = 156463796;

Returns
TypeDescription
boolean

Whether the certificateMap field is set.