Interface TargetHttpsProxiesSetCertificateMapRequestOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.