Interface UpdateDeidentifyTemplateRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. Resource name of organization and deidentify template to be updated, for
         example `organizations/433245324/deidentifyTemplates/432452342` or
         projects/project-id/deidentifyTemplates/432452342.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. Resource name of organization and deidentify template to be updated, for
         example `organizations/433245324/deidentifyTemplates/432452342` or
         projects/project-id/deidentifyTemplates/432452342.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • hasDeidentifyTemplate

        boolean hasDeidentifyTemplate()
         New DeidentifyTemplate value.
         
        .google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2;
        Returns:
        Whether the deidentifyTemplate field is set.
      • getDeidentifyTemplate

        DeidentifyTemplate getDeidentifyTemplate()
         New DeidentifyTemplate value.
         
        .google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2;
        Returns:
        The deidentifyTemplate.
      • getDeidentifyTemplateOrBuilder

        DeidentifyTemplateOrBuilder getDeidentifyTemplateOrBuilder()
         New DeidentifyTemplate value.
         
        .google.privacy.dlp.v2.DeidentifyTemplate deidentify_template = 2;
      • hasUpdateMask

        boolean hasUpdateMask()
         Mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 3;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 3;