public interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificateMap()
public abstract String getCertificateMap()URL of the Certificate Map to associate with this TargetHttpsProxy.
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 TargetHttpsProxy.
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 TargetHttpsProxy.
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. |