Interface CreateCertificateMapRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource of the certificate map. Must be in the format
         `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource of the certificate map. Must be in the format
         `projects/*/locations/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getCertificateMapId

        String getCertificateMapId()
         Required. A user-provided name of the certificate map.
         
        string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The certificateMapId.
      • getCertificateMapIdBytes

        com.google.protobuf.ByteString getCertificateMapIdBytes()
         Required. A user-provided name of the certificate map.
         
        string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for certificateMapId.
      • hasCertificateMap

        boolean hasCertificateMap()
         Required. A definition of the certificate map to create.
         
        .google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the certificateMap field is set.
      • getCertificateMap

        CertificateMap getCertificateMap()
         Required. A definition of the certificate map to create.
         
        .google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The certificateMap.
      • getCertificateMapOrBuilder

        CertificateMapOrBuilder getCertificateMapOrBuilder()
         Required. A definition of the certificate map to create.
         
        .google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];