Interface CreateCertificateMapEntryRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource of the certificate map entry. Must be in the
         format `projects/*/locations/*/certificateMaps/*`.
         
        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 entry. Must be in the
         format `projects/*/locations/*/certificateMaps/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getCertificateMapEntryId

        String getCertificateMapEntryId()
         Required. A user-provided name of the certificate map entry.
         
        string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The certificateMapEntryId.
      • getCertificateMapEntryIdBytes

        com.google.protobuf.ByteString getCertificateMapEntryIdBytes()
         Required. A user-provided name of the certificate map entry.
         
        string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for certificateMapEntryId.
      • hasCertificateMapEntry

        boolean hasCertificateMapEntry()
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the certificateMapEntry field is set.
      • getCertificateMapEntry

        CertificateMapEntry getCertificateMapEntry()
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The certificateMapEntry.
      • getCertificateMapEntryOrBuilder

        CertificateMapEntryOrBuilder getCertificateMapEntryOrBuilder()
         Required. A definition of the certificate map entry to create.
         
        .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];