Interface UpdateSecuritySettingsRequestOrBuilder

    • Method Detail

      • hasSecuritySettings

        boolean hasSecuritySettings()
         Required. [SecuritySettings] object that contains values for each of the
         fields to update.
         
        .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the securitySettings field is set.
      • getSecuritySettings

        SecuritySettings getSecuritySettings()
         Required. [SecuritySettings] object that contains values for each of the
         fields to update.
         
        .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The securitySettings.
      • getSecuritySettingsOrBuilder

        SecuritySettingsOrBuilder getSecuritySettingsOrBuilder()
         Required. [SecuritySettings] object that contains values for each of the
         fields to update.
         
        .google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. The mask to control which fields get updated. If the mask is not
         present, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. The mask to control which fields get updated. If the mask is not
         present, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. The mask to control which fields get updated. If the mask is not
         present, all fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];