public interface TargetSslProxiesSetCertificateMapRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the certificateMap field is set. |