Package com.google.cloud.compute.v1
Interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetHttpsProxiesSetCertificateMapRequest
,TargetHttpsProxiesSetCertificateMapRequest.Builder
public interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCertificateMap()
URL of the Certificate Map to associate with this TargetHttpsProxy.com.google.protobuf.ByteString
getCertificateMapBytes()
URL of the Certificate Map to associate with this TargetHttpsProxy.boolean
hasCertificateMap()
URL of the Certificate Map to associate with this TargetHttpsProxy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCertificateMap
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:
- Whether the certificateMap field is set.
-
getCertificateMap
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:
- The certificateMap.
-
getCertificateMapBytes
com.google.protobuf.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:
- The bytes for certificateMap.
-
-